[Nix-commits] [NixOS/nixpkgs] 6df074: perl-File-Slurper: 0.008 -> 0.009

2016-08-11 Thread Robert Helgesson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6df074c43ea59b6ca0e65156bfe4b668ec52a7d3 https://github.com/NixOS/nixpkgs/commit/6df074c43ea59b6ca0e65156bfe4b668ec52a7d3 Author: Robert Helgesson Date: 2016-08-12 (Fri, 12 Aug 2016)

Re: [Nix-dev] How to install specific version of a package?

2016-08-11 Thread Tomasz Czyż
Nick, I think the concept here is that: - in nixpkgs there are only latest versions (in few cases more) of the software, because it's hard to maintain huge set of packages with such a small community (comparing to debian, redhat or other distros) - nix is created to extend in mind, I find it lot

Re: [Nix-dev] Two declarative ways to install a package?

2016-08-11 Thread Anders Lundstedt
On Thu, Aug 11, 2016 at 9:35 PM, Kevin Cox wrote: > It's also important to not that services generally (never?) actually > "install" the package. I did a quick check among my enabled services. Two services that add their packages to environment.systemPackages are the

Re: [Nix-dev] How to install specific version of a package?

2016-08-11 Thread Kevin Cox
If you know the path of the package the easiest way is `nix-env -i /nix/store/...`. For installing a package by previous version number I don't think there is an easy way to do it. (Except for some packages were different versions are available in nixpkgs). This is partially because "version" in

Re: [Nix-dev] Two declarative ways to install a package?

2016-08-11 Thread Kevin Cox
On 11/08/16 20:11, Nick Sabalausky wrote: > > What exactly is the difference? Is there any more nuance to it than > "Services are installed one way, non-services are installed the other way"? > Basically the services are wrappers around the packages. They set them up, generate config files and

[Nix-dev] Two declarative ways to install a package?

2016-08-11 Thread Nick Sabalausky
I'm noticing that when installing packages declaratively via configuration.nix and nixos-rebuild, some packages are install one way, but others are installed another way. For example: # Some packages are installed via environment.systemPackages environment.systemPackages = with pkgs; [ wget

[Nix-dev] How to install specific version of a package?

2016-08-11 Thread Nick Sabalausky
In general, how do you install a specific version of a package? It seems that by default it will install the latest available version like other distros, but for the most part installing "packagename-1.2.3"/etc doesn't appear to work. One of the biggest killer features of NixOS for me is the

[Nix-commits] [NixOS/nixpkgs] a97df8: mariadb: use jemalloc on every platform

2016-08-11 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a97df891fee47f9eda8145f2485c0d7673916fde https://github.com/NixOS/nixpkgs/commit/a97df891fee47f9eda8145f2485c0d7673916fde Author: Vladimír Čunát Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] b523c1: thc-hydra: fix the tarball job

2016-08-11 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b523c1deb955965f4bd8a7407bc196c985e727ff https://github.com/NixOS/nixpkgs/commit/b523c1deb955965f4bd8a7407bc196c985e727ff Author: Vladimír Čunát Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] f822b9: android-studio: repackage in an FHS environment

2016-08-11 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f822b93e0558441962ac7f18b2f39848ca75f154 https://github.com/NixOS/nixpkgs/commit/f822b93e0558441962ac7f18b2f39848ca75f154 Author: Hoang Xuan Phu Date: 2016-08-10 (Wed, 10 Aug

[Nix-commits] [NixOS/nixpkgs] 6536d6: mdds: 0.12.0 -> pinned 0.12.1, use it for libreoff...

2016-08-11 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6536d6fe9c193ca25e440075ae84ac4efffae5da https://github.com/NixOS/nixpkgs/commit/6536d6fe9c193ca25e440075ae84ac4efffae5da Author: Michael Raskin <7c6f4...@mail.ru> Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] d4b128: lie: LiE -> lie

2016-08-11 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d4b128959210e45df8bdbe4b0a5e3844a73a9953 https://github.com/NixOS/nixpkgs/commit/d4b128959210e45df8bdbe4b0a5e3844a73a9953 Author: Matthew Bauer Date: 2016-08-10 (Wed, 10 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] 1ecab4: spotify : 1.0.34.146.g28f9eda2-19 -> 1.0.36.120.g5...

