ORBit2: multiple outputs
This commit is contained in:
parent
2875293615
commit
f67be47333
@ -9,16 +9,22 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam";
|
sha256 = "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
propagatedBuildInputs = [ glib libIDL ] ++ libintlOrEmpty;
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
sed 's/-DG_DISABLE_DEPRECATED//' -i linc2/src/Makefile
|
sed 's/-DG_DISABLE_DEPRECATED//' -i linc2/src/Makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
preFixup = ''
|
||||||
propagatedBuildInputs = [ glib libIDL ] ++ libintlOrEmpty;
|
moveToOutput "bin/orbit2-config" "$dev"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://projects.gnome.org/ORBit2/;
|
homepage = https://projects.gnome.org/ORBit2/;
|
||||||
description = "A a CORBA 2.4-compliant Object Request Broker";
|
description = "A CORBA 2.4-compliant Object Request Broker";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ lovek323 ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user