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 = []
|
||||
++ optional stdenv.isDarwin gcc;
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace configure \
|
||||
"${cross}" " "
|
||||
'';
|
||||
#preConfigure = ''
|
||||
#substituteInPlace configure \
|
||||
# "${cross}" " "
|
||||
# '';
|
||||
|
||||
configureFlags = [
|
||||
"--with-sysdeps=${skalibs}/lib/skalibs/sysdeps"
|
||||
"--with-include=${skalibs}/include"
|
||||
"--with-lib=${skalibs}/lib"
|
||||
"--with-dynlib=${skalibs}/lib"
|
||||
]
|
||||
++ (optional stdenv.isDarwin "--target=${stdenv.system}")
|
||||
;
|
||||
# configureFlags = [
|
||||
#"--with-sysdeps=${skalibs}/lib/skalibs/sysdeps"
|
||||
#"--with-include=${skalibs}/include"
|
||||
#"--with-lib=${skalibs}/lib"
|
||||
#"--with-dynlib=${skalibs}/lib"
|
||||
#]
|
||||
#++ (optional stdenv.isDarwin "--target=${stdenv.system}")
|
||||
|
||||
meta = {
|
||||
homepage = http://www.skarnet.org/software/s6-portable-utils/;
|
||||
description = "A set of tiny general Unix utilities optimized for simplicity and small size";
|
||||
|
Loading…
Reference in New Issue
Block a user