summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2004-08-05 13:05:38 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2004-08-05 13:05:38 +0000
commita4215841ac3c39ccaeeb720306cf2173f5cf4bde (patch)
tree9c5c271b0d903859e43a2cdb94197326b903dbc4 /pkgs/system/all-packages-generic.nix
parenta53a262a0c19845aaf7e9380f6af9d9d8e7c0b3b (diff)
downloadnixpkgs-a4215841ac3c39ccaeeb720306cf2173f5cf4bde.tar
nixpkgs-a4215841ac3c39ccaeeb720306cf2173f5cf4bde.tar.gz
nixpkgs-a4215841ac3c39ccaeeb720306cf2173f5cf4bde.tar.bz2
nixpkgs-a4215841ac3c39ccaeeb720306cf2173f5cf4bde.tar.lz
nixpkgs-a4215841ac3c39ccaeeb720306cf2173f5cf4bde.tar.xz
nixpkgs-a4215841ac3c39ccaeeb720306cf2173f5cf4bde.tar.zst
nixpkgs-a4215841ac3c39ccaeeb720306cf2173f5cf4bde.zip
* octavefront removed
* rna removed
* octave-2.1.57 added

svn path=/nixpkgs/trunk/; revision=1228
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 8194bb9f362..1540e296a89 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -194,8 +194,8 @@ rec {
     inherit fetchurl stdenv;
   };
 
-  octavefront = (import ../development/tools/misc/octavefront) {
-    inherit fetchurl stdenv autoconf g77 texinfo flex gperf rna aterm;
+  octave = (import ../development/interpreters/octave) {
+    inherit fetchurl stdenv autoconf g77 texinfo flex gperf;
     bison = bisonnew;
   };
 
@@ -504,10 +504,6 @@ rec {
     inherit fetchurl stdenv;
   };
 
-  rna = (import ../development/libraries/rna) {
-    inherit fetchurl stdenv zlib;
-  };
-
   xlibs = (import ../development/libraries/xlibs) {
     inherit fetchurl stdenv pkgconfig freetype expat;
     patch = gnupatch;