We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399d2f7 commit 99e1037Copy full SHA for 99e1037
pkgs/by-name/no/notify-osd/package.nix
@@ -11,12 +11,12 @@
11
gsettings-desktop-schemas,
12
}:
13
14
-stdenv.mkDerivation rec {
+stdenv.mkDerivation (finalAttrs: {
15
pname = "notify-osd";
16
version = "0.9.34";
17
18
src = fetchurl {
19
- url = "https://launchpad.net/notify-osd/precise/${version}/+download/notify-osd-${version}.tar.gz";
+ url = "https://launchpad.net/notify-osd/precise/${finalAttrs.version}/+download/notify-osd-${finalAttrs.version}.tar.gz";
20
sha256 = "0g5a7a680b05x27apz0y1ldl5csxpp152wqi42s107jymbp0s20j";
21
};
22
@@ -47,4 +47,4 @@ stdenv.mkDerivation rec {
47
maintainers = [ maintainers.bodil ];
48
platforms = platforms.linux;
49
50
-}
+})
0 commit comments