* Minor type error.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11806
This commit is contained in:
parent
537dc07161
commit
7736d51d6d
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
x11 glib atk pango libtiff libjpeg libpng cairo libXrandr
|
||||
] ++ stdenv.lib.optional xineramaSupport [libXinerama];
|
||||
] ++ stdenv.lib.optional xineramaSupport libXinerama;
|
||||
|
||||
passthru = { inherit libtiff libjpeg libpng; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user