mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
dunst: use finalAttrs.finalPackage
This commit is contained in:
parent
57002b84d2
commit
644c9ab3d6
|
@ -23,7 +23,6 @@
|
|||
, xorgproto
|
||||
, librsvg
|
||||
, testers
|
||||
, dunst
|
||||
, withX11 ? true
|
||||
, withWayland ? true
|
||||
}:
|
||||
|
@ -89,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
--replace-fail "jq" "${lib.getExe jq}"
|
||||
'';
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = dunst; };
|
||||
passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Lightweight and customizable notification daemon";
|
||||
|
|
Loading…
Reference in a new issue