----- Original Message ----- > From: "Vladimír Čunát" <[email protected]> > To: "Christophe Trophime" <[email protected]> > Cc: [email protected] > Sent: Wednesday, March 23, 2016 10:43:19 AM > Subject: Re: [Nix-dev] NEWBYE question: why clang-3.7 ships cpp? > > On 03/23/2016 10:39 AM, Christophe Trophime wrote: > > I would like to install clang along with gcc. > > Unfortunately it seems not possible since the 2 "packages" ships cpp. > > You can choose priorities to resolve same-path clashes. > http://nixos.org/nix/manual/#description-5 >
Thanks for the pointer You mean that I can install clang and gcc provided I do something like that: nix-env --set-flag priority 5 binutils nix-env --set-flag priority 10 gcc nix-env --set-flag priority 20 clang > > PS: If this is not the best place to ask these "newbie" questions lease > > indicate me a better place > > I don't think this is a bad place. IRC might be better for this in some > respects. > > --Vladimir > > > _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
