[Nix-commits] [NixOS/nixpkgs] 840f29: ocaml-uutf: 0.9.3 -> 0.9.4

2016-11-10 Thread sternenseemann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 840f2987d181fb8e501ac7138b9d9e8fac605820
  
https://github.com/NixOS/nixpkgs/commit/840f2987d181fb8e501ac7138b9d9e8fac605820
  Author: sternenseemann 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/ocaml-modules/uutf/default.nix

  Log Message:
  ---
  ocaml-uutf: 0.9.3 -> 0.9.4

This commit also refactors the expression


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] how to set the prefered IO scheduler for a disk on nixos ?

2016-11-10 Thread Azul
Hi there,

Is there a way to set the IO scheduler on a specific disk?
I need to set the 'noop' scheduler on a disk I have, but can't find a way
on nixos to do so.

wonders if I may have to use a udev rule, cron job, or if there is a way to
execute a single command at boot, bit like rc.local.

thankz
azul
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] how to set the prefered IO scheduler for a disk on nixos ?

2016-11-10 Thread Tomasz Czyż
you could do something like

systemd.services.set-up-disk-io-scheduler = {
  wantedBy = ["networking.service"]; # this is just an example, you need to
find some boot service which is loaded at the beginning, you probably can
also wait for device mount or other event
  script = "set you scheduler here";
}

2016-11-10 10:25 GMT+00:00 Azul :

> Hi there,
>
> Is there a way to set the IO scheduler on a specific disk?
> I need to set the 'noop' scheduler on a disk I have, but can't find a way
> on nixos to do so.
>
> wonders if I may have to use a udev rule, cron job, or if there is a way
> to execute a single command at boot, bit like rc.local.
>
> thankz
> azul
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>


-- 
Tomasz Czyż
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a50784: openssl: add custom build of 1.0.2 for steam

2016-11-10 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a50784b34e771aa4a6c5f4eeb8c25295c15e4ed4
  
https://github.com/NixOS/nixpkgs/commit/a50784b34e771aa4a6c5f4eeb8c25295c15e4ed4
  Author: David McFarland 
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/openssl-fix-cpuid_setup.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  openssl: add custom build of 1.0.2 for steam


  Commit: a120bad30cbd63019971e9d03edd82423131852c
  
https://github.com/NixOS/nixpkgs/commit/a120bad30cbd63019971e9d03edd82423131852c
  Author: David McFarland 
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
M pkgs/games/steam/runtime-wrapped.nix

  Log Message:
  ---
  steam: use custom openssl


  Commit: 7a301ee6b5d7c0f0656a10a5afa69bd696fb0707
  
https://github.com/NixOS/nixpkgs/commit/7a301ee6b5d7c0f0656a10a5afa69bd696fb0707
  Author: Alexey Shmalko 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/openssl-fix-cpuid_setup.patch
M pkgs/games/steam/runtime-wrapped.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #20269 from corngood/steam-fix

steam: fix crash at startup with open source radeon drivers


Compare: https://github.com/NixOS/nixpkgs/compare/840f2987d181...7a301ee6b5d7___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 141417: Fixed unavailable Spotify version

2016-11-10 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1414170edbab7b19a31d99b65545390e25977b53
  
https://github.com/NixOS/nixpkgs/commit/1414170edbab7b19a31d99b65545390e25977b53
  Author: Jaanus Torp 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  Fixed unavailable Spotify version


  Commit: 178c3231470f02a0e2be6fcbde425e065c9cc146
  
https://github.com/NixOS/nixpkgs/commit/178c3231470f02a0e2be6fcbde425e065c9cc146
  Author: Eelco Dolstra 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  Merge pull request #20310 from jnsaff/master

Fixed unavailable Spotify version


Compare: https://github.com/NixOS/nixpkgs/compare/7a301ee6b5d7...178c3231470f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] bac118: haskell.compiler.ghcHEAD: fix patchPhase #10752

2016-11-10 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bac11893993088ade3bce7cbafe21c6dd82c27a5
  
