tinycc: fix paxmark call

I missed this due to testing on a checkout that didn't contain
the paxmark fix ...
wip/yesman
Joachim Fasting 8 years ago
parent e2e2840aa7
commit 7bd515979c
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4
  1. 2
      pkgs/development/compilers/tinycc/default.nix

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
checkTarget = "test";
postFixup = ''
paxmark m $out/bin/tcc
paxmark m $bin/bin/tcc
'';
meta = {

Loading…
Cancel
Save