about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-01-14 06:59:35 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-01-14 06:59:35 +0100
commit26ad8489687175ffbbeb11e8c063fd75f64192a1 (patch)
tree690ae66330fbfd1f6b241b2a154d2d6bc8fec05f /overrides
parent494a94d5ae309be2da9a16b13ea0844b40ec13cd (diff)
Move catapult env from overrides into envs.
This one was actually missing from commit
5cd07981d83f080775d6f144a940e05a4cc7310c.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'overrides')
-rw-r--r--overrides/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/overrides/default.nix b/overrides/default.nix
index 5618bf88..9698fcdd 100644
--- a/overrides/default.nix
+++ b/overrides/default.nix
@@ -108,19 +108,6 @@ rec {
     '';
   };
 
-  catapultEnv = myEnvFun {
-    name = "catapult";
-    buildInputs = [
-      stdenv python pil
-      pythonPackages.matplotlib
-      pythonPackages.django
-      pythonPackages.sqlite3
-      pythonPackages.markdown
-      pythonPackages.MySQL_python
-      pythonPackages.setuptools
-    ];
-  };
-
   pvolctrl = stdenv.mkDerivation rec {
     name = "pvolctrl-0.23";