whitespace
This commit is contained in:
parent
18b35b1ca6
commit
2e15acd61c
2 changed files with 5 additions and 4 deletions
|
@ -20,8 +20,7 @@
|
|||
;
|
||||
inherit (pkgs.liminix.services) oneshot longrun bundle target;
|
||||
inherit (pkgs.pseudofile) dir symlink;
|
||||
inherit (pkgs) writeText dropbear ifwait serviceFns
|
||||
;
|
||||
inherit (pkgs) writeText dropbear ifwait serviceFns;
|
||||
in rec {
|
||||
boot = {
|
||||
tftp = {
|
||||
|
|
|
@ -22,8 +22,10 @@ stdenv.mkDerivation rec {
|
|||
inherit src extraPatchPhase;
|
||||
hardeningDisable = ["all"];
|
||||
nativeBuildInputs = [buildPackages.stdenv.cc] ++
|
||||
(with buildPackages.pkgs;
|
||||
[rsync bc bison flex pkgconfig openssl ncurses.all perl]);
|
||||
(with buildPackages.pkgs; [
|
||||
rsync bc bison flex pkgconfig
|
||||
openssl ncurses.all perl
|
||||
]);
|
||||
CC = "${stdenv.cc.bintools.targetPrefix}gcc";
|
||||
HOSTCC = with buildPackages.pkgs;
|
||||
"gcc -I${openssl}/include -I${ncurses}/include";
|
||||
|
|
Loading…
Reference in a new issue