smooth: unvendor all the things

This commit is contained in:
Pierre Bourdon
2023-09-19 02:53:09 +02:00
parent b81091dce6
commit 11c29642f0

View File

@@ -3,9 +3,17 @@
, fetchFromGitHub , fetchFromGitHub
, pkg-config , pkg-config
, gtk3 , bzip2
, curl , curl
, fribidi
, gtk3
, iconv
, libcpuid
, libjpeg
, libpng
, libwebp
, libxml2 , libxml2
, zlib
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@@ -25,12 +33,21 @@ stdenv.mkDerivation rec {
makeFlags = [ makeFlags = [
"prefix=$(out)" "prefix=$(out)"
"config=systemlibbz2,systemlibcpuid,systemlibcurl,systemlibfribidi,systemlibiconv,systemlibjpeg,systemlibpng,systemlibwebp,systemlibxml2,systemzlib"
]; ];
buildInputs = [ buildInputs = [
gtk3 bzip2
curl curl
fribidi
gtk3
iconv
libcpuid
libjpeg
libpng
libwebp
libxml2 libxml2
zlib
]; ];
meta = with lib; { meta = with lib; {