s6-portable-utils: removed cross, may be causing issue for Darwin
This commit is contained in:
parent
237e6dccb2
commit
e18816ff6a
@ -21,19 +21,19 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = []
|
nativeBuildInputs = []
|
||||||
++ optional stdenv.isDarwin gcc;
|
++ optional stdenv.isDarwin gcc;
|
||||||
|
|
||||||
preConfigure = ''
|
#preConfigure = ''
|
||||||
substituteInPlace configure \
|
#substituteInPlace configure \
|
||||||
"${cross}" " "
|
# "${cross}" " "
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
configureFlags = [
|
# configureFlags = [
|
||||||
"--with-sysdeps=${skalibs}/lib/skalibs/sysdeps"
|
#"--with-sysdeps=${skalibs}/lib/skalibs/sysdeps"
|
||||||
"--with-include=${skalibs}/include"
|
#"--with-include=${skalibs}/include"
|
||||||
"--with-lib=${skalibs}/lib"
|
#"--with-lib=${skalibs}/lib"
|
||||||
"--with-dynlib=${skalibs}/lib"
|
#"--with-dynlib=${skalibs}/lib"
|
||||||
]
|
#]
|
||||||
++ (optional stdenv.isDarwin "--target=${stdenv.system}")
|
#++ (optional stdenv.isDarwin "--target=${stdenv.system}")
|
||||||
;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.skarnet.org/software/s6-portable-utils/;
|
homepage = http://www.skarnet.org/software/s6-portable-utils/;
|
||||||
description = "A set of tiny general Unix utilities optimized for simplicity and small size";
|
description = "A set of tiny general Unix utilities optimized for simplicity and small size";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user