forked from mirrors/nixpkgs
* Disable some stuff.
* Use GNU make 3.80 for StrategoXT. * Updated octave. svn path=/nixpkgs/trunk/; revision=5502
This commit is contained in:
parent
e7edecc78f
commit
3042581b2a
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, aterm, sdf, pkgconfig}:
|
||||
{stdenv, fetchurl, aterm, sdf, pkgconfig, make}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
|
@ -11,5 +11,5 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
inherit aterm sdf;
|
||||
buildInputs = [pkgconfig aterm sdf];
|
||||
buildInputs = [pkgconfig aterm sdf make];
|
||||
}
|
||||
|
|
|
@ -4,10 +4,10 @@ assert readline != null && ncurses != null && flex != null;
|
|||
assert g77.langF77;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "octave-2.9.0";
|
||||
name = "octave-2.9.6";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/octave-2.9.0.tar.bz2;
|
||||
md5 = "687a09033bc68f09810e947010bc8f29";
|
||||
url = ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-2.9.6.tar.bz2;
|
||||
md5 = "10f07dbc0951a7318502a9f1e51e6388";
|
||||
};
|
||||
buildInputs = [g77 readline ncurses perl flex];
|
||||
configureFlags = "--enable-readline --enable-dl --disable-static --enable-shared";
|
||||
|
|
|
@ -777,6 +777,7 @@ rec {
|
|||
|
||||
strategoxt = (import ../development/compilers/strategoxt) {
|
||||
inherit fetchurl stdenv pkgconfig sdf aterm;
|
||||
make = gnumake380;
|
||||
};
|
||||
|
||||
strategoxtUtils = (import ../development/compilers/strategoxt/utils) {
|
||||
|
|
|
@ -55,7 +55,7 @@ let {
|
|||
grub
|
||||
gzip
|
||||
hello
|
||||
inkscape
|
||||
# inkscape
|
||||
jakartaregexp
|
||||
jetty
|
||||
jikes
|
||||
|
@ -91,7 +91,7 @@ let {
|
|||
# qtparted
|
||||
quake3demo
|
||||
readline
|
||||
rssglx
|
||||
# rssglx
|
||||
screen
|
||||
sdf
|
||||
spidermonkey
|
||||
|
|
Loading…
Reference in a new issue