various packages fixed

This commit is contained in:
Vladimír Čunát
2014-08-30 23:30:31 +02:00
parent d25cc03f21
commit 381dcb1d98
7 changed files with 36 additions and 20 deletions
@@ -32,6 +32,12 @@ stdenv.mkDerivation rec {
doCheck = true;
# propagate the bin output
postPhases = "postPostFixup";
postPostFixup = ''
echo -n " $bin" >> "$dev"/nix-support/propagated-*build-inputs
'';
meta = {
description = "A library for image loading and manipulation";
homepage = http://library.gnome.org/devel/gdk-pixbuf/;