Fixing glibcInfo - it did not build.
svn path=/nixpkgs/trunk/; revision=21755
This commit is contained in:
parent
ed55a19bc7
commit
146cfcba6c
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
let build = import ./common.nix;
|
let build = import ./common.nix;
|
||||||
in
|
in
|
||||||
build {
|
/* null cross builder */
|
||||||
|
build null {
|
||||||
name = "glibc-info";
|
name = "glibc-info";
|
||||||
|
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
@ -7991,6 +7991,11 @@ let
|
|||||||
inherit fetchurl stdenv nasm;
|
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 {
|
ladspaH = import ../applications/audio/ladspa-plugins/ladspah.nix {
|
||||||
inherit fetchurl stdenv builderDefs stringsWithDeps;
|
inherit fetchurl stdenv builderDefs stringsWithDeps;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user