libnotify: add dev output for propagation
This commit is contained in:
parent
5bec4f2022
commit
0e6a290842
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "libnotify";
|
||||
version = "0.7.8";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "1371csx0n92g60b5dmai4mmzdnx8081mc3kcgc6a0xipcq5rw839";
|
||||
|
|
Loading…
Reference in New Issue