libtiff: adjust expression format (propagatedBuildInputs part)
This commit is contained in:
parent
5ba86e5ea6
commit
878a3ff9c6
1 changed files with 6 additions and 1 deletions
|
@ -85,7 +85,12 @@ stdenv.mkDerivation rec {
|
|||
# sure cross-compilation works first!
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config sphinx ];
|
||||
|
||||
propagatedBuildInputs = [ libjpeg xz zlib ]; #TODO: opengl support (bogus configure detection)
|
||||
# TODO: opengl support (bogus configure detection)
|
||||
propagatedBuildInputs = [
|
||||
libjpeg
|
||||
xz
|
||||
zlib
|
||||
];
|
||||
|
||||
buildInputs = [ libdeflate ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue