libglade: multiple outputs
This commit is contained in:
parent
c9e929bbbd
commit
ce367a7a9b
@ -2,12 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libglade-2.6.4";
|
name = "libglade-2.6.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnome/sources/libglade/2.6/libglade-2.6.4.tar.bz2;
|
url = mirror://gnome/sources/libglade/2.6/libglade-2.6.4.tar.bz2;
|
||||||
sha256 = "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4";
|
sha256 = "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk python gettext ];
|
buildInputs = [ pkgconfig gtk python gettext ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ libxml2 ];
|
propagatedBuildInputs = [ libxml2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user