mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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:
parent
e2e2840aa7
commit
7bd515979c
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
checkTarget = "test";
|
||||
|
||||
postFixup = ''
|
||||
paxmark m $out/bin/tcc
|
||||
paxmark m $bin/bin/tcc
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user