mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +00:00
dunst: add update script
This commit is contained in:
parent
b41b63b992
commit
1d9f567ada
@ -24,6 +24,7 @@
|
||||
xorgproto,
|
||||
librsvg,
|
||||
testers,
|
||||
nix-update-script,
|
||||
withX11 ? true,
|
||||
withWayland ? true,
|
||||
}:
|
||||
@ -98,7 +99,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace-fail "jq" "${lib.getExe jq}"
|
||||
'';
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
|
||||
passthru = {
|
||||
tests.version = testers.testVersion {
|
||||
package = finalAttrs.finalPackage;
|
||||
};
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Lightweight and customizable notification daemon";
|
||||
|
Loading…
Reference in New Issue
Block a user