[Nix-commits] [NixOS/nixpkgs] d74f83: kernel: enable audio jack reconfiguration

2017-06-12 Thread timor
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d74f8351a525c604d85289119de4e65199365b58
  
https://github.com/NixOS/nixpkgs/commit/d74f8351a525c604d85289119de4e65199365b58
  Author: timor 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

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

  Log Message:
  ---
  kernel: enable audio jack reconfiguration

Change kernel config to allow for changing the functions of the audio
jacks at run-time as well as at boot time.


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


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

2017-06-12 Thread Hydra Build Daemon
Hi,

The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed 
from "Failed" to "Success".  For details, see

  https://hydra.nixos.org/build/53977523

This may be due to 24 commits by Alexander V. Nikolaev , 
Antoine Eiche , Frederik Rietdijk , 
Joachim F , Joachim Fasting 
, John Ramsden , 
Jörg Thalheim , Kier Davis , Marius 
Bergmann , Renzo Carbonara , Shea Levy 
, Victor Berger , Volth 
 or gnidorah .

Yay!

Regards,

The Hydra build daemon.
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b349d4: haskellPackages.developPackage: Add overrides argu...

2017-06-12 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b349d4b899a42edcd83cf7057e9d3f1c0833a741
  
https://github.com/NixOS/nixpkgs/commit/b349d4b899a42edcd83cf7057e9d3f1c0833a741
  Author: Shea Levy 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellPackages.developPackage: Add overrides argument


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


[Nix-commits] [NixOS/nixpkgs] d10fe6: haskellPackages.developPackage: Add overrides argu...

2017-06-12 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d10fe641247e29b72139776cd316333b13ba
  
https://github.com/NixOS/nixpkgs/commit/d10fe641247e29b72139776cd316333b13ba
  Author: Shea Levy 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellPackages.developPackage: Add overrides argument

(cherry picked from commit b349d4b899a42edcd83cf7057e9d3f1c0833a741)


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


[Nix-commits] [NixOS/nixpkgs] d25bf8: elasticsearch service: remove postStart script

2017-06-12 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d25bf8e72fe70142f66fa9144842000b756b88cf
  
https://github.com/NixOS/nixpkgs/commit/d25bf8e72fe70142f66fa9144842000b756b88cf
  Author: Tristan Helmich 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M nixos/modules/services/search/elasticsearch.nix

  Log Message:
  ---
  elasticsearch service: remove postStart script


  Commit: 76430ecd9f36bcfd1682d34c47f69a8e7708df6b
  
https://github.com/NixOS/nixpkgs/commit/76430ecd9f36bcfd1682d34c47f69a8e7708df6b
  Author: Joachim F 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/services/search/elasticsearch.nix

  Log Message:
  ---
  Merge pull request #25701 from 
mayflower/elasticsearch_postStart_script_removal

elasticsearch service: remove postStart script


Compare: https://github.com/NixOS/nixpkgs/compare/7f4098f2c135...76430ecd9f36___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 6f295b: oh-my-zsh: add module (#25140)

2017-06-12 Thread Daniel Fullmer
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6f295b8c5091953491344e19e83bc9f445323158
  
https://github.com/NixOS/nixpkgs/commit/6f295b8c5091953491344e19e83bc9f445323158
  Author: Maximilian Bosch 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/programs/zsh/oh-my-zsh.nix
