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:
parent
65ef8821b9
commit
cd8b383f62
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user