Fixing glibcInfo - it did not build.

svn path=/nixpkgs/trunk/; revision=21755
This commit is contained in:
Lluís Batlle i Rossell 2010-05-12 19:31:18 +00:00
parent ed55a19bc7
commit 146cfcba6c
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,8 @@
let build = import ./common.nix;
in
build {
/* null cross builder */
build null {
name = "glibc-info";
inherit fetchurl stdenv;

View File

@ -7991,6 +7991,11 @@ let
inherit fetchurl stdenv nasm;
};
larswm = import ../applications/window-managers/larswm {
inherit fetchurl stdenv;
inherit (xlibs) imake libX11 libXext libXmu;
};
ladspaH = import ../applications/audio/ladspa-plugins/ladspah.nix {
inherit fetchurl stdenv builderDefs stringsWithDeps;
};