From 7bd515979c59fa2b5786fba2fddbca9d56c04cb1 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Thu, 9 Jun 2016 18:09:42 +0200 Subject: [PATCH] tinycc: fix paxmark call I missed this due to testing on a checkout that didn't contain the paxmark fix ... --- pkgs/development/compilers/tinycc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/tinycc/default.nix b/pkgs/development/compilers/tinycc/default.nix index 147edcb5d48..de8044386e7 100644 --- a/pkgs/development/compilers/tinycc/default.nix +++ b/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 = {