Added glibc-ntpl to all-packages.nix . I also do not know if it works.
svn path=/nixpkgs/trunk/; revision=9158
This commit is contained in:
parent
9cc12e9f05
commit
ac311eb30a
@ -1420,6 +1420,10 @@ rec {
|
|||||||
#installLocales = false;
|
#installLocales = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
glibcNTPL = import ../development/libraries/glibc-ntpl {
|
||||||
|
inherit stdenv fetchurl kernelHeaders;
|
||||||
|
};
|
||||||
|
|
||||||
glibmm = import ../development/libraries/gtk-libs-2.6/glibmm {
|
glibmm = import ../development/libraries/gtk-libs-2.6/glibmm {
|
||||||
inherit fetchurl stdenv pkgconfig libsigcxx;
|
inherit fetchurl stdenv pkgconfig libsigcxx;
|
||||||
inherit (gtkLibs26) glib;
|
inherit (gtkLibs26) glib;
|
||||||
|
Loading…
Reference in New Issue
Block a user