smooth: unvendor all the things
This commit is contained in:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user