Skip to content

Commit 99e1037

Browse files
committed
notify-osd: use finalAttrs w/ mkDerivation
1 parent 399d2f7 commit 99e1037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/no/notify-osd/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
gsettings-desktop-schemas,
1212
}:
1313

14-
stdenv.mkDerivation rec {
14+
stdenv.mkDerivation (finalAttrs: {
1515
pname = "notify-osd";
1616
version = "0.9.34";
1717

1818
src = fetchurl {
19-
url = "https://launchpad.net/notify-osd/precise/${version}/+download/notify-osd-${version}.tar.gz";
19+
url = "https://launchpad.net/notify-osd/precise/${finalAttrs.version}/+download/notify-osd-${finalAttrs.version}.tar.gz";
2020
sha256 = "0g5a7a680b05x27apz0y1ldl5csxpp152wqi42s107jymbp0s20j";
2121
};
2222

@@ -47,4 +47,4 @@ stdenv.mkDerivation rec {
4747
maintainers = [ maintainers.bodil ];
4848
platforms = platforms.linux;
4949
};
50-
}
50+
})

0 commit comments

Comments
 (0)