dunst: use finalAttrs.finalPackage

This commit is contained in:
Peder Bergebakken Sundt
2024-09-24 23:28:54 +02:00
parent 57002b84d2
commit 644c9ab3d6
+1 -2
View File
@@ -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";