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