nixpkgs/pkgs/stdenv/generic
Joachim Fasting 6648b04381
stdenv: fix paxmark
On Linux, paxctl's setup hook should overwrite the paxmark stub, but the
stub is defined after the setup hooks are sourced, so the stub ends up
overwriting the real function.  The result is that paxmark fails to do
anything.  The fix is to define the stub before any setup hooks are
sourced.  Thanks to @vcunat for figuring this out.

Closes #15492
2016-05-27 18:57:59 +02:00
..
builder.sh stdenv: Statically include the default build inputs 2014-11-06 12:10:28 +01:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix Merge #14920: windows improvements, mainly mingw 2016-05-05 08:30:19 +02:00
setup.sh stdenv: fix paxmark 2016-05-27 18:57:59 +02:00