mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* 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);
|
||||
in with localDefs;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ldcpp-"+version;
|
||||
name = "ldcpp-1.0.3";
|
||||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs
|
||||
[doScons doForceShare doPropagate]);
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user