1
0
Fork 1
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:
Peder Bergebakken Sundt 2024-09-17 03:32:56 +02:00
parent 57002b84d2
commit 644c9ab3d6

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";