Re: [Nix-dev] Firefox has become an unfree package in 'master'

2015-03-09 Thread Kirill Elagin
Isn’t Hydra allowed to build `unfreeRedistributable` packages? On Mon, Mar 9, 2015 at 1:53 PM Peter Simons sim...@cryp.to wrote: I guess that change was probably not intentional? in job ‘firefoxWrapper.x86_64-linux’: Package ‘faac-1.28’ in

[Nix-dev] Overriding a node package

2015-03-09 Thread Kirill Elagin
I have a package (`pkgs.keybase-node-client` to be precise) which is generated by `nodePackages.buildNodePackage`. I want to install it from my local git repo. I have no idea how node stuff works in nixpkgs (and not in nixpkgs, actually), so I tried the obvious thing: packageOverrides =

Re: [Nix-dev] Firefox has become an unfree package in 'master'

2015-03-09 Thread Eelco Dolstra
Hi, On 09/03/15 12:08, Kirill Elagin wrote: Isn’t Hydra allowed to build `unfreeRedistributable` packages? No. The only unfree stuff it builds is redistributable firmware. -- Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ ___ nix-dev

[Nix-dev] staging merged into master

2015-03-09 Thread Peter Simons
FYI, I merged staging into master up to (and including) commit 5341196. Peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] nix-env -i ruby installs bundler, not ruby

2015-03-09 Thread Bjørn Forsman
Hi all, I'm on the stable 14.12 branch and decided to install ruby: $ ruby The program ‘ruby’ is currently not installed. You can install it by typing: nix-env -i ruby But what I get from running nix-env -i ruby is not ruby, it's bundler! Here is a the snippet that shows the issue:

[Nix-dev] no hardware rendering

2015-03-09 Thread Berno Strik
I was checking my Xorg log and found this: [39.626] (II) intel(0): SNA initialized with Almador (gen2) backend [39.626] (==) intel(0): Backing store enabled [39.626] (==) intel(0): Silken mouse enabled [39.647] (II) intel(0): HW Cursor enabled [39.647] (II) intel(0): RandR 1.2

Re: [Nix-dev] Haskellng - enable profiling

2015-03-09 Thread Andreas Herrmann
I just had the same problem. I have no idea whether it's the right way to do it, but I got it working in the following way: Assuming that your package description is in `default.nix` (as created by cabal2nix) add the following two files to the same directory: mypackage.nix: | { profiling ?

Re: [Nix-dev] How do I install firefox nightly or any other program that gets daily updates?

2015-03-09 Thread James Cook
Nixpkgs has a firefox-bin package which probably does exactly what you are trying to do. You probably just need to update the source path and hash to be the nightly version. James On 9 March 2015 at 00:22, Bjørn Forsman bjorn.fors...@gmail.com wrote: (Again, please copy the list.) On 9 March

[Nix-dev] Firefox has become an unfree package in 'master'

2015-03-09 Thread Peter Simons
I guess that change was probably not intentional? in job ‘firefoxWrapper.x86_64-linux’: Package ‘faac-1.28’ in ‘/nix/store/l81c91f3lk0ylnmpnn3bz80ss4dkdmfc-git-export/pkgs/development/libraries/faac/default.nix:26’ has an unfree license ‘{free:false,fullName:Unfree

Re: [Nix-dev] How do I install firefox nightly or any other program that gets daily updates?

2015-03-09 Thread Bjørn Forsman
(Again, please copy the list.) On 9 March 2015 at 00:15, CodeHero codeh...@nerdpol.ch wrote: Okay. I actually got the wrapper to stop complaining, but now firefox says Could not find the Mozilla runtime. There are certain runtime files in the firefox nightly archive, but I'm not sure what to