2016-08-11 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1ecab4189f1e8cccebdca80c04439517884fcf36 https://github.com/NixOS/nixpkgs/commit/1ecab4189f1e8cccebdca80c04439517884fcf36 Author: Théophane Hufschmitt Date:

[Nix-commits] [NixOS/nixpkgs] 18947c: Revert "ecryptfs: fix kernel bug introduced in 4.4...

2016-08-11 Thread obadz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 18947c9e36a1b869183e2027f2061a07584e42dd https://github.com/NixOS/nixpkgs/commit/18947c9e36a1b869183e2027f2061a07584e42dd Author: obadz Date: 2016-08-11 (Thu, 11 Aug 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 4fd2ad: baresip: 0.4.19 -> 0.4.20

2016-08-11 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4fd2adb604cf0aeaab15c408e2e827aebd10a574 https://github.com/NixOS/nixpkgs/commit/4fd2adb604cf0aeaab15c408e2e827aebd10a574 Author: Michael Raskin <7c6f4...@mail.ru> Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] dcdcea: timewarrior : fix manpages installation (#17667)

2016-08-11 Thread Théophane Hufschmitt
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: dcdcea9938eef10a7c8c45ded471e9d8a4b14ea5 https://github.com/NixOS/nixpkgs/commit/dcdcea9938eef10a7c8c45ded471e9d8a4b14ea5 Author: Théophane Hufschmitt Date: 2016-08-11

[Nix-commits] [NixOS/nixpkgs] daf440: haskellPackages.stunclient: fix build error due to...

2016-08-11 Thread obadz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: daf44055cd4275d2226474e7b4f9df0eed82c6cc https://github.com/NixOS/nixpkgs/commit/daf44055cd4275d2226474e7b4f9df0eed82c6cc Author: obadz Date: 2016-08-11 (Thu, 11 Aug 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 256394: pyqt: propagate python for nix-shell

2016-08-11 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 256394be60fb95a2fd7cf03b66388cba15da0203 https://github.com/NixOS/nixpkgs/commit/256394be60fb95a2fd7cf03b66388cba15da0203 Author: Domen Kožar Date: 2016-08-11 (Thu, 11 Aug 2016) Changed

[Nix-commits] [NixOS/nix] 91978e: buildenv: perl -> c++

2016-08-11 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 91978e3b9aacb95d76f7c02fd365c052ed33dea6 https://github.com/NixOS/nix/commit/91978e3b9aacb95d76f7c02fd365c052ed33dea6 Author: Shea Levy Date: 2016-08-11 (Thu, 11 Aug 2016) Changed

Re: [Nix-dev] Passing credentials in NIX_PATH

2016-08-11 Thread Tomasz Czyż
I figure out, that if I use: toString result is persistant and resolves to a path given not to nix store content in both cases. 2016-08-11 14:36 GMT+01:00 Tomasz Czyż : > Hi, > > I wanted to use fetchgitPrivate, but instead of using agent, I thought I > can pass

[Nix-commits] [NixOS/nixpkgs] d4de02: treewide: change $IN_NIX_SHELL handling

2016-08-11 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d4de02c46e04103ff51c42dcd0165aa5e548e5d1 https://github.com/NixOS/nixpkgs/commit/d4de02c46e04103ff51c42dcd0165aa5e548e5d1 Author: Vladimír Čunát Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] 18c0be: go: 1.6.2 -> 1.6.3

2016-08-11 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 18c0be1b3a30b18cc37fb4ffd835a0dd6ba9add4 https://github.com/NixOS/nixpkgs/commit/18c0be1b3a30b18cc37fb4ffd835a0dd6ba9add4 Author: Domen Kožar Date: 2016-08-11 (Thu, 11 Aug 2016) Changed

[Nix-commits] [NixOS/nixpkgs] d671db: pyusb: fix hardcoding libusb1 path

2016-08-11 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d671dbe2ad78004d8f0d4c4b40aa5612a2f417f4 https://github.com/NixOS/nixpkgs/commit/d671dbe2ad78004d8f0d4c4b40aa5612a2f417f4 Author: Philip Potter Date: 2016-08-11 (Thu, 11 Aug

[Nix-commits] [NixOS/nixpkgs] cd7bd0: mueval: fix build

2016-08-11 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cd7bd0b42f5b00380168a5df423f2cc5361ed709 https://github.com/NixOS/nixpkgs/commit/cd7bd0b42f5b00380168a5df423f2cc5361ed709 Author: Nikolay Amiantov Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] 6aabe2: nss: 3.24 -> 3.26

2016-08-11 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6aabe2e4bbef93ddc58fc5286e0a75bd32ac56fd https://github.com/NixOS/nixpkgs/commit/6aabe2e4bbef93ddc58fc5286e0a75bd32ac56fd Author: Eelco Dolstra Date: 2016-08-11 (Thu, 11 Aug

[Nix-dev] Passing credentials in NIX_PATH

2016-08-11 Thread Tomasz Czyż
Hi, I wanted to use fetchgitPrivate, but instead of using agent, I thought I can pass ssh-key-path as nix path. I'm using it like { ssh-key-path ? }: { ... ssh -i ${ssh-key-path} ... } I build with: ``nix-build my.nix -I ssh-key-path=/home/my/.ssh/key`` (key group is changed to nixbld

[Nix-commits] [NixOS/nixpkgs] e26ac7: linux: 4.4.16 -> 4.4.17

2016-08-11 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e26ac7afd49daefc6d0dd560e3c2ccda56233149 https://github.com/NixOS/nixpkgs/commit/e26ac7afd49daefc6d0dd560e3c2ccda56233149 Author: Eelco Dolstra Date: 2016-08-11 (Thu, 11 Aug

[Nix-commits] Failed: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2016-08-11 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed from "Success" to "Failed". For details, see https://hydra.nixos.org/build/38454867 This may be due to 18 commits by Daiderd Jordan , Jean-Luc Jox , Moritz Ulrich

[Nix-commits] [NixOS/nixpkgs] 1d726a: thc-hydra: 7.5 -> 8.2

2016-08-11 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1d726ace0ccfe7d707be8aff9871f19e6102fd21 https://github.com/NixOS/nixpkgs/commit/1d726ace0ccfe7d707be8aff9871f19e6102fd21 Author: Nikolay Amiantov Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] 526291: par: init at 1.5.2

2016-08-11 Thread Jean-Luc Jox
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 526291231b4f57386b841c8ff148546ae1e4ce62 https://github.com/NixOS/nixpkgs/commit/526291231b4f57386b841c8ff148546ae1e4ce62 Author: Jean-Luc Jox Date: 2016-08-11 (Thu, 11 Aug 2016)

Re: [Nix-dev] using qemu virtual machine for testing software

2016-08-11 Thread Tomasz Czyż
Sure, if I make anything useful I'll go back. 2016-08-11 11:46 GMT+01:00 Domen Kožar : > I don't have a plan to contribute upstream, because I never had enough > time to make it robust. > > As you mentioned, there would need to be logic to use different tap > interface > for each

Re: [Nix-dev] using qemu virtual machine for testing software

2016-08-11 Thread Domen Kožar
I don't have a plan to contribute upstream, because I never had enough time to make it robust. As you mentioned, there would need to be logic to use different tap interface for each VM set. I think it would be easier to add tap0 only if exposeNetwork was set to true somewhere and it would default

Re: [Nix-dev] using qemu virtual machine for testing software

2016-08-11 Thread Tomasz Czyż
Doman, thank you very much, it's very useful. Do you plan to add this patch to repo? (and create separate tap for every vm in test network? (same as ip addresses are generated in test networks)? 2016-08-11 10:54 GMT+01:00 Domen Kožar : > See

[Nix-commits] [NixOS/nix] ed3953: doc: add an example for builtins.substring

2016-08-11 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: ed39532ddaa561acfb89bd8e29899cdb835b2ea2 https://github.com/NixOS/nix/commit/ed39532ddaa561acfb89bd8e29899cdb835b2ea2 Author: Domen Kožar Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths:

Re: [Nix-dev] using qemu virtual machine for testing software

2016-08-11 Thread Domen Kožar
See https://github.com/NixOS/nixpkgs/issues/5241#issuecomment-172811419 On Thu, Aug 11, 2016 at 9:01 AM, Alexey Lebedeff wrote: > Hi, > > I'm not sure that it is the same problem, but have you tried setting > > networking.firewall.checkReversePath = false; > > as described in

