cups: do not split doc output

The DocumentRoot is under doc/ which is looked up in
.out. So for now let doc/ directory in .out.
Not the right fix, but the easiest fix.

cc @vcunat
This commit is contained in:
Luca Bruno 2016-04-17 21:09:34 +02:00
parent 65ef8821b9
commit cd8b383f62

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
};
# FIXME: the cups libraries contains some $out/share strings so can't be split.
outputs = [ "dev" "out" "doc" "man" ]; # TODO: above
outputs = [ "dev" "out" "man" ]; # TODO: above
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb gnutls libpaper ]
++ optionals stdenv.isLinux [ avahi pam dbus systemd acl ]