just add comments about outputs (cups, gdk-pixbuf)
This commit is contained in:
parent
1a5d465395
commit
194f0e880f
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
# The tests take an excessive amount of time (> 1.5 hours) and memory (> 6 GB).
|
# The tests take an excessive amount of time (> 1.5 hours) and memory (> 6 GB).
|
||||||
inherit (doCheck);
|
inherit (doCheck);
|
||||||
|
|
||||||
# propagate the bin output
|
# propagate the bin output TODO: use propagatedOutputs instead
|
||||||
postPhases = "postPostFixup";
|
postPhases = "postPostFixup";
|
||||||
postPostFixup = ''
|
postPostFixup = ''
|
||||||
echo -n " $bin" >> "$dev"/nix-support/propagated-*build-inputs
|
echo -n " $bin" >> "$dev"/nix-support/propagated-*build-inputs
|
||||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: the cups libraries contains some $out/share strings so can't be split.
|
# FIXME: the cups libraries contains some $out/share strings so can't be split.
|
||||||
outputs = [ "dev" "out" "doc" "man" ];
|
outputs = [ "dev" "out" "doc" "man" ]; # TODO: above
|
||||||
|
|
||||||
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb gnutls avahi libpaper ]
|
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb gnutls avahi libpaper ]
|
||||||
++ optionals stdenv.isLinux [ pam dbus.libs acl ];
|
++ optionals stdenv.isLinux [ pam dbus.libs acl ];
|
||||||
|
|
Loading…
Reference in a new issue