xorg: split outputs of various libs

This commit is contained in:
Vladimír Čunát
2015-10-14 14:27:07 +02:00
parent 8c25f3ecaa
commit e25da7e5c8
5 changed files with 33 additions and 3 deletions
@@ -18,6 +18,8 @@ stdenv.mkDerivation {
patchShebangs libsoup/
'';
outputs = [ "dev" "out" ];
buildInputs = libintlOrEmpty ++ [ intltool python sqlite ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ glib libxml2 gobjectIntrospection ]