mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
* Minor type error.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11806
This commit is contained in:
parent
537dc07161
commit
7736d51d6d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue