Re: [Nix-dev] Mark two packages incompatible, but with the same priority?

2015-08-19 Thread Vladimír Čunát
On 08/18/2015 08:11 PM, Jeffrey David Johnson wrote:
 It works as long as you only install bitcoin or bitcoin-xt, but trying
 one after the other they collide

Any packages that provide the same path (e.g. bin/bitcoin) will collide
unless you say which should take priority in the result (nix-env
--set-flag priority).

Vladimir




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Mark two packages incompatible, but with the same priority?

2015-08-18 Thread Jeffrey David Johnson
Nevermind, just noticed the same behavior with plain bitcoin vs bitcoind, so 
maybe it's OK as is?

On Tue, 18 Aug 2015 11:11:40 -0700
Jeffrey David Johnson jef...@gmail.com wrote:

 I'm trying to add BitcoinXT support. Changes here:
 
 https://github.com/NixOS/nixpkgs/compare/master...jefdaj:bitcoinxt-pullreq
 
 It works as long as you only install bitcoin or bitcoin-xt, but trying
 one after the other they collide. Is there a way to set it up so
 installing either one overrides the other cleanly?
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] Mark two packages incompatible, but with the same priority?

2015-08-18 Thread Jeffrey David Johnson
I'm trying to add BitcoinXT support. Changes here:

https://github.com/NixOS/nixpkgs/compare/master...jefdaj:bitcoinxt-pullreq

It works as long as you only install bitcoin or bitcoin-xt, but trying
one after the other they collide. Is there a way to set it up so
installing either one overrides the other cleanly?
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev