tinycc: fix paxmark call

I missed this due to testing on a checkout that didn't contain
the paxmark fix ...
This commit is contained in:
Joachim Fasting 2016-06-09 18:09:42 +02:00
parent e2e2840aa7
commit 7bd515979c
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

View file

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