mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
parent
fafeae3d24
commit
c617da8663
@ -2,7 +2,7 @@
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, openssl
|
||||
, iconv
|
||||
, libiconv
|
||||
, makeWrapper
|
||||
, imagemagick
|
||||
, makeFontsConf
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation
|
||||
hash = "sha256-KWYgTxz32WK3MKouj1WAJtZmleKt5giCpzQPwfWruZQ=";
|
||||
};
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ iconv ];
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
make all
|
||||
|
Loading…
Reference in New Issue
Block a user