Re: [Nix-dev] Improve docs for overrideDerivation - overridable attributes

2016-06-30 Thread Alex Berg
Oh wow! I never would have guessed this was a behavior of the `rec` keyword! Nice idea! I'll play around with it to verify my understanding and then submit a PR to the NixPkgs manual to note this behavior for other people who might discover this pitfall. That'll take me several days. :) Much

[Nix-dev] (setcap-wrapper) Building a nixos vm to test nixos-level modifications

2016-06-30 Thread Parnell Springmeyer
Hi! I recently added setcap-wrapper functionality to nixos at awake networks and I have contributed the changes in a fork on my own branch. My ask is: I'm having trouble figuring out how I should test this. Building a package is easy but is there a formula some where for building a nixos VM to

[Nix-commits] [NixOS/nixpkgs] 17e803: samsung-UnifiedLinuxDriver: fix multi-output cups ...

2016-06-30 Thread pngwjpgh
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 17e8032adb9b6ad8558594a19f6d13461d275b45 https://github.com/NixOS/nixpkgs/commit/17e8032adb9b6ad8558594a19f6d13461d275b45 Author: pngwjpgh Date: 2016-07-01 (Fri, 01 Jul

[Nix-commits] [NixOS/nixpkgs] 57ea9a: nano: 2.5.3 -> 2.6.1 (#16565)

2016-06-30 Thread Michael Ekstrand
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 57ea9af90a5bd9337da47189387d912ee786af69 https://github.com/NixOS/nixpkgs/commit/57ea9af90a5bd9337da47189387d912ee786af69 Author: Michael Ekstrand Date: 2016-07-01 (Fri, 01 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] a10ddb: firefox-bin: 47.0 -> 47.0.1 (#16599)

2016-06-30 Thread taku0
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a10ddb582e486df041627f857c120e5f7ae13d6c https://github.com/NixOS/nixpkgs/commit/a10ddb582e486df041627f857c120e5f7ae13d6c Author: taku0 Date: 2016-06-30 (Thu, 30 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] d75c7d: btfs: 2.9 -> 2.10 (#16603)

2016-06-30 Thread Michele Guerini Rocco
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d75c7d0dcd12ae032ae7e55bbf74850b327647d5 https://github.com/NixOS/nixpkgs/commit/d75c7d0dcd12ae032ae7e55bbf74850b327647d5 Author: Michele Guerini Rocco Date: 2016-06-30

[Nix-commits] [NixOS/nixpkgs] af2d60: wpsoffice: 10.1.0.5503 -> 10.1.0.5672 (#16630)

2016-06-30 Thread David Guibert
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: af2d6022577beb8290909b705254d05ea3ab07e5 https://github.com/NixOS/nixpkgs/commit/af2d6022577beb8290909b705254d05ea3ab07e5 Author: David Guibert Date: 2016-06-30 (Thu, 30 Jun

Re: [Nix-dev] How does the kernel get build? Because /usr/bin/perl is hardcoded in the kernel sources...

2016-06-30 Thread Bjørn Forsman
On 30 June 2016 at 22:40, Matthias Beyer wrote: > Hi nixos community, > > I wonder how the kernel is build with nix, as /usr/bin/perl is > hardcoded in all scripts in the kernel source tree. > > Can someone point me to the appropriate file for how the build setup > handles

[Nix-dev] How does the kernel get build? Because /usr/bin/perl is hardcoded in the kernel sources...

2016-06-30 Thread Matthias Beyer
Hi nixos community, I wonder how the kernel is build with nix, as /usr/bin/perl is hardcoded in all scripts in the kernel source tree. Can someone point me to the appropriate file for how the build setup handles the kernel perl build infrastructure? I assume our setup somehow rewrites the

Re: [Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Bjørn Forsman
On 30 June 2016 at 17:38, Bjørn Forsman wrote: > On 30 June 2016 at 17:15, Vladimír Čunát wrote: >> On 06/30/2016 05:10 PM, Bjørn Forsman wrote: >>> The problem is that none of the build artifacts can be downloaded! >> >> Hydra no longer has the

[Nix-commits] [NixOS/nixpkgs] 473f86: tabbed: Add configuration through config.h

2016-06-30 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 473f864a1f819776cc1bcc9014ae10f19e88deed https://github.com/NixOS/nixpkgs/commit/473f864a1f819776cc1bcc9014ae10f19e88deed Author: Rahul Gopinath Date: 2016-06-29 (Wed, 29 Jun 2016)

Re: [Nix-dev] Improve docs for overrideDerivation - overridable attributes

2016-06-30 Thread Layus
On 30/06/16 20:18, Alex Berg wrote: I created a new "~/.nixpkgs/config.nix" file to customize the nix-channel-obtained nixpkgs copy on my system - my goal was to bump the version of Vim to a specific version. My first attempt was to override the derivation and simply set the "version"

[Nix-commits] [NixOS/nixpkgs] 0604af: nomad: 0.3.2 -> 0.4.0

2016-06-30 Thread Rushmore Mushambi
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0604af9212c17974a15eabecbfcbc6fb2088c266 https://github.com/NixOS/nixpkgs/commit/0604af9212c17974a15eabecbfcbc6fb2088c266 Author: rushmorem Date: 2016-06-30 (Thu, 30 Jun 2016)

[Nix-dev] Improve docs for overrideDerivation - overridable attributes

2016-06-30 Thread Alex Berg
I created a new "~/.nixpkgs/config.nix" file to customize the nix-channel-obtained nixpkgs copy on my system - my goal was to bump the version of Vim to a specific version. My first attempt was to override the derivation and simply set the "version" attribute, like this: { packageOverrides =

Re: [Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Bjørn Forsman
On 30 June 2016 at 17:37, Shea Levy wrote: > With nodePackages.jsontool installed: > > $ nix-env -i $(curl -LH "Accept: Application/JSON" > http://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest | json > buildoutputs.out.path) That's a neat trick. It would be great

Re: [Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Bjørn Forsman
On 30 June 2016 at 17:36, Domen Kožar wrote: > Could be, not sure at what verison it was added, but I think around first > NixOS release. You could try going with 13.10 first and then upgrade to > 16.03 I tried going back a few releases. But at NixOS 13.10, which required Nix 1.7

Re: [Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Bjørn Forsman
On 30 June 2016 at 17:15, Vladimír Čunát wrote: > On 06/30/2016 05:10 PM, Bjørn Forsman wrote: >> The problem is that none of the build artifacts can be downloaded! > > Hydra no longer has the binaries AFAIK, but they're in the cache, so > nix-store --realize /nix/store/foo

[Nix-commits] [NixOS/nixpkgs] f4aa57: libpsl: list 2016-02-25 -> 2016-06-30

2016-06-30 Thread Tobias Geerinckx-Rice
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: f4aa57ac91a6e7865e99546df9d255aaa9d401be https://github.com/NixOS/nixpkgs/commit/f4aa57ac91a6e7865e99546df9d255aaa9d401be Author: Tobias Geerinckx-Rice Date: 2016-06-30 (Thu, 30

Re: [Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Shea Levy
With nodePackages.jsontool installed: $ nix-env -i $(curl -LH "Accept: Application/JSON" http://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest | json buildoutputs.out.path) Bjørn Forsman writes: > On 30 June 2016 at 17:12, Domen Kožar wrote:

Re: [Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Domen Kožar
Could be, not sure at what verison it was added, but I think around first NixOS release. You could try going with 13.10 first and then upgrade to 16.03 On Thu, Jun 30, 2016 at 5:30 PM, Bjørn Forsman wrote: > On 30 June 2016 at 17:12, Domen Kožar wrote: >

Re: [Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Domen Kožar
Did you try running switch? It should know how to upgrade Nix. On Thu, Jun 30, 2016 at 5:10 PM, Bjørn Forsman wrote: > Hi all, > > I picked up an old NixOS installation from 2013, with nix 1.5.3. I > tried to upgrade to NixOS 16.03: > > $ nixos-rebuild build > ... >

[Nix-dev] How to upgrade when Nix is too old to evaluate nixpkgs

2016-06-30 Thread Bjørn Forsman
Hi all, I picked up an old NixOS installation from 2013, with nix 1.5.3. I tried to upgrade to NixOS 16.03: $ nixos-rebuild build ... error: evaluation aborted with the following error message: `This version of Nixpkgs requires Nix >= 1.10, please upgrade! See

[Nix-commits] [NixOS/nixpkgs] 1fb466: python bcrypt: use a git snapshot of bcrypt to get...

2016-06-30 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1fb466c28c9cc119776c0263bf9fa01ed9c7d104 https://github.com/NixOS/nixpkgs/commit/1fb466c28c9cc119776c0263bf9fa01ed9c7d104 Author: Allen Nelson Date: 2016-06-30 (Thu, 30 Jun

[Nix-commits] [NixOS/nixpkgs] 956e33: geolite-legacy: 2016-06-20 -> 2016-06-30

2016-06-30 Thread Tobias Geerinckx-Rice
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 956e33169ae443281cde96aabf4b3ff8baaa6522 https://github.com/NixOS/nixpkgs/commit/956e33169ae443281cde96aabf4b3ff8baaa6522 Author: Tobias Geerinckx-Rice Date: 2016-06-30 (Thu, 30

[Nix-commits] [NixOS/nixpkgs] d6871a: geolite-legacy: 2016-06-20 -> 2016-06-30

2016-06-30 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d6871a2c7a0745dad21e09ededd4306093fe3512 https://github.com/NixOS/nixpkgs/commit/d6871a2c7a0745dad21e09ededd4306093fe3512 Author: Tobias Geerinckx-Rice Date: 2016-06-30 (Thu, 30 Jun 2016)

Re: [Nix-dev] Hydra is down (500 Internal Server Error)

2016-06-30 Thread Bjørn Forsman
Now it works. - Bjørn ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] ba0177: xpra: 0.16.2 -> 0.17.0

2016-06-30 Thread Bjørn Forsman
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: ba017747b00db84edf6f1ad0bf0089442a884db5 https://github.com/NixOS/nixpkgs/commit/ba017747b00db84edf6f1ad0bf0089442a884db5 Author: David Guibert Date: 2016-06-30 (Thu, 30

[Nix-dev] Hydra is down (500 Internal Server Error)

2016-06-30 Thread Bjørn Forsman
This is what you get when visiting hydra.nixos.org: 500 Internal Server Error DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI connect('dbname=hydra;user=hydra;','',...) failed: could not connect to server: No such file or directory Is the server running locally and

[Nix-commits] [NixOS/nixpkgs] d71ef0: pythonPackages.lz4: init at 0.8.2

2016-06-30 Thread Bjørn Forsman
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d71ef00b9dff04f72de9d0d64e719125d1e3d5c3 https://github.com/NixOS/nixpkgs/commit/d71ef00b9dff04f72de9d0d64e719125d1e3d5c3 Author: Bjørn Forsman Date: 2016-06-30 (Thu, 30 Jun

Re: [Nix-dev] Add banner to wiki to tell (new) users that it's not maintained

2016-06-30 Thread Maarten Hoogendoorn
It appears that this theme is disabled: https://github.com/NixOS/nixos-org-configurations/blob/master/nixos-org/webserver.nix#L153 I tried to find some element that should be present in the theme, but was not. 2016-06-30 13:41 GMT+02:00 zimbatm : > Good idea. I think this

[Nix-dev] Add banner to wiki to tell (new) users that it's not maintained

2016-06-30 Thread Maarten Hoogendoorn
I only learned a few weeks ago that the wiki is not maintained anymore, and that the content is going to be moved into the manuals. Could we add a banner to the top of the wiki to tell (new) users that the information in there might be out of date? This might prevent a lot of frustration for new

[Nix-commits] [NixOS/nixpkgs] 3f4f3c: zerotierone: 1.1.4 -> 1.1.6

2016-06-30 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3f4f3c40052c09790facd468a87d12e34a56558a https://github.com/NixOS/nixpkgs/commit/3f4f3c40052c09790facd468a87d12e34a56558a Author: Daniel Fullmer Date: 2016-06-29 (Wed, 29 Jun

[Nix-commits] [NixOS/nixpkgs] 51c04b: grsecurity: 4.5.7-201606280009 -> 4.5.7-2016062923...

2016-06-30 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 51c04b74c1b39483c4e2674912c7590adeb41665 https://github.com/NixOS/nixpkgs/commit/51c04b74c1b39483c4e2674912c7590adeb41665 Author: Joachim Fasting Date: 2016-06-30 (Thu, 30 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 17faf9: gnutls: fixup various problems

2016-06-30 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 17faf910b76841e7ad4b31036be86a0e309c274e https://github.com/NixOS/nixpkgs/commit/17faf910b76841e7ad4b31036be86a0e309c274e Author: Vladimír Čunát Date: 2016-06-30 (Thu, 30 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] bc0a7e: Fixed libcommuni build.

2016-06-30 Thread Christoph Hrdinka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bc0a7e7d44cea69fc57680f490cfa7c5494a367a https://github.com/NixOS/nixpkgs/commit/bc0a7e7d44cea69fc57680f490cfa7c5494a367a Author: Meyer S. Jacobs Date: 2016-06-30 (Thu, 30 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] c4b346: conky: added double buffer support

2016-06-30 Thread Al Zohali
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c4b346a539068f4c9b28b74162b0a601f595c354 https://github.com/NixOS/nixpkgs/commit/c4b346a539068f4c9b28b74162b0a601f595c354 Author: Al Zohali Date: 2016-06-30 (Thu, 30 Jun 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 86e2b0: gtk3: 3.20.5 -> 3.20.6

2016-06-30 Thread Kranium Gikos Mendoza
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 86e2b0e52b75a80be2c515612cdd50199043e516 https://github.com/NixOS/nixpkgs/commit/86e2b0e52b75a80be2c515612cdd50199043e516 Author: Kranium Gikos Mendoza Date: 2016-06-30 (Thu, 30 Jun