Merge pull request #255994 from delroth/smooth-webp-vendoring

smooth: unvendor all the things
This commit is contained in:
Pierre Bourdon
2023-09-19 22:59:59 +02:00
committed by GitHub
+19 -2
View File
@@ -3,9 +3,17 @@
, fetchFromGitHub
, pkg-config
, gtk3
, bzip2
, curl
, fribidi
, gtk3
, iconv
, libcpuid
, libjpeg
, libpng
, libwebp
, libxml2
, zlib
}:
stdenv.mkDerivation rec {
@@ -25,12 +33,21 @@ stdenv.mkDerivation rec {
makeFlags = [
"prefix=$(out)"
"config=systemlibbz2,systemlibcpuid,systemlibcurl,systemlibfribidi,systemlibiconv,systemlibjpeg,systemlibpng,systemlibwebp,systemlibxml2,systemzlib"
];
buildInputs = [
gtk3
bzip2
curl
fribidi
gtk3
iconv
libcpuid
libjpeg
libpng
libwebp
libxml2
zlib
];
meta = with lib; {