https://github.com/NixOS/nixpkgs/commit/bac11893993088ade3bce7cbafe21c6dd82c27a5
  Author: Daniel Haraj 
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
A 
pkgs/development/compilers/ghc/ghc-HEAD-dont-pass-linker-flags-via-response-files.patch
M pkgs/development/compilers/ghc/head.nix

  Log Message:
  ---
  haskell.compiler.ghcHEAD: fix patchPhase #10752


  Commit: 1b773f5e423963bf289752e58b6a87ce75320818
  
https://github.com/NixOS/nixpkgs/commit/1b773f5e423963bf289752e58b6a87ce75320818
  Author: Domen Kožar 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
A 
pkgs/development/compilers/ghc/ghc-HEAD-dont-pass-linker-flags-via-response-files.patch
M pkgs/development/compilers/ghc/head.nix

  Log Message:
  ---
  Merge pull request #20288 from danharaj/ghcHEAD-fix-patchPhase

haskell.compiler.ghcHEAD: fix patchPhase #10752


Compare: https://github.com/NixOS/nixpkgs/compare/178c3231470f...1b773f5e4239___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 3d7681: pythonPackages.tensorflow: update sha256

2016-11-10 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3d768171e0e7d93324b18d28ab30ed40be6be4c4
  
https://github.com/NixOS/nixpkgs/commit/3d768171e0e7d93324b18d28ab30ed40be6be4c4
  Author: Antoine Eiche 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.tensorflow: update sha256


  Commit: 29a2b53e532b8c3bb1de528793ab6815e818da07
  
https://github.com/NixOS/nixpkgs/commit/29a2b53e532b8c3bb1de528793ab6815e818da07
  Author: Frederik Rietdijk 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #20307 from nlewo/pr/tensorflow

pythonPackages.tensorflow: update sha256


Compare: https://github.com/NixOS/nixpkgs/compare/1b773f5e4239...29a2b53e532b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 114fb5: Restore default-arch node patch.

2016-11-10 Thread Shea Levy
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 114fb50e8fb22be52de037c1c25c7af76b6598e1
  
https://github.com/NixOS/nixpkgs/commit/114fb50e8fb22be52de037c1c25c7af76b6598e1
  Author: Shea Levy 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
A pkgs/development/web/nodejs/default-arch.patch

  Log Message:
  ---
  Restore default-arch node patch.