M nixos/modules/programs/zsh/zsh.nix

  Log Message:
  ---
  oh-my-zsh: add module (#25140)

* programs.zsh: add enableOhMyZsh option to automate setup of oh-my-zsh in 
global zshrc

* programs.zsh: make oh-my-zsh plugins configurable

* programs.zsh: add ohMyZshCustom option

* programs.zsh: add ohMyZshTheme option

* programs.zsh: applying minor fixes to evaluate expressions properly

* programs.zsh: fix ordering of oh-my-zsh config and execution

* programs.zsh: move all oh-my-zsh params into its own scope named 
programs.zsh.oh-my-zsh

(cherry picked from commit 9ec64d28902b9f89fe704679e1d5c8fc83270130)


  Commit: 533f81301399b2d61f914bf8a2fddc42cc6474a7
  
https://github.com/NixOS/nixpkgs/commit/533f81301399b2d61f914bf8a2fddc42cc6474a7
  Author: Maximilian Bosch 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
M nixos/modules/programs/zsh/zsh.nix
M nixos/modules/rename.nix

  Log Message:
  ---
  zsh-syntax-highlighting: Add more configuration options and move to module 
(#25153)

* programs.zsh: factor zsh-syntax-highlighting out into its own module

* programs.zsh.syntax-highlighting: add `highlighters` option

* programs.zsh: document BC break introduced by moving zsh-syntax-completion 
into its own module

(cherry picked from commit 0a12aafde42ddecfd268a21aa6ada4c0946cd30f)


  Commit: ffb4c1f9264a7e88e4ca64aff7a7bcfe2b365926
  
https://github.com/NixOS/nixpkgs/commit/ffb4c1f9264a7e88e4ca64aff7a7bcfe2b365926
  Author: Maximilian Bosch 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix

  Log Message:
  ---
  programs.zsh.syntax-highlighting: refactor `highlighters` option for proper 
validation

Right now the `programs.zsh.syntax-highlighting.highlighters` option
lacks appropriate validation which can cause confusing things when
mistyping a higlighter for zsh-syntax-highlighting.

(cherry picked from commit baa3b3e51d9aea43ee524329f8bbcbdaf3ec)


  Commit: 07973d17de860f2d52a05d94a2acc0e54054e398
  
https://github.com/NixOS/nixpkgs/commit/07973d17de860f2d52a05d94a2acc0e54054e398
  Author: Maximilian Bosch 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix

  Log Message:
  ---
  programs.zsh.syntax-highlighting: support custom highlighting patterns

see 
https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/pattern.md
for further reference.

(cherry picked from commit f6e612bb8f75b1dc8516339a08c9edd4c05d0964)


  Commit: 803987054ccb5290fa763ff83e24f32527b5657b
  
https://github.com/NixOS/nixpkgs/commit/803987054ccb5290fa763ff83e24f32527b5657b
  Author: Willi Butz 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
M nixos/modules/rename.nix

  Log Message:
  ---
  zsh module: rename option syntax-highlighting

rename zsh-option "syntax-highlighting" -> "syntaxHighlighting"

(cherry picked from commit 4e4f7a2f6684bae3ed156a2134edf99ccfa55cff)


  Commit: 9045bd0e3c4c4aa0d362727f1a6709efab067b47
  
https://github.com/NixOS/nixpkgs/commit/9045bd0e3c4c4aa0d362727f1a6709efab067b47
  Author: Maximilian Bosch 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/programs/zsh/oh-my-zsh.nix
M nixos/modules/rename.nix

  Log Message:
  ---
  programs.zsh: rename oh-my-zsh to ohMyZsh

This is intended to provide better consistency with other NixOS modules.
Please refer to mayflower/nixpkgs#21 for further information.

(cherry picked from commit a549596700e63b2d6b1e6d90355d3afa983404d7)


  Commit: 6a5ce160afac85991e3d2a623123c64b98e5826e
  
https://github.com/NixOS/nixpkgs/commit/6a5ce160afac85991e3d2a623123c64b98e5826e
  Author: Maximilian Bosch 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix

  Log Message:
  ---
  programs.zsh.syntaxHighlighting: refactor to use attr sets rather than 
recursive lists for patterns

The idea has been described here: 
https://github.com/NixOS/nixpkgs/pull/25323#issuecomment-298677369

(cherry picked from commit 0925f79d561b077c40c53e3fb213df461bdf2b06)


  Commit: 19a2cb81b6064f6fcb2ab0f900537e377d6f590e
  

Re: [Nix-dev] libpurple and PURPLE_PLUGIN_PATH

2017-06-12 Thread Bryan Richter
On Fri, Jun 09, 2017 at 08:45:38AM +0200, Vladimír Čunát wrote:
> On 06/09/2017 02:17 AM, Bryan Richter wrote:
> > I see that nixpkgs patches libpurple (pidgin) to look for plugins
> > in paths specified by PURPLE_PLUGIN_PATH. Do I have to set that var
> > manually?
> > 
> > I would hope that installing a plugin into my environment would update
> > the variable automatically.
> 
> You want pidgin.override { plugins = [ . ]; }

*lightbulb*

Thanks!


signature.asc
Description: Digital signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 3b29d7: hugo: 0.21 -> 0.22

2017-06-12 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3b29d702da6ced54e7d5ae24ad9cc8715c23662d
  
https://github.com/NixOS/nixpkgs/commit/3b29d702da6ced54e7d5ae24ad9cc8715c23662d
  Author: Yann Hodique 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/applications/misc/hugo/default.nix
M pkgs/applications/misc/hugo/deps.nix

  Log Message:
  ---
  hugo: 0.21 -> 0.22


  Commit: 7f4098f2c135f40ca7cecdb2e36d8ed1b5a54332
  
https://github.com/NixOS/nixpkgs/commit/7f4098f2c135f40ca7cecdb2e36d8ed1b5a54332
  Author: Joachim F 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/applications/misc/hugo/default.nix
M pkgs/applications/misc/hugo/deps.nix

  Log Message:
  ---
  Merge pull request #26538 from sigma/pr/hugo-0.22

hugo: 0.21 -> 0.22


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


[Nix-commits] [NixOS/nixpkgs] ab9d24: elfkickers: init at 3.1

2017-06-12 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ab9d2443488a271abc4e1c298625aadd75178613
  
https://github.com/NixOS/nixpkgs/commit/ab9d2443488a271abc4e1c298625aadd75178613
  Author: Will Dietz 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
A pkgs/development/tools/misc/elfkickers/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  elfkickers: init at 3.1


  Commit: c13664af04da5b97dc8f85c883d8d32ea6efb34a
  
https://github.com/NixOS/nixpkgs/commit/c13664af04da5b97dc8f85c883d8d32ea6efb34a
  Author: Jörg Thalheim 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
A pkgs/development/tools/misc/elfkickers/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26539 from dtzWill/feature/elfkickers

elfkickers: init at 3.1


Compare: https://github.com/NixOS/nixpkgs/compare/766c2aa2e911...c13664af04da___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0e532a: elpa-packages: 2017-06-12

2017-06-12 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0e532a3ede6ee3c3abe8447b0447d501b8c9228d
  
https://github.com/NixOS/nixpkgs/commit/0e532a3ede6ee3c3abe8447b0447d501b8c9228d
  Author: Michael Alan Dorman 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  elpa-packages: 2017-06-12


  Commit: beb18e135058a4fe2c87ff718690ea42f03425a8
  
https://github.com/NixOS/nixpkgs/commit/beb18e135058a4fe2c87ff718690ea42f03425a8
  Author: Michael Alan Dorman 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  org-packages: 2017-06-12


  Commit: 76082b63e82a61ce754072cc8a8e58d97dc907b3
  
https://github.com/NixOS/nixpkgs/commit/76082b63e82a61ce754072cc8a8e58d97dc907b3
  Author: Michael Alan Dorman 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  melpa-stable-packages: 2017-06-12


  Commit: 97d750eac05bdbfab280772afb36e216980d0dff
  
https://github.com/NixOS/nixpkgs/commit/97d750eac05bdbfab280772afb36e216980d0dff
  Author: Michael Alan Dorman 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  melpa-packages: 2017-06-12


  Commit: 766c2aa2e911cb416ba8ba7ea6f8de700bcf9c1e
  
https://github.com/NixOS/nixpkgs/commit/766c2aa2e911cb416ba8ba7ea6f8de700bcf9c1e
  Author: Joachim F 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  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 #26532 from mdorman/emacs-updates

Automated emacs package updates


Compare: https://github.com/NixOS/nixpkgs/compare/f78362d64c8d...766c2aa2e911___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] f78362: fvwm: 2.6.6 -> 2.6.7

2017-06-12 Thread gratuxri
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f78362d64c8d81375cc15f76030f19653e3ad72d
  
https://github.com/NixOS/nixpkgs/commit/f78362d64c8d81375cc15f76030f19653e3ad72d
  Author: gratuxri 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/applications/window-managers/fvwm/default.nix

  Log Message:
  ---
  fvwm: 2.6.6 -> 2.6.7

Release notes: https://github.com/fvwmorg/fvwm/releases/tag/2.6.7


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


[Nix-commits] [NixOS/nixpkgs] 7071d1: nixUnstable: 1.12pre5350_7689181e -> 1.12pre5413_b...

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7071d1eaf478ec4221b6607360bba8594066b53f
  
https://github.com/NixOS/nixpkgs/commit/7071d1eaf478ec4221b6607360bba8594066b53f
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  nixUnstable: 1.12pre5350_7689181e -> 1.12pre5413_b4b1f452

(cherry picked from commit 3d4a8e1f84b4ad654b1bd8a6577cd786e18a3f6b)


  Commit: 7a76e259c88ad5ea6807ed70af51d9196195c690
  
https://github.com/NixOS/nixpkgs/commit/7a76e259c88ad5ea6807ed70af51d9196195c690
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M nixos/modules/installer/tools/nix-fallback-paths.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  nix: 1.11.9 -> 1.11.10

(cherry picked from commit 0bffe0382863e317b392996685bb1eedccd9fc90)


  Commit: 74a1ea1f89c99307a0cbc0a5d3d5eaf4cd3d9781
  
https://github.com/NixOS/nixpkgs/commit/74a1ea1f89c99307a0cbc0a5d3d5eaf4cd3d9781
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/perf-binutils-path.patch
M pkgs/os-specific/linux/kernel/perf.nix

  Log Message:
  ---
  perf: Fix perf annotate

This command requires objdump, so make sure it can find it.

(cherry picked from commit 63e9d1c51ec0ad41c3ef729851442f199ce06a25)


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


[Nix-commits] [NixOS/nixpkgs] 0bffe0: nix: 1.11.9 -> 1.11.10

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0bffe0382863e317b392996685bb1eedccd9fc90
  
https://github.com/NixOS/nixpkgs/commit/0bffe0382863e317b392996685bb1eedccd9fc90
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M nixos/modules/installer/tools/nix-fallback-paths.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  nix: 1.11.9 -> 1.11.10


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


[Nix-commits] [NixOS/nix]

2017-06-12 Thread edolstra
  Branch: refs/tags/1.11.10
  Home:   https://github.com/NixOS/nix
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nix] 1e4885: Grmbl

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: 1e4885e31614ff2652acd36f7665c2bb41f04b59
  
https://github.com/NixOS/nix/commit/1e4885e31614ff2652acd36f7665c2bb41f04b59
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/libutil/util.cc
M src/libutil/util.hh

  Log Message:
  ---
  Grmbl


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


[Nix-commits] [NixOS/nix] 36f363: On macOS, don't use /var/folders for TMPDIR

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: 36f363b8f0adac2b8339770297ff209539a2f7aa
  
https://github.com/NixOS/nix/commit/36f363b8f0adac2b8339770297ff209539a2f7aa
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/libmain/shared.cc

  Log Message:
  ---
  On macOS, don't use /var/folders for TMPDIR

This broke "nix-store --serve".

(cherry picked from commit 25230a17a9d0c22f97ed80b1a8f50566a4ff548d)


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


[Nix-commits] [NixOS/nix] 25230a: On macOS, don't use /var/folders for TMPDIR

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 25230a17a9d0c22f97ed80b1a8f50566a4ff548d
  
https://github.com/NixOS/nix/commit/25230a17a9d0c22f97ed80b1a8f50566a4ff548d
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/libmain/shared.cc

  Log Message:
  ---
  On macOS, don't use /var/folders for TMPDIR

This broke "nix-store --serve".


  Commit: 177f3996e28967368791ba0e4ec036f3dbbb88d0
  
https://github.com/NixOS/nix/commit/177f3996e28967368791ba0e4ec036f3dbbb88d0
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/libutil/util.cc

  Log Message:
  ---
  Suppress spurious "killing process N: Operation not permitted" on macOS


Compare: https://github.com/NixOS/nix/compare/847f19a5f7a5...177f3996e289___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] A nix pretty-printer and a trace function you can tell how deep it should go

2017-06-12 Thread Tomasz Czyż
nice, thank you

2017-06-12 16:33 GMT+01:00 Profpatsch :

> https://github.com/NixOS/nixpkgs/pull/26433
>
> Pretty Printing:
>
> nix-repl> lib.generators.toPretty {} { foo = [ 2 3 netcat-openbsd ]; bar =
> lib.id; x = {args, def ? 42}: args; }
> "{ \"bar\" = <λ>; \"foo\" = [ 2 3 <δ> ]; \"x\" = <λ:{args,(def)}>; }"
>
> nix-repl> lib.generators.toPretty {} (import )
> "<λ:{(config),(crossSystem),(localSystem),(overlays),(
> platform),(system)}>"
>
>
> Trace Folding:
>
> nix-repl> foo = { a = [ 1 [ 2 3 ] ]; b = { c.d.e = "yip yip"; }; }
>
> nix-repl> lib.traceValSeqN 10 foo
> trace: { "a" = [ 1 [ 2 3 ] ]; "b" = { "c" = { "d" = { "e" = "yip yip"; };
> }; }; }
> { a = [ ... ]; b = { ... }; }
>
> nix-repl> lib.traceValSeqN 3 foo
> trace: { "a" = [ 1 [ 2 3 ] ]; "b" = { "c" = { "d" = {…}; }; }; }
> { a = [ ... ]; b = { ... }; }
>
> nix-repl> lib.traceValSeqN 1 foo
> trace: { "a" = […]; "b" = {…}; }
> { a = [ ... ]; b = { ... }; }
>
> nix-repl> lib.traceValSeqN 0 foo
> trace: {…}
> { a = [ ... ]; b = { ... }; }
>
>
> https://twitter.com/Profpatsch/status/874127956884566016
>
> I hope this helps some people.
> Please review the code.
>
>
> --
> 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
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>



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


[Nix-commits] [NixOS/nixpkgs] c5467a: errbot module: needs network-online to connect pro...

2017-06-12 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c5467a16c44e1d2d7a3d6953c368918bf7e308d9
  
https://github.com/NixOS/nixpkgs/commit/c5467a16c44e1d2d7a3d6953c368918bf7e308d9
  Author: Robin Gloster 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M nixos/modules/services/misc/errbot.nix

  Log Message:
  ---
  errbot module: needs network-online to connect properly


  Commit: d138f9ef65c2ad27ddf1368c1b9c7f9600fc6c05
  
https://github.com/NixOS/nixpkgs/commit/d138f9ef65c2ad27ddf1368c1b9c7f9600fc6c05
  Author: Franz Pletz 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/libraries/gstreamer/bad/default.nix

  Log Message:
  ---
  gstreamer-plugins-bad: add deps for HLS & H.265


  Commit: 934b72301e5147e66de0c791619e63469ea39c1e
  
https://github.com/NixOS/nixpkgs/commit/934b72301e5147e66de0c791619e63469ea39c1e
  Author: Franz Pletz 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  libfann: init at 2.2.0


  Commit: c34299f5926756837b68c020bcce566b9b0cd36e
  
https://github.com/NixOS/nixpkgs/commit/c34299f5926756837b68c020bcce566b9b0cd36e
  Author: Franz Pletz 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  dmidecode: 3.0 -> 3.1


  Commit: 4268eb51450be7aa5fc9964ec5dbf543c463a331
  
