* ldcpp in all-packages.nix still referred to 1.0.1.

svn path=/nixpkgs/trunk/; revision=15547
This commit is contained in:
Eelco Dolstra 2009-05-11 11:22:26 +00:00
parent 57baa6617f
commit 27152e987a
2 changed files with 2 additions and 11 deletions

View file

@ -18,7 +18,7 @@ args : with args; with builderDefs;
}) // args);
in with localDefs;
stdenv.mkDerivation rec {
name = "ldcpp-"+version;
name = "ldcpp-1.0.3";
builder = writeScript (name + "-builder")
(textClosure localDefs
[doScons doForceShare doPropagate]);

View file

@ -6396,7 +6396,7 @@ let
inherit fetchurl stdenv builderDefs stringsWithDeps fftw ladspaH pkgconfig;
};
ldcpp = composedArgsAndFun (selectVersion ../applications/networking/p2p/ldcpp "1.0.1") {
ldcpp = composedArgsAndFun (import ../applications/networking/p2p/ldcpp/1.0.3.nix) {
inherit builderDefs scons pkgconfig bzip2 openssl;
inherit (gtkLibs) gtk;
inherit (gnome) libglade;
@ -7676,15 +7676,6 @@ let
inherit fetchurl stdenv flex bison zlib libpng ncurses ed;
};
/*
tetexX11 = import ../misc/tex/tetex {
inherit fetchurl stdenv flex bison zlib libpng ncurses ed;
inherit (xlibs) libX11 libXext libXmu libXaw libXt libXpm;
inherit freetype t1lib;
builderX11 = true;
};
*/
texFunctions = import ../misc/tex/nix {
inherit stdenv perl tetex graphviz ghostscript makeFontsConf imagemagick;
};