mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
just add comments about outputs (cups, gdk-pixbuf)
This commit is contained in:
parent
1a5d465395
commit
194f0e880f
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
# The tests take an excessive amount of time (> 1.5 hours) and memory (> 6 GB).
|
||||
inherit (doCheck);
|
||||
|
||||
# propagate the bin output
|
||||
# propagate the bin output TODO: use propagatedOutputs instead
|
||||
postPhases = "postPostFixup";
|
||||
postPostFixup = ''
|
||||
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.
|
||||
outputs = [ "dev" "out" "doc" "man" ];
|
||||
outputs = [ "dev" "out" "doc" "man" ]; # TODO: above
|
||||
|
||||
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb gnutls avahi libpaper ]
|
||||
++ optionals stdenv.isLinux [ pam dbus.libs acl ];
|
||||
|
Loading…
Reference in New Issue
Block a user