https://github.com/NixOS/nixpkgs/commit/4268eb51450be7aa5fc9964ec5dbf543c463a331
  Author: Robin Gloster 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/libraries/gnutls/3.5.nix

  Log Message:
  ---
  gnutls: remove unused parameter


  Commit: b733a34e8e5e0692e542ac631926dd425510406f
  
https://github.com/NixOS/nixpkgs/commit/b733a34e8e5e0692e542ac631926dd425510406f
  Author: Franz Pletz 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  firmwareLinuxNonfree: 2017-03-11 -> 2017-04-16


Compare: https://github.com/NixOS/nixpkgs/compare/36728c6eb844...b733a34e8e5e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] A nix pretty-printer and a trace function you can tell how deep it should go

2017-06-12 Thread Profpatsch
https://github.com/NixOS/nixpkgs/pull/26433

Pretty Printing:

nix-repl> lib.generators.toPretty {} { foo = [ 2 3 netcat-openbsd ]; bar = 
lib.id; x = {args, def ? 42}: args; }
"{ \"bar\" = <λ>; \"foo\" = [ 2 3 <δ> ]; \"x\" = <λ:{args,(def)}>; }"

nix-repl> lib.generators.toPretty {} (import )
"<λ:{(config),(crossSystem),(localSystem),(overlays),(platform),(system)}>"


Trace Folding:

nix-repl> foo = { a = [ 1 [ 2 3 ] ]; b = { c.d.e = "yip yip"; }; }

nix-repl> lib.traceValSeqN 10 foo
trace: { "a" = [ 1 [ 2 3 ] ]; "b" = { "c" = { "d" = { "e" = "yip yip"; }; }; }; 
}
{ a = [ ... ]; b = { ... }; }

nix-repl> lib.traceValSeqN 3 foo
trace: { "a" = [ 1 [ 2 3 ] ]; "b" = { "c" = { "d" = {…}; }; }; }
{ a = [ ... ]; b = { ... }; }

nix-repl> lib.traceValSeqN 1 foo
trace: { "a" = […]; "b" = {…}; }
{ a = [ ... ]; b = { ... }; }

nix-repl> lib.traceValSeqN 0 foo
trace: {…}
{ a = [ ... ]; b = { ... }; }


https://twitter.com/Profpatsch/status/874127956884566016

I hope this helps some people.
Please review the code.


-- 
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
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nix] c20641: OS X -> macOS

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: c20641ce569dc1fdeaeaa147b0292f258667f53b
  
https://github.com/NixOS/nix/commit/c20641ce569dc1fdeaeaa147b0292f258667f53b
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M doc/manual/release-notes/rl-1.11.10.xml

  Log Message:
  ---
  OS X -> macOS


  Commit: 0be5b949d3b3dd2e14f1e356e7a64f5906fe66dc
  
https://github.com/NixOS/nix/commit/0be5b949d3b3dd2e14f1e356e7a64f5906fe66dc
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/libstore/build.cc

  Log Message:
  ---
  Don't run pre-build-hook if we don't have a derivation

This fixes a build failure on OS X when using Hydra or Nix 1.12's
build-remote (since they don't copy the derivation to the build
machine).

(cherry picked from commit 7f5b750b401e98e9e2a346552aba5bd2e0a9203f)


Compare: https://github.com/NixOS/nix/compare/0fb60e4e0f66...0be5b949d3b3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nix] c33854: Remove Ubuntu 13.10 build

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: c33854513ae81714253d09937828fcd561d97b33
  
https://github.com/NixOS/nix/commit/c33854513ae81714253d09937828fcd561d97b33
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M release.nix

  Log Message:
  ---
  Remove Ubuntu 13.10 build

Seccomp is too old there.


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


[Nix-commits] [NixOS/nix] 847f19: Provide a builtin default for $NIX_SSL_CERT_FILE

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 847f19a5f7a558252bbde9b4c70efa5f7fac1f4f
  
https://github.com/NixOS/nix/commit/847f19a5f7a558252bbde9b4c70efa5f7fac1f4f
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M misc/launchd/org.nixos.nix-daemon.plist.in
M src/libstore/download.cc
M src/libstore/globals.cc

  Log Message:
  ---
  Provide a builtin default for $NIX_SSL_CERT_FILE

This is mostly to ensure that when Nix is started on macOS via a
launchd service or sshd (for a remote build), it gets a certificate
bundle.


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


[Nix-commits] [NixOS/nix] 7f5b75: Don't run pre-build-hook if we don't have a deriva...

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 7f5b750b401e98e9e2a346552aba5bd2e0a9203f
  
https://github.com/NixOS/nix/commit/7f5b750b401e98e9e2a346552aba5bd2e0a9203f
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/libstore/build.cc

  Log Message:
  ---
  Don't run pre-build-hook if we don't have a derivation

This fixes a build failure on OS X when using Hydra or Nix 1.12's
build-remote (since they don't copy the derivation to the build
machine).


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


[Nix-commits] [NixOS/nixpkgs] 195157: pijul: 0.4.4 -> 0.6.0

2017-06-12 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1951578395eacc6cdb697080f3328561ba95d2fa
  
https://github.com/NixOS/nixpkgs/commit/1951578395eacc6cdb697080f3328561ba95d2fa
  Author: Florent Becker 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/applications/version-management/pijul/default.nix

  Log Message:
  ---
  pijul: 0.4.4 -> 0.6.0


  Commit: 36728c6eb844da93bdff9fd0caa525cbd15311b8
  
https://github.com/NixOS/nixpkgs/commit/36728c6eb844da93bdff9fd0caa525cbd15311b8
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/applications/version-management/pijul/default.nix

  Log Message:
  ---
  Merge pull request #26527 from FlorentBecker/pijul6

pijul: 0.4.4 -> 0.6.0


Compare: https://github.com/NixOS/nixpkgs/compare/63e9d1c51ec0...36728c6eb844___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixops] 13341e: ec2: also include human-readable deployment name i...

2017-06-12 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 13341e70115a38463a485813e62178b163afdc27
  
https://github.com/NixOS/nixops/commit/13341e70115a38463a485813e62178b163afdc27
  Author: Domen Kožar 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M nixops/resources/ec2_common.py

  Log Message:
  ---
  ec2: also include human-readable deployment name into tags


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


[Nix-commits] [NixOS/hydra] f0d24a: Fix "Evaluation pending since..." message even tho...

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: f0d24af9404ef20cec6d946d1a9c82bf7f5a9063
  
