diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 15:03:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 15:03:16 +0200 |
commit | 70fed42162b118f233b38aecc841b6337190dffd (patch) | |
tree | 6628f9751e4fa03191b2744125be4fa040fba92f | |
parent | ffaeb45a878eb6901b8cbcf4931702e0a0c0c376 (diff) | |
download | nixos-70fed42162b118f233b38aecc841b6337190dffd.tar nixos-70fed42162b118f233b38aecc841b6337190dffd.tar.gz nixos-70fed42162b118f233b38aecc841b6337190dffd.tar.bz2 nixos-70fed42162b118f233b38aecc841b6337190dffd.tar.xz nixos-70fed42162b118f233b38aecc841b6337190dffd.zip |
interpreter patching
-rw-r--r-- | custom/run-opossum_bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/run-opossum_bragi.nix b/custom/run-opossum_bragi.nix index e0535e69..346b40ef 100644 --- a/custom/run-opossum_bragi.nix +++ b/custom/run-opossum_bragi.nix | |||
@@ -46,6 +46,7 @@ stdenv.mkDerivation rec { | |||
46 | ''; | 46 | ''; |
47 | phases = [ "buildPhase" | 47 | phases = [ "buildPhase" |
48 | "installPhase" | 48 | "installPhase" |
49 | "fixupPhase" | ||
49 | ]; | 50 | ]; |
50 | buildPhase = '' | 51 | buildPhase = '' |
51 | cp -prd --no-preserve=timestamps $src run-opossum | 52 | cp -prd --no-preserve=timestamps $src run-opossum |