libpeas: add dev output for propagation
This commit is contained in:
parent
f5742d6592
commit
4c55d7d462
@ -6,6 +6,8 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "libpeas";
|
pname = "libpeas";
|
||||||
version = "1.24.0";
|
version = "1.24.0";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1yg6r0srz3knhgvplprl3pikrq5c02dmdxgfwcynd6hjih9h16hb";
|
sha256 = "1yg6r0srz3knhgvplprl3pikrq5c02dmdxgfwcynd6hjih9h16hb";
|
||||||
|
Loading…
Reference in New Issue
Block a user