https://github.com/NixOS/hydra/commit/f0d24af9404ef20cec6d946d1a9c82bf7f5a9063
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/hydra-evaluator/hydra-evaluator.cc

  Log Message:
  ---
  Fix "Evaluation pending since..." message even though the jobset has been 
evaluated


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


Re: [Nix-dev] Hydra queue is in a weird state

2017-06-12 Thread Eelco Dolstra
Hi,

On 06/12/2017 01:51 PM, Vladimír Čunát wrote:

> Just to be sure, the binaries from staging are cached at least for a few
> days, right?  

Right now, there is no garbage collection of the cache.nixos.org S3 bucket *at
all*, so binaries are kept indefinitely.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nix] 3414f3: Fix build

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: 3414f3804c9ef42f6206756f9216ed19fedaecf0
  
https://github.com/NixOS/nix/commit/3414f3804c9ef42f6206756f9216ed19fedaecf0
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M src/libstore/local-store.cc

  Log Message:
  ---
  Fix build


  Commit: 0fb60e4e0f66cc42c7c274acfcf00b51f6c829c4
  
https://github.com/NixOS/nix/commit/0fb60e4e0f66cc42c7c274acfcf00b51f6c829c4
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M doc/manual/release-notes/release-notes.xml
A doc/manual/release-notes/rl-1.11.10.xml

  Log Message:
  ---
  Add 1.11.10 release notes


Compare: https://github.com/NixOS/nix/compare/8e298e8ad9f0...0fb60e4e0f66___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Hydra queue is in a weird state

2017-06-12 Thread Vladimír Čunát
On 06/12/2017 11:23 AM, Eelco Dolstra wrote:
> Can you be more specific (e.g. build IDs)? I don't see anything wrong at the 
> moment.

Hmm, me neither, not anymore.  The number of queued jobs on trunk* has
also dropped to the number I would expected right after the merge and I
see no particular problem anymore.  It's also possible I just got
confused by something.

Just to be sure, the binaries from staging are cached at least for a few
days, right?  Even if they don't belong to the latest evaluation anymore?

--Vladimir

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


[Nix-commits] [NixOS/nixpkgs] 63e9d1: perf: Fix perf annotate

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 63e9d1c51ec0ad41c3ef729851442f199ce06a25
  
https://github.com/NixOS/nixpkgs/commit/63e9d1c51ec0ad41c3ef729851442f199ce06a25
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/perf-binutils-path.patch
M pkgs/os-specific/linux/kernel/perf.nix

  Log Message:
  ---
  perf: Fix perf annotate

This command requires objdump, so make sure it can find it.


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


[Nix-commits] [NixOS/nixpkgs] 2ae46b: ghc: 8.0.2 without link warnings

2017-06-12 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ae46bc163512b3eecb60d70866d4ff19dac82bc
  
https://github.com/NixOS/nixpkgs/commit/2ae46bc163512b3eecb60d70866d4ff19dac82bc
  Author: Lukasz Czyzykowski 
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.2.nix
A pkgs/development/compilers/ghc/no-cpp-warnings.patch

  Log Message:
  ---
  ghc: 8.0.2 without link warnings

Fixes NixOS/nixpkgs#25139 by backporting patch applied in ghc trunk:
https://phabricator.haskell.org/D2823


  Commit: d45aff53276d263ff1df73c001873f0ed64bffd3
  
https://github.com/NixOS/nixpkgs/commit/d45aff53276d263ff1df73c001873f0ed64bffd3
  Author: Lukasz Czyzykowski 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.2.nix
A pkgs/development/compilers/ghc/ghc-8.0.2-no-cpp-warnings.patch
R pkgs/development/compilers/ghc/no-cpp-warnings.patch

  Log Message:
  ---
  Adds ghc version to the patch file


  Commit: d8f2284808e20e307ac40d71e21ab4ca8850c220
  
https://github.com/NixOS/nixpkgs/commit/d8f2284808e20e307ac40d71e21ab4ca8850c220
  Author: Peter Simons 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.2.nix
A pkgs/development/compilers/ghc/ghc-8.0.2-no-cpp-warnings.patch

  Log Message:
  ---
  Merge pull request #25998 from czyzykowski/fix/25139-ghc-warnings

ghc: 8.0.2 without link warnings


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


[Nix-commits] [NixOS/nixpkgs] e35f3c: doc: Fix some typos

