tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dash: disable strictflexarrays3 hardening flag
Robert Scott
8 months ago
b7771e10
5da561c2
+2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
da
dash
package.nix
+2
pkgs/by-name/da/dash/package.nix
···
25
depsBuildBuild = [ buildPackages.stdenv.cc ];
26
buildInputs = [ libedit ];
27
0
0
28
configureFlags = [ "--with-libedit" ];
29
preConfigure = lib.optional stdenv.hostPlatform.isStatic ''
30
export LIBS="$(''${PKG_CONFIG:-pkg-config} --libs --static libedit)"
···
25
depsBuildBuild = [ buildPackages.stdenv.cc ];
26
buildInputs = [ libedit ];
27
28
+
hardeningDisable = [ "strictflexarrays3" ];
29
+
30
configureFlags = [ "--with-libedit" ];
31
preConfigure = lib.optional stdenv.hostPlatform.isStatic ''
32
export LIBS="$(''${PKG_CONFIG:-pkg-config} --libs --static libedit)"