Re: [Nix-dev] Windows updates

2016-08-11 Thread Rodney Lorrimar
I have to agree that it's awesome. Two amazing examples which come to mind are: 1. Using nix for reproducible Windows builds within Linux, including a derivation which installs Windows from an iso into a VM image. (Unfortunately I was never able to try this because I couldn't obtain an

Re: [Nix-dev] Building with default.nix

2016-08-11 Thread Rodney Lorrimar
Le mardi 09 août 2016 à 18:04 +0200, Lancelot SIX a écrit: > You could have a `shell.nix` file as follows: > > import ./default.nix { sampleproject = { outPath = ""; name = > "sampleproject"; } ; } > > This is hacky but with that you will not copy the project tree into > the nix store when

Re: [Nix-dev] Why nginx config isn't placed into /etc/nginx/nginx.conf?

2016-08-11 Thread Christian Kauhaus
Am 10.08.2016 um 00:29 schrieb Arnold Krille: > On Tue, 9 Aug 2016 19:54:10 +0100 Luca Bruno > wrote: >> Except that the existing world and software is not reproducible and >> revertable. > [...] > Thanks to Nixos I can set my server back to the system configuration > from

Re: [Nix-dev] Locking issues with Nix

2016-08-11 Thread Rodney Lorrimar
Just to CC nix-dev, I added a comment here: https://github.com/NixOS/nix/issues/1015#issuecomment-239088681 ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] 40f6d7: fehlstart: init at 9f4342d7

2016-08-11 Thread Katona László
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 40f6d7ea5d20c35a949c74f02af2b8be4057227f https://github.com/NixOS/nixpkgs/commit/40f6d7ea5d20c35a949c74f02af2b8be4057227f Author: Katona László Date: 2016-08-11 (Thu, 11 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] 27f197: syncthing: 0.12.25 -> 0.13.4 (#15730)

2016-08-11 Thread Frederik Rietdijk
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 27f197ca6f141ba586c10130208f4360117d848d https://github.com/NixOS/nixpkgs/commit/27f197ca6f141ba586c10130208f4360117d848d Author: Paul Hendry Date: 2016-08-06 (Sat, 06 Aug 2016)

[Nix-commits] [NixOS/nixpkgs] 76160b: fasd: 2015-03-29 -> 2016-08-11

2016-08-11 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 76160b73ecf956953f1ccf7a8037a951c3335bef https://github.com/NixOS/nixpkgs/commit/76160b73ecf956953f1ccf7a8037a951c3335bef Author: Langston Barrett Date: 2016-08-11 (Thu, 11

[Nix-commits] [NixOS/nixpkgs] 58b75d: python: add file encoding spec to run_setup.py

2016-08-11 Thread Matthew
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: 58b75dba0bf23cd79f188c5e75dd2c2aaadaa81c https://github.com/NixOS/nixpkgs/commit/58b75dba0bf23cd79f188c5e75dd2c2aaadaa81c Author: Bjørn Forsman Date: 2016-08-11 (Thu, 11 Aug

[Nix-commits] [NixOS/nixpkgs] 67b16f: globalplatform: init at 6.0.0

2016-08-11 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 67b16f0f85d4467654794059d15a38824c5fad7d https://github.com/NixOS/nixpkgs/commit/67b16f0f85d4467654794059d15a38824c5fad7d Author: Marius Bakke Date: 2016-08-11 (Thu, 11 Aug 2016)

Re: [Nix-dev] using qemu virtual machine for testing software

2016-08-11 Thread Alexey Lebedeff
Hi, I'm not sure that it is the same problem, but have you tried setting networking.firewall.checkReversePath = false; as described in https://github.com/NixOS/nixpkgs/issues/10101 ? Best, Alexey On Thu, Aug 11, 2016 at 1:14 AM, Tomasz Czyż wrote: > Hi Tomas, > >

[Nix-commits] [NixOS/nixpkgs] b22afb: playonlinux: 4.2.9 -> 4.2.10

2016-08-11 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b22afb1de8c39c99fa393f26b5d0be40fa0e https://github.com/NixOS/nixpkgs/commit/b22afb1de8c39c99fa393f26b5d0be40fa0e Author: Teo Klestrup Röijezon Date: 2016-08-11 (Thu, 11 Aug