gtk3: split into multiple outputs

All references OK, hopefully. Seems surprisingly smooth.
This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:45 +02:00
parent f28924173e
commit a6e4c87391
22 changed files with 29 additions and 26 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
sha256 = "1gaakz24k6x5nc09rmpiq0xq20j1qdjc3szag8qwmyi4ky6ydmg1";
};
# FIXME: Split off the cups client library.
# FIXME: the cups libraries contains some $out/share strings so can't be split.
outputs = [ "dev" "out" "doc" "man" ];
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb gnutls avahi libpaper ]