mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
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;
|
||||
in
|
||||
build {
|
||||
/* null cross builder */
|
||||
build null {
|
||||
name = "glibc-info";
|
||||
|
||||
inherit fetchurl stdenv;
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user