diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:59:09 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:59:09 +0200 |
| commit | 30c358c77a63ea288f8c985f7fcb1743e23298d4 (patch) | |
| tree | 965fe516fe14b0790c02b20dc94b038d1bb63f9a | |
| parent | 7cd28b268f37fc29410936318e3801e8e17dced5 (diff) | |
| download | nixos-30c358c77a63ea288f8c985f7fcb1743e23298d4.tar nixos-30c358c77a63ea288f8c985f7fcb1743e23298d4.tar.gz nixos-30c358c77a63ea288f8c985f7fcb1743e23298d4.tar.bz2 nixos-30c358c77a63ea288f8c985f7fcb1743e23298d4.tar.xz nixos-30c358c77a63ea288f8c985f7fcb1743e23298d4.zip | |
rename was not complete
| -rw-r--r-- | custom/run-opossum_bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/run-opossum_bragi.nix b/custom/run-opossum_bragi.nix index c1f7a4a9..3ba0cc2e 100644 --- a/custom/run-opossum_bragi.nix +++ b/custom/run-opossum_bragi.nix | |||
| @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { | |||
| 52 | ''; | 52 | ''; |
| 53 | installPhase = '' | 53 | installPhase = '' |
| 54 | mkdir -p $out/bin | 54 | mkdir -p $out/bin |
| 55 | cp run-opossum.sh $out/bin | 55 | cp run-opossum $out/bin |
| 56 | chmod +x $out/bin/run-opossum | 56 | chmod +x $out/bin/run-opossum |
| 57 | wrapProgram $out/bin/run-opossum \ | 57 | wrapProgram $out/bin/run-opossum \ |
| 58 | --prefix PATH : ${wombat}/bin \ | 58 | --prefix PATH : ${wombat}/bin \ |