3b00c52cb5e687503b3e23a3824b8ce9afcc05f4 erroneously removed it.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ba5f76: youtube-dl: 2016-11-04 -> 2016-11-08.1 (#20292)

2016-11-10 Thread Stefan Goetz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ba5f7673c6cb72e607b4b3673faa75911ef15beb
  
https://github.com/NixOS/nixpkgs/commit/ba5f7673c6cb72e607b4b3673faa75911ef15beb
  Author: Stefan Goetz 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  ---
  youtube-dl: 2016-11-04 -> 2016-11-08.1 (#20292)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] db4023: emacs: fix segfaults in 25.1

2016-11-10 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: db402312a32edd3b5ea39c4d2ef35a3a56d7e4e4
  
https://github.com/NixOS/nixpkgs/commit/db402312a32edd3b5ea39c4d2ef35a3a56d7e4e4
  Author: Herwig Hochleitner 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/editors/emacs/default.nix

  Log Message:
  ---
  emacs: fix segfaults in 25.1


  Commit: d1dba6e08338e571acd17e7aa78ad7804ea03bb4
  
https://github.com/NixOS/nixpkgs/commit/d1dba6e08338e571acd17e7aa78ad7804ea03bb4
  Author: Herwig Hochleitner 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/editors/emacs/default.nix

  Log Message:
  ---
  emacs: add selinux capability


  Commit: 04d03046982d253391866cfcb703d3aea26eafed
  
https://github.com/NixOS/nixpkgs/commit/04d03046982d253391866cfcb703d3aea26eafed
  Author: Thomas Tuegel 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/editors/emacs/default.nix

  Log Message:
  ---
  Merge pull request #20305 from bendlas/fix-emacs

emacs: fix segfaults, add selinux capability


Compare: https://github.com/NixOS/nixpkgs/compare/ba5f7673c6cb...04d03046982d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nix] dd77f7: Store::computeFSClosure(): Support a set of paths

2016-11-10 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: dd77f7d5931e500585b6539b52ef5a5f3b549a4e
  
https://github.com/NixOS/nix/commit/dd77f7d5931e500585b6539b52ef5a5f3b549a4e
  Author: Eelco Dolstra 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M src/libstore/build.cc
M src/libstore/misc.cc
M src/libstore/store-api.hh
M src/nix-store/nix-store.cc
M src/nix/command.cc

  Log Message:
  ---
  Store::computeFSClosure(): Support a set of paths

This way, callers can exploits the parallelism of computeFSClosure()
when they have multiple paths that they need the (combined) closure of.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 674eb5: nlohmann_json: 2.0.3 -> 2.0.7

2016-11-10 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 674eb5ddf0771de511499504024c7e1d0717797d
  
https://github.com/NixOS/nixpkgs/commit/674eb5ddf0771de511499504024c7e1d0717797d
  Author: Eelco Dolstra 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/libraries/nlohmann_json/default.nix

  Log Message:
  ---
  nlohmann_json: 2.0.3 -> 2.0.7


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9a6ac2: nlohmann_json: 2.0.2 -> 2.0.3

2016-11-10 Thread Eelco Dolstra
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9a6ac20471a822d3682f53fc232319d0bb007f27
  
https://github.com/NixOS/nixpkgs/commit/9a6ac20471a822d3682f53fc232319d0bb007f27
  Author: Remy Goldschmidt 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/libraries/nlohmann_json/default.nix

  Log Message:
  ---
  nlohmann_json: 2.0.2 -> 2.0.3

`cmake` should be in `nativeBuildInputs` as it is only required at build time. 
For obvious reasons we can't have the tests running during a cross-compile. I 
figured I'd update the package version while I was at it, though these changes 
have also been tested independently of the version update.
(cherry picked from commit 854d16d74eca1a186f422a5eebc7b2befe1f0bc3)


  Commit: bae1158399edee200c095542b67d94bf27c299ad
  
https://github.com/NixOS/nixpkgs/commit/bae1158399edee200c095542b67d94bf27c299ad
  Author: Eelco Dolstra 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/libraries/nlohmann_json/default.nix

  Log Message:
  ---
  nlohmann_json: 2.0.3 -> 2.0.7

(cherry picked from commit 674eb5ddf0771de511499504024c7e1d0717797d)


Compare: https://github.com/NixOS/nixpkgs/compare/114fb50e8fb2...bae1158399ed___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b15dec: hackage-packages.nix: automatic Haskell package se...

2016-11-10 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b15dec170afa5f0e9e86caf938646d24a4407da5
  
https://github.com/NixOS/nixpkgs/commit/b15dec170afa5f0e9e86caf938646d24a4407da5
  Author: Peter Simons 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/haskell-modules/hackage-packages.nix

  Log Message:
  ---
  hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/ea775f0608816e429b5e3c44060b66c6003c27a4.


  Commit: 6a53da63b3650f154b5afe391b71cb7118f53c42
  
https://github.com/NixOS/nixpkgs/commit/6a53da63b3650f154b5afe391b71cb7118f53c42
  Author: Peter Simons 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  haskell-http-client: update reference in configuration-common.nix


  Commit: cb07aea0bd980a11d599bcbf35f094e8db99
  
https://github.com/NixOS/nixpkgs/commit/cb07aea0bd980a11d599bcbf35f094e8db99
  Author: Peter Simons 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  haskell-STMonadTrans: disable failing test suite to fix the build

Closes https://github.com/NixOS/nixpkgs/issues/20309.


Compare: https://github.com/NixOS/nixpkgs/compare/674eb5ddf077...cb07aea0bd98___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] how to set the prefered IO scheduler for a disk on nixos ?

2016-11-10 Thread Peter Simons
Hi Azul,

I use the following configuration.nix snippet:

  systemd.services.set-io-scheduler = {
description = "Configure I/O Scheduler";
wantedBy = [ "multi-user.target" ];
unitConfig.RequiresMountsFor = "/sys/block/sda/queue";
serviceConfig = {
  Type = "oneshot";
  RemainAfterExit = true;
  ExecStart = "${pkgs.stdenv.shell} -c 'echo deadline 
>/sys/block/sda/queue/scheduler'";
};
  };

Best regards,
Peter

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] how to set the prefered IO scheduler for a disk on nixos ?

2016-11-10 Thread Nikolay Amiantov
It may be an overkill if all you want to do is set IO scheduler but I
use TLP for this (which also manages power governors, disk APM levels
and other power management-related settings). For example:

```
services.tlp.enable = true;
services.tlp.extraConfig = ''
  DISK_DEVICES="sda sdb"
  DISK_IOSCHED="noop noop"
'';
```

On 11/10/2016 01:25 PM, Azul wrote:
> Hi there,
> 
> Is there a way to set the IO scheduler on a specific disk?
> I need to set the 'noop' scheduler on a disk I have, but can't find a
> way on nixos to do so.
> 
> wonders if I may have to use a udev rule, cron job, or if there is a way
> to execute a single command at boot, bit like rc.local.
> 
> thankz
> azul
> 
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 


-- 
Nikolay.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a2a0fa: python27Packages.consul: Disable tests to unbreak

2016-11-10 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a2a0fa6657d813528f61f4ea109428ff792d83ca
  
https://github.com/NixOS/nixpkgs/commit/a2a0fa6657d813528f61f4ea109428ff792d83ca
  Author: Martijn Vermaat 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  python27Packages.consul: Disable tests to unbreak


  Commit: a526207a2067bec3a91255ed5c0aa5902eba1f22
  
https://github.com/NixOS/nixpkgs/commit/a526207a2067bec3a91255ed5c0aa5902eba1f22
  Author: Frederik Rietdijk 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #20315 from martijnvermaat/python-consul-no-tests

python27Packages.consul: Disable tests to unbreak


Compare: https://github.com/NixOS/nixpkgs/compare/cb07aea0bd98...a526207a2067___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] X server & Emacs crashes in 16.09

2016-11-10 Thread Milan Zamazal
Since I upgraded to 16.09, I've been experiencing quite frequent
(several times per week) segmentation faults of X server or Emacs on my
computer.  That has never happened before the upgrade and AFAICT no
other application suffers from that problem.

Is this a known problem?  Any idea what can be wrong?

Thanks for any help,
Milan

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] X server & Emacs crashes in 16.09

2016-11-10 Thread Linus Arver
On Thu, Nov 10, 2016 at 07:26:18PM +0100, Milan Zamazal wrote:
> Since I upgraded to 16.09, I've been experiencing quite frequent
> (several times per week) segmentation faults of X server or Emacs on my
> computer.  That has never happened before the upgrade and AFAICT no
> other application suffers from that problem.
> 
> Is this a known problem?

Not that I am aware. FWIW I've been on 16.09 (have been on the 16.09
channel within a week of it going live) and have not seen any X or Emacs
crashes. Still, you are probably on to something.

> Any idea what can be wrong?

Well, could you provide some details? Going by the template in the
Nixpkgs issue tracker (if you click on "New issue"), here's what you can
report:

* System: (NixOS: `nixos-version`, Ubuntu/Fedora: `lsb_release -a`, ...)
* Nix version: (run `nix-env --version`)
* Nixpkgs version: (run `nix-instantiate --eval '' -A 
lib.nixpkgsVersion`)

I think it's worth opening a new issue on Nixpkgs instead of continuing
this on the list.

Best,
Linus

> 
> Thanks for any help,
> Milan
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 5dee50: vim plugins: add dracula theme

2016-11-10 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5dee508acff13d3f54443565a0af8dde4d3217b1
  
https://github.com/NixOS/nixpkgs/commit/5dee508acff13d3f54443565a0af8dde4d3217b1
  Author: James Cunningham 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix
M pkgs/misc/vim-plugins/vim-plugin-names

  Log Message:
  ---
  vim plugins: add dracula theme


  Commit: f263d9844e14ac95e6ec1fec0717e6738016d2db
  
https://github.com/NixOS/nixpkgs/commit/f263d9844e14ac95e6ec1fec0717e6738016d2db
  Author: Arseniy Seroka 
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix
M pkgs/misc/vim-plugins/vim-plugin-names

  Log Message:
  ---
  Merge pull request #20313 from jamescun/master

vim plugins: add dracula theme


Compare: https://github.com/NixOS/nixpkgs/compare/a526207a2067...f263d9844e14___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ac5c02: nodejs-0_10: remove

2016-11-10 Thread Domen Kožar
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac5c020216d1cd47c6a4395f279e1dbb7521d206
  
https://github.com/NixOS/nixpkgs/commit/ac5c020216d1cd47c6a4395f279e1dbb7521d206
  Author: Christine Koppelt 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/audio/groovebasin/default.nix
M pkgs/development/compilers/opa/default.nix
R pkgs/development/web/nodejs/v0_10.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nodejs-0_10: remove

node.js 0.10 reaches end of LTS in a few days (see 
https://github.com/nodejs/LTS for details). Therefore I removed it and set 3 
dependant packages to broken as they don't build anymore

(cherry picked from commit 162c65fc87d8e0fc450d2f95dda3f7b3b91987a2)
Signed-off-by: Domen Kožar 


  Commit: 2ec89416069b4609a24428c3573c26e1b97ab26b
  
https://github.com/NixOS/nixpkgs/commit/2ec89416069b4609a24428c3573c26e1b97ab26b
  Author: Domen Kožar 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  statsd: use nodejs 4.x


Compare: https://github.com/NixOS/nixpkgs/compare/bae1158399ed...2ec89416069b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ed796c: Fixed unavailable Spotify version

2016-11-10 Thread Joachim F
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ed796c93f9310fb8e13b3c63087420ba7bbfb470
  
https://github.com/NixOS/nixpkgs/commit/ed796c93f9310fb8e13b3c63087420ba7bbfb470
  Author: Jaanus Torp 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  Fixed unavailable Spotify version


  Commit: cb83dae891c0ff47cdff0bbd0090fee2223b8d60
  
https://github.com/NixOS/nixpkgs/commit/cb83dae891c0ff47cdff0bbd0090fee2223b8d60
  Author: Joachim F 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  Merge pull request #20314 from sheenobu/bugfix/spotify-update/2016_11_10

Fixed unavailable Spotify version - 16.09


Compare: https://github.com/NixOS/nixpkgs/compare/2ec89416069b...cb83dae891c0___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 6de20a: virtualbox-demo: Add modesetting to drivers

2016-11-10 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6de20a7fe4d076cadea078b77cd2bc3d52e409aa
  
https://github.com/NixOS/nixpkgs/commit/6de20a7fe4d076cadea078b77cd2bc3d52e409aa
  Author: Matthew Justin Bauer 
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
M nixos/modules/installer/virtualbox-demo.nix

  Log Message:
  ---
  virtualbox-demo: Add modesetting to drivers

This needs to be included for VirtualBox to detect that it needs to start the 
video driver. "modesetting" is also set in virtualbox-image.nix but this line 
seems to take precedence over that one (even though the virtualbox-image.nix 
has a higher override?) This should fix the problems that I and a few others 
have been having with the .ova files built for nixos.org.

Fixes #20007.


  Commit: e76b0fa7d9a14c102c31990ae3acc9cc225d6a46
  
https://github.com/NixOS/nixpkgs/commit/e76b0fa7d9a14c102c31990ae3acc9cc225d6a46
  Author: Joachim F 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M nixos/modules/installer/virtualbox-demo.nix

  Log Message:
  ---
  Merge pull request #20241 from matthewbauer/patch-1

virtualbox-demo: Add modesetting to drivers


Compare: https://github.com/NixOS/nixpkgs/compare/f263d9844e14...e76b0fa7d9a1___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 529cb0: NixOS Manual: Container Networking with NM

2016-11-10 Thread Cillian de Roiste
  Branch: refs/heads/nm-containers
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 529cb0bbe18ddbb7f719fa0422b9eecb1005b73e
  
https://github.com/NixOS/nixpkgs/commit/529cb0bbe18ddbb7f719fa0422b9eecb1005b73e
  Author: Cillian de Roiste 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M nixos/doc/manual/administration/container-networking.xml

  Log Message:
  ---
  NixOS Manual: Container Networking with NM

Network Manager calls dhclient on container interfaces and fails
which locks you out of the container after a few seconds, unless
you tell it not to manage these interfaces.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] cb93b3: SMB2 support for CIFS

2016-11-10 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cb93b34999d36b7f6ecd4c94f84b7c3776bba505
  
https://github.com/NixOS/nixpkgs/commit/cb93b34999d36b7f6ecd4c94f84b7c3776bba505
  Author: Peter Hoeg 
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix

  Log Message:
  ---
  SMB2 support for CIFS

[tuomas: removed unneeded kernel version check]
Signed-off-by: Tuomas Tynkkynen 


  Commit: 74ecbbe4e3243988267987e80906bd19c1f5eb96
  
https://github.com/NixOS/nixpkgs/commit/74ecbbe4e3243988267987e80906bd19c1f5eb96
  Author: Tuomas Tynkkynen 
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix

  Log Message:
  ---
  kernel config: Ensure SECCOMP_FILTER is enabled

As noted in a97db109a206, SECCOMP_FILTER must be enabled or systemd gets
very unhappy.


Compare: https://github.com/NixOS/nixpkgs/compare/e76b0fa7d9a1...74ecbbe4e324___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 579f5f: linux: 4.4.30 -> 4.4.31

2016-11-10 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 579f5fd9dd644092dff29638e7d456af7607562d
  
https://github.com/NixOS/nixpkgs/commit/579f5fd9dd644092dff29638e7d456af7607562d
  Author: Tim Steinbach 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.4.nix

  Log Message:
  ---
  linux: 4.4.30 -> 4.4.31


  Commit: 00a90f02ee9ea9028bfab37ff6b889e63c7d4235
  
https://github.com/NixOS/nixpkgs/commit/00a90f02ee9ea9028bfab37ff6b889e63c7d4235
  Author: Tim Steinbach 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.4.nix

  Log Message:
  ---
  Merge pull request #20321 from NeQuissimus/linux_4_4_31

linux: 4.4.30 -> 4.4.31


Compare: https://github.com/NixOS/nixpkgs/compare/74ecbbe4e324...00a90f02ee9e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0a1f39: linux: 4.8.6 -> 4.8.7

2016-11-10 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0a1f39eb9125e09eba863fc4cebe6f1d105933ad
  
https://github.com/NixOS/nixpkgs/commit/0a1f39eb9125e09eba863fc4cebe6f1d105933ad
  Author: Tim Steinbach 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.8.nix

  Log Message:
  ---
  linux: 4.8.6 -> 4.8.7


  Commit: 933dfca167d7c1bbcb57a11d45fc7c2ea63c897e
  
https://github.com/NixOS/nixpkgs/commit/933dfca167d7c1bbcb57a11d45fc7c2ea63c897e
  Author: Tim Steinbach 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.8.nix

  Log Message:
  ---
  Merge pull request #20322 from NeQuissimus/linux_4_8_7

linux: 4.8.6 -> 4.8.7


Compare: https://github.com/NixOS/nixpkgs/compare/00a90f02ee9e...933dfca167d7___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 2174c5: linux: 4.4.28 -> 4.4.30

2016-11-10 Thread Tim Steinbach
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2174c527729bafcf5d6e91a7dd1a2acef8b41143
  
https://github.com/NixOS/nixpkgs/commit/2174c527729bafcf5d6e91a7dd1a2acef8b41143
  Author: Eelco Dolstra 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.4.nix

  Log Message:
  ---
  linux: 4.4.28 -> 4.4.30

(cherry picked from commit ef1a188e079d6ae2a68d400eefc2104b159548e7)


  Commit: bf7fbccc90d3aa27f38cbd40fff0d1d306ab1e14
  
https://github.com/NixOS/nixpkgs/commit/bf7fbccc90d3aa27f38cbd40fff0d1d306ab1e14
  Author: Tim Steinbach 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.4.nix

  Log Message:
  ---
  Merge pull request #20321 from NeQuissimus/linux_4_4_31

linux: 4.4.30 -> 4.4.31
(cherry picked from commit 00a90f02ee9ea9028bfab37ff6b889e63c7d4235)


  Commit: 9ab45d9631cb2119555f747440c70645ce9a8889
  
https://github.com/NixOS/nixpkgs/commit/9ab45d9631cb2119555f747440c70645ce9a8889
  Author: Tim Steinbach 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.8.nix

  Log Message:
  ---
  Merge pull request #20322 from NeQuissimus/linux_4_8_7

linux: 4.8.6 -> 4.8.7
(cherry picked from commit 933dfca167d7c1bbcb57a11d45fc7c2ea63c897e)


Compare: https://github.com/NixOS/nixpkgs/compare/cb83dae891c0...9ab45d9631cb___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d48846: chromium: fix nix syntax highlighting for emacs

2016-11-10 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d48846756f3eba1f0e8fd772e2ea06d51604a6ee
  
https://github.com/NixOS/nixpkgs/commit/d48846756f3eba1f0e8fd772e2ea06d51604a6ee
  Author: Herwig Hochleitner 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/update.nix

  Log Message:
  ---
  chromium: fix nix syntax highlighting for emacs


  Commit: 663007d607657e569cb681cc77c54b5787454bb7
  
https://github.com/NixOS/nixpkgs/commit/663007d607657e569cb681cc77c54b5787454bb7
  Author: Herwig Hochleitner 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  chromium: 54.0.2840.90 -> 54.0.2840.100

fixes CVE-2016-5199 CVE-2016-5200 CVE-2016-5201 CVE-2016-5202


  Commit: 8ac2c1feada537fa0229011e9307ce0a7703bc1f
  
https://github.com/NixOS/nixpkgs/commit/8ac2c1feada537fa0229011e9307ce0a7703bc1f
  Author: Tim Steinbach 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/update.nix
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  Merge pull request #20320 from bendlas/fix-chromium

chromium: 54.0.2840.90 -> 54.0.2840.100


Compare: https://github.com/NixOS/nixpkgs/compare/933dfca167d7...8ac2c1feada5___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] how to set the prefered IO scheduler for a disk on nixos ?

2016-11-10 Thread Peter Hoeg

Hi,


  Is there a way to set the IO scheduler on a specific disk?


you can do this using udev rules so it happens to all SSDs:

services.udev.extraRules = ''
 # set deadline scheduler for non-rotating disks
 # according to https://wiki.debian.org/SSDOptimization, deadline is preferred 
over noop
 ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", 
ATTR{queue/scheduler}="deadline"
'';

This may be better than setting it individually.

--
Regards,
Peter
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] ca9ab3: ocaml-uuseg: 0.8.0 -> 0.9.0

2016-11-10 Thread sternenseemann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ca9ab3bfe1acb8177e1084008c4d92c0f9494e3d
  
https://github.com/NixOS/nixpkgs/commit/ca9ab3bfe1acb8177e1084008c4d92c0f9494e3d
  Author: sternenseemann 
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
M pkgs/development/ocaml-modules/uuseg/default.nix

  Log Message:
  ---
  ocaml-uuseg: 0.8.0 -> 0.9.0

This commit also refactors the expression.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits