* ldcpp in all-packages.nix still referred to 1.0.1.
svn path=/nixpkgs/trunk/; revision=15547
This commit is contained in:
parent
57baa6617f
commit
27152e987a
@ -18,7 +18,7 @@ args : with args; with builderDefs;
|
|||||||
}) // args);
|
}) // args);
|
||||||
in with localDefs;
|
in with localDefs;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ldcpp-"+version;
|
name = "ldcpp-1.0.3";
|
||||||
builder = writeScript (name + "-builder")
|
builder = writeScript (name + "-builder")
|
||||||
(textClosure localDefs
|
(textClosure localDefs
|
||||||
[doScons doForceShare doPropagate]);
|
[doScons doForceShare doPropagate]);
|
||||||
|
@ -6396,7 +6396,7 @@ let
|
|||||||
inherit fetchurl stdenv builderDefs stringsWithDeps fftw ladspaH pkgconfig;
|
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 builderDefs scons pkgconfig bzip2 openssl;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
inherit (gnome) libglade;
|
inherit (gnome) libglade;
|
||||||
@ -7676,15 +7676,6 @@ let
|
|||||||
inherit fetchurl stdenv flex bison zlib libpng ncurses ed;
|
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 {
|
texFunctions = import ../misc/tex/nix {
|
||||||
inherit stdenv perl tetex graphviz ghostscript makeFontsConf imagemagick;
|
inherit stdenv perl tetex graphviz ghostscript makeFontsConf imagemagick;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user