whitespace

This commit is contained in:
Daniel Barlow
2023-04-10 17:46:39 +01:00
parent 18b35b1ca6
commit 2e15acd61c
2 changed files with 5 additions and 4 deletions

View File

@@ -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";