diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:55:20 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-17 14:55:20 +0200 |
commit | c139cd784d4a048bdf4d6f975954ca70e32df5d4 (patch) | |
tree | 05700b0acfdfc98b4ccb0bd91eae82ce532147da /custom | |
parent | a1f1d1616566fcce3880665c34aa37c2a3692d27 (diff) | |
download | nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar.gz nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar.bz2 nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.tar.xz nixos-c139cd784d4a048bdf4d6f975954ca70e32df5d4.zip |
added random keyword
Diffstat (limited to 'custom')
-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 bc8e4bb0..07ed37de 100644 --- a/custom/run-opossum_bragi.nix +++ b/custom/run-opossum_bragi.nix | |||
@@ -7,7 +7,7 @@ | |||
7 | , opossum | 7 | , opossum |
8 | }: | 8 | }: |
9 | 9 | ||
10 | stdenv.mkDerivation { | 10 | stdenv.mkDerivation rec { |
11 | name = "run-opossum-${version}"; | 11 | name = "run-opossum-${version}"; |
12 | version = "0.0.0"; | 12 | version = "0.0.0"; |
13 | buildInputs = [ makeWrapper ]; | 13 | buildInputs = [ makeWrapper ]; |