[Nix-commits] [NixOS/nixpkgs] 2d688e: grsecurity: 4.8.14-201612110933 -> 4.8.15-20161215...

2016-12-16 Thread Joachim Fasting
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2d688ed363436037f5f72688e1c3d1244f3ec8d7
  
https://github.com/NixOS/nixpkgs/commit/2d688ed363436037f5f72688e1c3d1244f3ec8d7
  Author: Joachim Fasting 
  Date:   2016-12-17 (Sat, 17 Dec 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-grsecurity.nix
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  grsecurity: 4.8.14-201612110933 -> 4.8.15-201612151923

(cherry picked from commit f0e77cd07da7aba1392d1f681648734c07588311)


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


[Nix-commits] [NixOS/nixpkgs] 54f460: cpp-ethereum: fix description metadata

2016-12-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 54f460a585036832ba165b9a77f121effc086692
  
https://github.com/NixOS/nixpkgs/commit/54f460a585036832ba165b9a77f121effc086692
  Author: Benjamin Hipple 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/applications/misc/cpp-ethereum/default.nix

  Log Message:
  ---
  cpp-ethereum: fix description metadata


  Commit: 67c92e92062a0b86ff0b7a9c9f35176d9afec054
  
https://github.com/NixOS/nixpkgs/commit/67c92e92062a0b86ff0b7a9c9f35176d9afec054
  Author: Joachim F 
  Date:   2016-12-17 (Sat, 17 Dec 2016)

  Changed paths:
M pkgs/applications/misc/cpp-ethereum/default.nix

  Log Message:
  ---
  Merge pull request #21223 from bhipple/master

cpp-ethereum: fix description metadata


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


[Nix-commits] [NixOS/nixpkgs] 159046: ntp: make timesyncd the new default

2016-12-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1590461887333e2fda46f4bd74aef3785b253089
  
https://github.com/NixOS/nixpkgs/commit/1590461887333e2fda46f4bd74aef3785b253089
  Author: Jörg Thalheim 
  Date:   2016-12-17 (Sat, 17 Dec 2016)

  Changed paths:
M nixos/modules/config/networking.nix
M nixos/modules/services/networking/chrony.nix
M nixos/modules/services/networking/ntpd.nix
M nixos/modules/services/networking/openntpd.nix
M nixos/modules/system/boot/networkd.nix
M nixos/modules/system/boot/timesyncd.nix
M nixos/modules/virtualisation/google-compute-image.nix
M nixos/modules/virtualisation/parallels-guest.nix
M nixos/modules/virtualisation/qemu-vm.nix
M nixos/modules/virtualisation/xen-domU.nix

  Log Message:
  ---
  ntp: make timesyncd the new default

- most nixos user only require time synchronisation,
  while ntpd implements a battery-included ntp server (1,215 LOCs of C-Code vs 
64,302)
- timesyncd support ntp server per interface (if configured through dhcp for 
instance)
- timesyncd is already included in the systemd package, switching to it would
  save a little disk space (1,5M)


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


[Nix-commits] [NixOS/nixpkgs] 993cbf: uxrvtd: Fix clipboard

2016-12-16 Thread rnhmjoj
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 993cbf8acb9da679bb8bca00eacada6d83ed6994
  
https://github.com/NixOS/nixpkgs/commit/993cbf8acb9da679bb8bca00eacada6d83ed6994
  Author: rnhmjoj 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M nixos/modules/services/x11/urxvtd.nix

  Log Message:
  ---
  uxrvtd: Fix clipboard


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


[Nix-commits] [NixOS/nixpkgs] ebe67d: collectd service: change /var/lib/collectd perms: ...

2016-12-16 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ebe67d69d021e8970c717ac05195c07bae33b270
  
https://github.com/NixOS/nixpkgs/commit/ebe67d69d021e8970c717ac05195c07bae33b270
  Author: Bjørn Forsman 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M nixos/modules/services/monitoring/collectd.nix

  Log Message:
  ---
  collectd service: change /var/lib/collectd perms: 700 -> 755

The collectd service runs as an unprivileged user by default, so it does
not leak more information to its data directory than any user can obtain
elsewhere by other means.

If people are running it as root and are worried about information leak,
we can add collectd group and set perms to 750.

CC @offlinehacker.

Fixes #21198.


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


[Nix-commits] [NixOS/nixpkgs] d0250a: Haskell generic builder: enable parallel builds fo...

2016-12-16 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d0250ad884bf66f635f23fe38dc114bb6e822d25
  
https://github.com/NixOS/nixpkgs/commit/d0250ad884bf66f635f23fe38dc114bb6e822d25
  Author: Domen Kožar 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/development/haskell-modules/generic-builder.nix

  Log Message:
  ---
  Haskell generic builder: enable parallel builds for GHC 8.0.2

This reverts https://github.com/NixOS/nixpkgs/pull/4554


  Commit: e18dac705ad36482880e23d0a89c60c3514cb446
  
https://github.com/NixOS/nixpkgs/commit/e18dac705ad36482880e23d0a89c60c3514cb446
  Author: Peter Simons 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/development/haskell-modules/generic-builder.nix

  Log Message:
  ---
  Merge pull request #21214 from NixOS/haskell-parallel-builds

Haskell generic builder: enable parallel builds for GHC 8.0.2


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


[Nix-commits] [NixOS/nixpkgs] 656cc3: fix 2 xml errors in the description of boot.loader...

2016-12-16 Thread michael bishop
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 656cc3acafcb30e3503f4d3e39694ca996c66015
  
https://github.com/NixOS/nixpkgs/commit/656cc3acafcb30e3503f4d3e39694ca996c66015
  Author: michael bishop 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M nixos/modules/system/boot/loader/grub/grub.nix

  Log Message:
  ---
  fix 2 xml errors in the description of boot.loader.grub.efiInstallAsRemovable


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


[Nix-commits] [NixOS/nixpkgs] 1eb9fe: awscli, boto{core, 3}: update to 1.11.30, 1.4.87, a...

2016-12-16 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1eb9fe36962e5b198f8e4bc0c0c4268e1599a382
  
https://github.com/NixOS/nixpkgs/commit/1eb9fe36962e5b198f8e4bc0c0c4268e1599a382
  Author: Dan Peebles 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  awscli, boto{core,3}: update to 1.11.30, 1.4.87, and 1.4.2, respectively

These packages like being updated together which is why I put all three
of them into the same commit.


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


[Nix-commits] [NixOS/nixpkgs] e5cefa: fix indentation in several nixos option descriptio...

2016-12-16 Thread michael bishop
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e5cefadef7995b3eafacaf6f1f9099da0f7ccf79
  
https://github.com/NixOS/nixpkgs/commit/e5cefadef7995b3eafacaf6f1f9099da0f7ccf79
  Author: michael bishop 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M nixos/modules/config/gnu.nix
M nixos/modules/config/i18n.nix
M nixos/modules/programs/mosh.nix
M nixos/modules/services/networking/wireguard.nix
M nixos/modules/system/boot/loader/generations-dir/generations-dir.nix

  Log Message:
  ---
  fix indentation in several nixos option descriptions


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


[Nix-commits] [NixOS/nixpkgs] d12e54: pythonPackages.docutils: 0.12 -> 0.13.1

2016-12-16 Thread AndersonTorres
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d12e540739a773319bbedf7714f3c482dedf39a1
  
https://github.com/NixOS/nixpkgs/commit/d12e540739a773319bbedf7714f3c482dedf39a1
  Author: AndersonTorres 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  pythonPackages.docutils: 0.12 -> 0.13.1


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


[Nix-commits] [NixOS/nixpkgs] 3d1206: ragel: add stable version, default to stable

2016-12-16 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3d1206dfcc4a5a8927e7bfd83039c4a725abd120
  
https://github.com/NixOS/nixpkgs/commit/3d1206dfcc4a5a8927e7bfd83039c4a725abd120
  Author: Franz Pletz 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/development/tools/parsing/ragel/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ragel: add stable version, default to stable


  Commit: 60d29f526d2b18f415803c69f7a8619048cfebb7
  
https://github.com/NixOS/nixpkgs/commit/60d29f526d2b18f415803c69f7a8619048cfebb7
  Author: Franz Pletz 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/servers/mail/rmilter/default.nix

  Log Message:
  ---
  rmilter: 1.8.5 -> 1.10.0


  Commit: f97bfcec9991d45a95398c29c038b416f54da9f2
  
https://github.com/NixOS/nixpkgs/commit/f97bfcec9991d45a95398c29c038b416f54da9f2
  Author: Franz Pletz 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/servers/mail/rspamd/default.nix

  Log Message:
  ---
  rspamd: 1.2.7 -> 1.4.1


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


[Nix-commits] [NixOS/nixpkgs] 664cc4: gbenchmark: init at 1.1.0

2016-12-16 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 664cc49b1929b5f71816663744ee39662a68f92f
  
https://github.com/NixOS/nixpkgs/commit/664cc49b1929b5f71816663744ee39662a68f92f
  Author: Nikolay Amiantov 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
A pkgs/development/libraries/gbenchmark/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  gbenchmark: init at 1.1.0


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


Re: [Nix-dev] environment.etc.'filename'.owner ?

2016-12-16 Thread Tomasz Czyż
Azul,

try https://nixos.org/nixos/options.html, if you search for 'etc.' you can
see there are uid and gid options.

2016-12-16 12:39 GMT+00:00 Azul :

> Is there a way to set the owner and group for a file as per the subject ?
>
> couldn't grep for any example for this.
>
> thanks
> 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] b2040b: linux: 4.4.38 -> 4.4.39

2016-12-16 Thread Tim Steinbach
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b2040b9d0ed148b737754a790e5e942916e1e7bc
  
https://github.com/NixOS/nixpkgs/commit/b2040b9d0ed148b737754a790e5e942916e1e7bc
  Author: Tim Steinbach 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  linux: 4.4.38 -> 4.4.39

(cherry picked from commit cb9ff3f7f927db88b51c78995cff302e7b01f3ce)


  Commit: f23dae0310f42750b5dc8da0be70de6b4478dbee
  
https://github.com/NixOS/nixpkgs/commit/f23dae0310f42750b5dc8da0be70de6b4478dbee
  Author: Tim Steinbach 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.8.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux: 4.8.14 -> 4.8.15

(cherry picked from commit 0e8e4a08f35187285105a4a586fe2eec727a552a)


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


[Nix-commits] [NixOS/nixpkgs] cb9ff3: linux: 4.4.38 -> 4.4.39

2016-12-16 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cb9ff3f7f927db88b51c78995cff302e7b01f3ce
  
https://github.com/NixOS/nixpkgs/commit/cb9ff3f7f927db88b51c78995cff302e7b01f3ce
  Author: Tim Steinbach 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  linux: 4.4.38 -> 4.4.39


  Commit: 0e8e4a08f35187285105a4a586fe2eec727a552a
  
https://github.com/NixOS/nixpkgs/commit/0e8e4a08f35187285105a4a586fe2eec727a552a
  Author: Tim Steinbach 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-4.8.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux: 4.8.14 -> 4.8.15


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


Re: [Nix-dev] environment.etc.'filename'.owner ?

2016-12-16 Thread Aycan İrican
Here is an example:

https://github.com/peti/hydra-tutorial/blob/master/hydra-master.nix

—
aycan



> On 16 Dec 2016, at 15:39, Azul  wrote:
> 
> Is there a way to set the owner and group for a file as per the subject ?
> 
> couldn't grep for any example for this.
> 
> thanks
> azul
> ___
> 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/nix] 36b3e1: manual: add NIX_CONF_DIR to conf-file section

2016-12-16 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 36b3e159534e2a7c871ad50111446f687db452fa
  
https://github.com/NixOS/nix/commit/36b3e159534e2a7c871ad50111446f687db452fa
  Author: Daiderd Jordan 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M doc/manual/command-ref/conf-file.xml

  Log Message:
  ---
  manual: add NIX_CONF_DIR to conf-file section


  Commit: 621a53f64d60b5e42bffb5450539203ebf639bc4
  
https://github.com/NixOS/nix/commit/621a53f64d60b5e42bffb5450539203ebf639bc4
  Author: Domen Kožar 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M doc/manual/command-ref/conf-file.xml

  Log Message:
  ---
  Merge pull request #1154 from LnL7/manual-conf-file

manual: add NIX_CONF_DIR to conf-file section


Compare: https://github.com/NixOS/nix/compare/ec7d498b72b0...621a53f64d60___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] environment.etc.'filename'.owner ?

2016-12-16 Thread Azul
Is there a way to set the owner and group for a file as per the subject ?

couldn't grep for any example for this.

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


Re: [Nix-dev] nixos-rebuild using $TMPDIR

2016-12-16 Thread Azul
thanks,

I ended up getting rid of tmpfs, causes more hassle than what it is worth

On 14 December 2016 at 17:37, Joachim Schiele  wrote:

> On 13.12.2016 16:14, Azul wrote:
> > Hey gang,
> >
> > Trying to do a nixos-rebuild where I added libreoffice to my list of
> > packages failing due to lack of disk space.
> > My /tmp is on tmpfs, so limited in disk space.
> >
> > I tried to set NIX_REMOTE="" and TMPDIR=/var/tmp/ but no joy,
> > nixos-rebuild just tells me to sod off and does its own thing.
> >
> > is there a way to tell nixos-rebuild to use my TMPDIR settings ?
> >
> > azul
>
>
> man nix-build
>
> lets to:
>
>TMPDIR
>Use the specified directory to store temporary files. In
> particular, this includes temporary build directories; these can take up
> substantial amounts of disk space. The default is /tmp.
>
> so:
>
> TMPDIR=/foo nix-build -A whatever
>
> should do the trick
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 56ed58: rocksdb: 4.1 -> 4.13

2016-12-16 Thread Domen Kožar
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 56ed586b95acc5cca9151d43dafac290fe0e36ad
  
https://github.com/NixOS/nixpkgs/commit/56ed586b95acc5cca9151d43dafac290fe0e36ad
  Author: Domen Kožar 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  rocksdb: 4.1 -> 4.13

(cherry picked from commit 77adcfb59f9167108c984049d71a26323b523697)
Signed-off-by: Domen Kožar 


  Commit: 8ba1a1ddc57b6961ec1400ba09e934dcd2c8cbe5
  
https://github.com/NixOS/nixpkgs/commit/8ba1a1ddc57b6961ec1400ba09e934dcd2c8cbe5
  Author: Domen Kožar 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  rocksdb: compile as shared lib

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


  Commit: 9f62c2f836cca45bf6c763c4d916e35d29d02ae0
  
https://github.com/NixOS/nixpkgs/commit/9f62c2f836cca45bf6c763c4d916e35d29d02ae0
  Author: Domen Kožar 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  rocksdb: build also static lib for rocksdb-haskell

(cherry picked from commit 8b9ced01812056887a8ea0af9d6d44752b910ed5)
Signed-off-by: Domen Kožar 


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


[Nix-commits] [NixOS/nixpkgs] 38ea64: qemu_test: Make chown() calls to the store a no-op

2016-12-16 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 38ea64e86793342b1384a71ae07f0088d9cd891f
  
https://github.com/NixOS/nixpkgs/commit/38ea64e86793342b1384a71ae07f0088d9cd891f
  Author: aszlig 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/applications/virtualization/qemu/force-uid0-on-9p.patch

  Log Message:
  ---
  qemu_test: Make chown() calls to the store a no-op

The "misc" NixOS test is using Nix to query the store and it tries to
change the ownership of it while doing so.

This fails if Nix is not in a seccomp-sandboxed userid namespace, so
let's make chown() a no-op when applied to store paths.

Fixes the misc test (and possibly future tests) on older Nix versions.

Signed-off-by: aszlig 


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


[Nix-commits] [NixOS/nixpkgs] f0e77c: grsecurity: 4.8.14-201612110933 -> 4.8.15-20161215...

2016-12-16 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f0e77cd07da7aba1392d1f681648734c07588311
  
https://github.com/NixOS/nixpkgs/commit/f0e77cd07da7aba1392d1f681648734c07588311
  Author: Joachim Fasting 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-grsecurity.nix
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  grsecurity: 4.8.14-201612110933 -> 4.8.15-201612151923


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


[Nix-commits] [NixOS/nixpkgs] 994b24: elpa-packages: 2016-12-15

2016-12-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 994b243dd33a478b14a643d80d3aaa80ac843abb
  
https://github.com/NixOS/nixpkgs/commit/994b243dd33a478b14a643d80d3aaa80ac843abb
  Author: Michael Alan Dorman 
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpa-packages: 2016-12-15


  Commit: c5e64ba4c8b9058aa1041e398e13e990ed37e22f
  
https://github.com/NixOS/nixpkgs/commit/c5e64ba4c8b9058aa1041e398e13e990ed37e22f
  Author: Michael Alan Dorman 
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages: 2016-12-15

Removals:
 - cursor-in-brackets: github account no longer exists
 - dummy-h-mode: github account no longer exists
 - general-close: removed from melpa
 - judge-indent: github account no longer exists


  Commit: 01d5fda8c1128e84339e380050fedae19c171b18
  
https://github.com/NixOS/nixpkgs/commit/01d5fda8c1128e84339e380050fedae19c171b18
  Author: Michael Alan Dorman 
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  melpa-stable-packages: 2016-12-15

Removals:
 - dummy-h-mode: github account no longer exists
 - judge-indent: github account no longer exists


  Commit: 8cd481b5fd687fee21ec8f19375399d12c3da969
  
https://github.com/NixOS/nixpkgs/commit/8cd481b5fd687fee21ec8f19375399d12c3da969
  Author: Michael Alan Dorman 
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  org-packages: 2016-12-15


  Commit: 7aa8fa28ae6e07a7f27906ac7e8f6783d1ebde33
  
https://github.com/NixOS/nixpkgs/commit/7aa8fa28ae6e07a7f27906ac7e8f6783d1ebde33
  Author: Joachim F 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
M pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  Merge pull request #21190 from mdorman/emacs-updates

Emacs package updates: 2016-12-15


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


[Nix-commits] [NixOS/nixpkgs] 52c34f: liquibase: improve external jar integration (#2081...

2016-12-16 Thread Profpatsch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 52c34f626ca54b8d664dbba925bd5cfc959f9dc7
  
https://github.com/NixOS/nixpkgs/commit/52c34f626ca54b8d664dbba925bd5cfc959f9dc7
  Author: Profpatsch 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/development/tools/database/liquibase/default.nix

  Log Message:
  ---
  liquibase: improve external jar integration (#20818)

This replaces the upstream wrapper script with one tailored for nixpkgs.
We gain the ability to selectively enable/disable jdbc backends.


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


[Nix-commits] [NixOS/nixpkgs] a4586f: wireguard: 20161129 -> 20161209

2016-12-16 Thread Bart Brouns
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a4586f87dcee247bd7ede15b2114782cefd8f2dd
  
https://github.com/NixOS/nixpkgs/commit/a4586f87dcee247bd7ede15b2114782cefd8f2dd
  Author: Franz Pletz 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/os-specific/linux/wireguard/default.nix

  Log Message:
  ---
  wireguard: 20161129 -> 20161209


  Commit: 3fc60ec351d660caa43c456b84ef41ce0156d1c9
  
https://github.com/NixOS/nixpkgs/commit/3fc60ec351d660caa43c456b84ef41ce0156d1c9
  Author: Bart Brouns 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
R pkgs/applications/networking/mailreaders/mutt-kz/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  remove mutt-kz: deprecated in favor of neomutt

Removed reference in all-packages.nix. Fixes #20952.


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


Re: [Nix-dev] Hydra.nixos.org: new EPERM errors

2016-12-16 Thread Domen Kožar
py.test is failing and blocking nixpkgs channel update:
http://hydra.nixos.org/build/44860405/nixlog/9/raw

On Thu, Dec 15, 2016 at 3:46 PM, Eelco Dolstra 
wrote:

> Hi,
>
> On 12/11/2016 01:21 PM, Vladimír Čunát wrote:
>
> > Recently I see new EPERM errors in check-phases of some packages on
> > staging, and apparently the problems aren't "caused" by any nixpkgs
> > commits but by the build slaves themselves, perhaps some change in the
> > way nix sets up chroots in there.
>
> This is caused by a Nix upgrade on the build farm machines. Builds now run
> in a
> user namespace, which confuses some of them. I've applied aszlig's seccomp
> patch
> (https://github.com/NixOS/nix/pull/1131) which fixes some problems (like
> the go
> build).
>
> > http://hydra.nixos.org/job/nixpkgs/staging/libuv.x86_64-linux
>
> This one seems to be confused by setuid/setgid not working as expected,
> which is
> hard to avoid in a user namespace with only one uid...
>
> --
> Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
> ___
> 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] 8b9ced: rocksdb: build also static lib for rocksdb-haskell

2016-12-16 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8b9ced01812056887a8ea0af9d6d44752b910ed5
  
https://github.com/NixOS/nixpkgs/commit/8b9ced01812056887a8ea0af9d6d44752b910ed5
  Author: Domen Kožar 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  rocksdb: build also static lib for rocksdb-haskell


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


[Nix-commits] [NixOS/nixpkgs] dec91d: gem-config: add postgresql buildInput for sequel_p...

2016-12-16 Thread Maximilian Güntner
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dec91d3b191d42a83887629b541c3a6d874ca7d2
  
https://github.com/NixOS/nixpkgs/commit/dec91d3b191d42a83887629b541c3a6d874ca7d2
  Author: Maximilian Güntner 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/development/ruby-modules/gem-config/default.nix

  Log Message:
  ---
  gem-config: add postgresql buildInput for sequel_pg (#20981)

Signed-off-by: Maximilian Güntner 


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


[Nix-commits] [NixOS/nixpkgs] be24f1: musl: 1.1.11 -> 1.1.15, add security patch. (#2102...

2016-12-16 Thread Will Dietz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: be24f1d364cf678150b03c90bca58147d15d6311
  
https://github.com/NixOS/nixpkgs/commit/be24f1d364cf678150b03c90bca58147d15d6311
  Author: Will Dietz 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/os-specific/linux/musl/default.nix

  Log Message:
  ---
  musl: 1.1.11 -> 1.1.15, add security patch. (#21023)


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


[Nix-commits] [NixOS/nixpkgs] f3108c: pythonPackages.natbib: fix for Python 3.5 (#21114)

2016-12-16 Thread Luis Pedro Coelho
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f3108c5bd2d2a3059d5c5deb6eb0d8dfeb5b96fa
  
https://github.com/NixOS/nixpkgs/commit/f3108c5bd2d2a3059d5c5deb6eb0d8dfeb5b96fa
  Author: Luis Pedro Coelho 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

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

  Log Message:
  ---
  pythonPackages.natbib: fix for Python 3.5 (#21114)

pathlib is part of the standard library starting in version 3.5.


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


[Nix-commits] [NixOS/nixpkgs] d039ff: ImageMagick: Add additional mirror.

2016-12-16 Thread Sebastian Hagen
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d039ff2993a74ec2ffc1d037081db2a8a68dace7
  
https://github.com/NixOS/nixpkgs/commit/d039ff2993a74ec2ffc1d037081db2a8a68dace7
  Author: Sebastian Hagen 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/applications/graphics/ImageMagick/default.nix

  Log Message:
  ---
  ImageMagick: Add additional mirror.

The 16.09-nixpkgs source tarball Imagemagick-6.9.6-7.tar.xz source tarball is
not available on any of the existing mirrors. We here add one that has it.

(cherry picked from commit e314e5b9304b5a9be811145bf5275163912192ba)


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


[Nix-commits] [NixOS/nixpkgs] 1b6e2b: Fix netpbm installation for OS X (#21194)

2016-12-16 Thread Paul Liu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1b6e2b9a191fb28ffbb4f99f2aa92ceb109b05f8
  
https://github.com/NixOS/nixpkgs/commit/1b6e2b9a191fb28ffbb4f99f2aa92ceb109b05f8
  Author: Paul Liu 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/tools/graphics/netpbm/default.nix

  Log Message:
  ---
  Fix netpbm installation for OS X (#21194)



* Update meta.platform to linux ++ darwin for netpbm


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


Re: [Nix-dev] Usability: Nixpkg > NixOS

2016-12-16 Thread Profpatsch
On 16-12-15 11:48pm, Judson Lester wrote:
> First, how derivations become software. I *think* nix-env (or nix-shell, or
> nix-repl) takes the derivation, finds the build script, establishes
> environment variables and runs the script, but I don't know that I've ever
> seen that in print anywhere.

nix-store --realise

> More nuanced, I've never quite been sure where
> the appropriate dividing line is between derivation and build script

The whole definition is in the nix manual in the derivation section.
For specific details you would probably need to read the nix source.

> Second, how do builds get linked into the system? I've seen it happen, and
> again I have suspicions that it has to do with the outputs attribute of the
> derivation, but I remain in the spooky darkness about particulars.

System profiles are just a derivation that is basically a link farm.
In their /bin they have a bash script that performs the actual switch.
It basically bootstraps itself.


-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev