Merge #8363: pure-darwin stdenv
This commit is contained in:
@@ -34,7 +34,8 @@ in stdenv.mkDerivation {
|
||||
|
||||
patches = [ ./work-around-API-borkage.patch ];
|
||||
|
||||
buildInputs = [ curl fuse libxml2 pkgconfig ];
|
||||
buildInputs = [ curl fuse libxml2 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildFlags = "static";
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "elmindreda";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook gettext ];
|
||||
nativeBuildInputs = [ autoreconfHook gettext ];
|
||||
|
||||
preAutoreconf = ''
|
||||
# duff is currently badly packaged, requiring us to do extra work here that
|
||||
|
||||
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
|
||||
owner = "vgough";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook boost fuse openssl perl pkgconfig rlog ];
|
||||
buildInputs = [ boost fuse openssl rlog ];
|
||||
nativeBuildInputs = [ autoreconfHook perl pkgconfig ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-boost-serialization=boost_wserialization"
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
buildInputs = [ scons ];
|
||||
nativeBuildInputs = [ scons ];
|
||||
|
||||
buildPhase = ''
|
||||
export CCFLAGS="-std=c99"
|
||||
|
||||
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
name = "${name}.tar.gz";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig fuse scons ];
|
||||
buildInputs = [ fuse ];
|
||||
nativeBuildInputs = [ pkgconfig scons ];
|
||||
|
||||
buildPhase = ''
|
||||
export CCFLAGS="-O2 -Wall -std=c99 -I${fuse}/include"
|
||||
|
||||
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./fix-statfs-operation.patch ];
|
||||
|
||||
buildInputs = [ flac fuse lame libid3tag pkgconfig ];
|
||||
buildInputs = [ flac fuse lame libid3tag ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user