s6-portable-utils: readded config flags
This commit is contained in:
parent
384bc23bee
commit
5c18f3760d
@ -1,9 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, skalibs, gcc }:
|
{ stdenv, fetchFromGitHub, skalibs, gcc }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
let
|
|
||||||
cross = "";
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "s6-portable-utils-${version}";
|
name = "s6-portable-utils-${version}";
|
||||||
@ -17,18 +14,18 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
|
||||||
nativeBuildInputs = []
|
nativeBuildInputs = []
|
||||||
++ optional stdenv.isDarwin gcc;
|
++ optional stdenv.isDarwin gcc;
|
||||||
|
|
||||||
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"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
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