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:
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
paxmark m $out/bin/tcc
|
paxmark m $bin/bin/tcc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user