[Nix-dev] Confused about packages

Roger Qiu roger.qiu at polycademy.com
Tue May 19 07:56:30 CEST 2015


Wouldn't it be better for version numbers to always exist? That way it's 
simple to know the exact version of your package that you're installing, 
even if it's just one package. I'd prefer for it not to be random.

On 16/05/2015 7:27 AM, Vladimír Čunát wrote:
> Hi.
>
> On 05/15/2015 11:09 PM, Amy de Buitléir wrote:
>> Q 1. Why do some packages have version numbers, and some don't? Are the ones
>> without version numbers some sort of "virtual" package?
> Missing version should be considered a bug, I believe, at least in most
> cases. I versioned dmenu2 in d41798321.
>
>> Q 2. Why can't I find some packages that I would expect to find? Are they
>> "hidden"? For example, I have the following in my /etc/nixos/configuration.nix:
>>
>>    environment.systemPackages = with pkgs; [
>>      dmenu2
>>      dzen2
>>      haskellPackages.xmonad
>>      haskellPackages.xmonadContrib
>>      haskellPackages.xmonadExtras
>>      wget
>>      xsel
>>    ];
>>
>> But if someone hadn't told me the names to put there, how could I have found
>> the names of the packages? Searching for them using nix-env didn't find them:
> I consider that a bug, too.
> Peti: I guess this would be because of haskellPackages missing
> recurseIntoAttrs. I can't see it in there and no haskell packages are
> shown for me on master.
>
>
> Vladimir
>
>
>
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev

-- 
Founder of Matrix AI
http://matrix.ai/
+61420925975

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150519/154e2a99/attachment.html 


More information about the nix-dev mailing list