Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-01-19 13:50:04 +01:00
1696 changed files with 4737 additions and 3956 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv
, fetchurl
, pkgconfig
, pkg-config
, cmake
, zlib
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
moveToOutput include/tiffiop.h $dev_private
'';
nativeBuildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkg-config ];
propagatedBuildInputs = [ zlib libjpeg xz ]; #TODO: opengl support (bogus configure detection)