2017-06-12 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e35f3c0679cafb8de84274433159e1b393dca46d
  
https://github.com/NixOS/nixpkgs/commit/e35f3c0679cafb8de84274433159e1b393dca46d
  Author: Jan Tojnar 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M doc/configuration.xml
M doc/functions.xml
M doc/overlays.xml
M doc/reviewing-contributions.xml
M doc/stdenv.xml
M nixos/doc/manual/administration/imperative-containers.xml
M nixos/doc/manual/development/option-declarations.xml
M nixos/doc/manual/development/option-types.xml
M nixos/doc/manual/release-notes/rl-1509.xml
M nixos/doc/manual/release-notes/rl-1603.xml

  Log Message:
  ---
  doc: Fix some typos


  Commit: 9b6e82efbab65d8a69a28096e8ef45b836c29189
  
https://github.com/NixOS/nixpkgs/commit/9b6e82efbab65d8a69a28096e8ef45b836c29189
  Author: Frederik Rietdijk 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M doc/configuration.xml
M doc/functions.xml
M doc/overlays.xml
M doc/reviewing-contributions.xml
M doc/stdenv.xml
M nixos/doc/manual/administration/imperative-containers.xml
M nixos/doc/manual/development/option-declarations.xml
M nixos/doc/manual/development/option-types.xml
M nixos/doc/manual/release-notes/rl-1509.xml
M nixos/doc/manual/release-notes/rl-1603.xml

  Log Message:
  ---
  Merge pull request #26521 from jtojnar/typos

Fix some typos in documentation


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


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

2017-06-12 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/53943202

This may be due to 10 commits by Edward Tjörnhammar , Frederik 
Rietdijk , Gabriel Ebner , James 
Kent , Jörg Thalheim  or Tim 
Steinbach .

Go forth and fix it.

Regards,

The Hydra build daemon.
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ca490a: gdb: disable format warnings

2017-06-12 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ca490a62906fa566e1f30504cd0f29d04ee48c4a
  
https://github.com/NixOS/nixpkgs/commit/ca490a62906fa566e1f30504cd0f29d04ee48c4a
  Author: Daiderd Jordan 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/gdb/default.nix

  Log Message:
  ---
  gdb: disable format warnings

Fixes #26145


  Commit: cdf05a7592f29788e3196939a5cf6b257070a0b1
  
https://github.com/NixOS/nixpkgs/commit/cdf05a7592f29788e3196939a5cf6b257070a0b1
  Author: Eelco Dolstra 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/gdb/default.nix

  Log Message:
  ---
  Merge pull request #26514 from LnL7/clang-gdb

gdb: disable format warnings


Compare: https://github.com/NixOS/nixpkgs/compare/798e256dcd19...cdf05a7592f2___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Hydra queue is in a weird state

2017-06-12 Thread Eelco Dolstra
Hi,

On 06/12/2017 08:17 AM, Vladimír Čunát wrote:

> around 24h ago I merged some older staging commit, and Hydra somehow
> hasn't recovered since.
> 
> Most of jobs should've been cached from staging - mainly except for
> Haskell stuff because that got updated on master in the meantime - but
> apparently those jobs are stuck in the queue, not being processed in any
> way.  The machines were reportedly idling a lot yesterday after that
> (now they picked some subsequent jobs on staging).

Can you be more specific (e.g. build IDs)? I don't see anything wrong at the 
moment.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 798e25: cups-filters: fix path to pdftops

2017-06-12 Thread Gabriel Ebner
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 798e256dcd195addcf6babf8bdcd0c2579337ceb
  
https://github.com/NixOS/nixpkgs/commit/798e256dcd195addcf6babf8bdcd0c2579337ceb
  Author: Gabriel Ebner 
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/misc/cups/filters.nix

  Log Message:
  ---
  cups-filters: fix path to pdftops

This is hardcoded to /usr/bin/pdftops by default.


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


[Nix-dev] Hydra queue is in a weird state

2017-06-12 Thread Vladimír Čunát
Hi,
around 24h ago I merged some older staging commit, and Hydra somehow
hasn't recovered since.

Most of jobs should've been cached from staging - mainly except for
Haskell stuff because that got updated on master in the meantime - but
apparently those jobs are stuck in the queue, not being processed in any
way.  The machines were reportedly idling a lot yesterday after that
(now they picked some subsequent jobs on staging).

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