mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
parent
4d8664e593
commit
4d10fb36d4
@ -1,5 +1,6 @@
|
||||
{ stdenv, fetchurl
|
||||
, CoreServices ? null }:
|
||||
, CoreServices ? null
|
||||
, buildPackages }:
|
||||
|
||||
let version = "4.20"; in
|
||||
|
||||
@ -21,6 +22,8 @@ stdenv.mkDerivation {
|
||||
substituteInPlace configure.in --replace '@executable_path/' "$out/lib/"
|
||||
'';
|
||||
|
||||
HOST_CC = "cc";
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
configureFlags = [
|
||||
"--enable-optimize"
|
||||
"--disable-debug"
|
||||
|
Loading…
Reference in New Issue
Block a user