summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-11 17:19:01 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-13 20:18:58 +0200
commit194f0e880f564ff5f63be54e753d260c1131f688 (patch)
tree4e0c5d941bc4c4fa1eec13c4e84049628aa0433e /pkgs/development/libraries/gdk-pixbuf
parent1a5d465395a28429a3331b25dc2955df3fbc75f6 (diff)
downloadnixlib-194f0e880f564ff5f63be54e753d260c1131f688.tar
nixlib-194f0e880f564ff5f63be54e753d260c1131f688.tar.gz
nixlib-194f0e880f564ff5f63be54e753d260c1131f688.tar.bz2
nixlib-194f0e880f564ff5f63be54e753d260c1131f688.tar.lz
nixlib-194f0e880f564ff5f63be54e753d260c1131f688.tar.xz
nixlib-194f0e880f564ff5f63be54e753d260c1131f688.tar.zst
nixlib-194f0e880f564ff5f63be54e753d260c1131f688.zip
just add comments about outputs (cups, gdk-pixbuf)
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix
index 626fb2627b33..ca0b773ed286 100644
--- a/pkgs/development/libraries/gdk-pixbuf/default.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/default.nix
@@ -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