[Nix-dev] Custom libc
Tomasz Czyż
tomasz.czyz at gmail.com
Thu Oct 13 00:28:19 CEST 2016
Nikita, how do you override the attributes?
Did you try packageOverrides like in example below?
{
packageOverrides = pkgs: rec {
# Make "xbmc" use the "python26" package,
# instead of NixPkgs default python version.
xbmc = pkgs.xbmc.override {
python = pkgs.python26;
};
};
}
2016-10-12 22:16 GMT+01:00 Nikita Karetnikov <nikita at karetnikov.org>:
> How can I override glibc in nix-shell and use eglibc, for instance? Are
> there any examples? Do I need to override stdenv for that? Overriding the
> attributes of glibc (version and sha) directly doesn't seem to work. Could
> anyone provide an example?
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
--
Tomasz Czyż
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20161012/bd9c8b82/attachment.html>
More information about the nix-dev
mailing list