[Nix-commits] [NixOS/nixpkgs] 0f1753: pants13-pre: 1.3.0rc2 -> 1.3.0rc4

2017-06-01 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0f1753b1d30b63008ff60c731fca03c8b3fd1594
  
https://github.com/NixOS/nixpkgs/commit/0f1753b1d30b63008ff60c731fca03c8b3fd1594
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/tools/build-managers/pants/default.nix

  Log Message:
  ---
  pants13-pre: 1.3.0rc2 -> 1.3.0rc4


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


[Nix-commits] [NixOS/nixpkgs] 7c3253: Simple proof of concept for how to do other types ...

2017-05-26 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7c3253e519a572f90a907fc56bb6407da004b24c
  
https://github.com/NixOS/nixpkgs/commit/7c3253e519a572f90a907fc56bb6407da004b24c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/service-managers/docker.nix
A nixos/modules/service-managers/trivial.nix
M nixos/modules/services/security/hologram-server.nix

  Log Message:
  ---
  Simple proof of concept for how to do other types of services


  Commit: 1df505fc3612a98b79984e176eeabb13669b2338
  
https://github.com/NixOS/nixpkgs/commit/1df505fc3612a98b79984e176eeabb13669b2338
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/applications/science/math/ecm/default.nix

  Log Message:
  ---
  ecm: enable on Darwin


  Commit: 594829ddfcd4b93ebdafc3796936567aa7ad5e9d
  
https://github.com/NixOS/nixpkgs/commit/594829ddfcd4b93ebdafc3796936567aa7ad5e9d
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/applications/science/math/msieve/default.nix

  Log Message:
  ---
  msieve: update and enable on Darwin


Compare: https://github.com/NixOS/nixpkgs/compare/8a11612d502d...594829ddfcd4___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c05461: pants13-pre: make it actually work on Linux

2017-05-24 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c05461fde6968588e94c05c610f76518f93d31e4
  
https://github.com/NixOS/nixpkgs/commit/c05461fde6968588e94c05c610f76518f93d31e4
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M pkgs/development/tools/build-managers/pants/default.nix

  Log Message:
  ---
  pants13-pre: make it actually work on Linux

Third time's a charm. Not sure how I thought that three different files
would download and have the same hash, but that's what the old code did.
This one should have the three distinct platform hashes.


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


[Nix-commits] [NixOS/nixpkgs] a43e10: pants13-pre: fix on non-Darwin platforms

2017-05-23 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a43e104adae1487b42397c42f0b0381ced90c8e2
  
https://github.com/NixOS/nixpkgs/commit/a43e104adae1487b42397c42f0b0381ced90c8e2
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M pkgs/development/tools/build-managers/pants/default.nix

  Log Message:
  ---
  pants13-pre: fix on non-Darwin platforms


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


[Nix-commits] [NixOS/nixpkgs] b0adb0: pants13-pre: pre-download the native engine

2017-05-23 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0adb09b328e5394e1a44ceb0a8ce50b40f52b48
  
https://github.com/NixOS/nixpkgs/commit/b0adb09b328e5394e1a44ceb0a8ce50b40f52b48
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
M pkgs/development/tools/build-managers/pants/default.nix

  Log Message:
  ---
  pants13-pre: pre-download the native engine

This saves pants 1.3 from having to download it at startup. Eventually
we'll build it ourselves (it's a rust binary) but for now this works.


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


[Nix-commits] [NixOS/nixpkgs] 9d5c28: pants: fix buggy pathspec version

2017-05-22 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9d5c28d22cf6573da2f75da2b9ec67f351c92f7d
  
https://github.com/NixOS/nixpkgs/commit/9d5c28d22cf6573da2f75da2b9ec67f351c92f7d
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/development/tools/build-managers/pants/default.nix

  Log Message:
  ---
  pants: fix buggy pathspec version

When transplanting the expression in 845d1b28bf57d3f1eb016a323cf15808c0fbfd85
I accidentally switched pants 1.3 to use the old pathspec, which breaks
at runtime. This should fix it.


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


[Nix-commits] [NixOS/nixpkgs] c217f5: darwin.make-bootstrap-tools.test: fix build breaka...

2017-05-05 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c217f59344d6fc8e2299be9a6cdd248d72eae2fd
  
https://github.com/NixOS/nixpkgs/commit/c217f59344d6fc8e2299be9a6cdd248d72eae2fd
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pkgs/stdenv/darwin/make-bootstrap-tools.nix

  Log Message:
  ---
  darwin.make-bootstrap-tools.test: fix build breakage

In the extremely unlikely case that our store hash path ends in several
digits (as is the case right now), the Darwin ld will try to interpret
those digits as a version number and barf. To avoid that, we pass in the
SDK version explicitly to stop it from trying to figure it out from iffy
context.


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


[Nix-commits] [NixOS/nixpkgs] f3a05a: stdenv: disable checkMeta by default until issues ...

2017-05-01 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f3a05a0fb36bc63ce00e47859b0fea4914eb482c
  
https://github.com/NixOS/nixpkgs/commit/f3a05a0fb36bc63ce00e47859b0fea4914eb482c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  stdenv: disable checkMeta by default until issues resolved

https://github.com/NixOS/nixpkgs/pull/25304#issuecomment-298385426


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


[Nix-commits] [NixOS/nixpkgs] 90b971: treewide: fix the remaining issues with meta attri...

2017-04-28 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 90b9719f4fc95e54400a66bffcc8044c568cfa4b
  
https://github.com/NixOS/nixpkgs/commit/90b9719f4fc95e54400a66bffcc8044c568cfa4b
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/applications/kde/kdelibs/default.nix
M pkgs/desktops/gnome-2/bindings/gnome-python/default.nix
M pkgs/development/libraries/ctpp2/default.nix
M pkgs/development/libraries/libsamplerate/default.nix
M pkgs/development/libraries/libtiger/default.nix
M pkgs/development/libraries/libytnef/default.nix
M pkgs/development/libraries/physics/fastnlo/default.nix
M pkgs/development/libraries/speex/default.nix
M pkgs/development/libraries/speexdsp/default.nix
M pkgs/development/misc/avr-gcc-with-avr-libc/default.nix
M pkgs/development/python-modules/astroid/default.nix
M pkgs/development/python-modules/pylint/default.nix
M pkgs/os-specific/linux/bridge-utils/default.nix
M pkgs/os-specific/linux/kbd/default.nix
M pkgs/os-specific/linux/lvm2/default.nix
M pkgs/servers/pulseaudio/default.nix
M pkgs/stdenv/generic/default.nix
M pkgs/tools/inputmethods/anthy/default.nix
M pkgs/tools/package-management/gx/go/default.nix
M pkgs/tools/typesetting/tex/tetex/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  treewide: fix the remaining issues with meta attributes


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


[Nix-commits] [NixOS/nixpkgs] 1a4ca2: treewide: fix assorted issues revealed by the meta...

2017-04-28 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1a4ca220e15480818b78041d46bf0ca438671d33
  
https://github.com/NixOS/nixpkgs/commit/1a4ca220e15480818b78041d46bf0ca438671d33
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M pkgs/development/libraries/libxml2/default.nix
M pkgs/development/libraries/libxslt/default.nix
M pkgs/development/tools/misc/binutils/default.nix
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  treewide: fix assorted issues revealed by the meta checker

Turns out a couple of the licenses were wrong, as well as being strings.


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


[Nix-commits] [NixOS/nixpkgs] 14d8ce: log4cpp: minor fixes to meta fields

2017-04-27 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14d8ce79ee9ffe31986c88f897427f137ff13d58
  
https://github.com/NixOS/nixpkgs/commit/14d8ce79ee9ffe31986c88f897427f137ff13d58
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

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

  Log Message:
  ---
  log4cpp: minor fixes to meta fields


  Commit: 61f0c5e05ec555d8337efde5ec75c29a76f4f9f5
  
https://github.com/NixOS/nixpkgs/commit/61f0c5e05ec555d8337efde5ec75c29a76f4f9f5
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M pkgs/development/libraries/xml-tooling-c/default.nix

  Log Message:
  ---
  xml-tooling-c: minor fixes to meta fields


  Commit: 5d5c1ac8e58491bc2c297a85be01b3785919820f
  
https://github.com/NixOS/nixpkgs/commit/5d5c1ac8e58491bc2c297a85be01b3785919820f
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M pkgs/development/libraries/opensaml-cpp/default.nix

  Log Message:
  ---
  opensaml-cpp: minor fixes to meta fields and parallel building


  Commit: 7c2419df764cf22613bbb7d1aa6b9ea38efa4f2e
  
https://github.com/NixOS/nixpkgs/commit/7c2419df764cf22613bbb7d1aa6b9ea38efa4f2e
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M pkgs/development/libraries/shibboleth-sp/default.nix

  Log Message:
  ---
  shibboleth-sp: minor fixes


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


[Nix-commits] [NixOS/nixpkgs] 9e764a: fetchs3: init simple S3 downloader

2017-04-25 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9e764af72f86a9aff00e977947eeccf445e8bcf3
  
https://github.com/NixOS/nixpkgs/commit/9e764af72f86a9aff00e977947eeccf445e8bcf3
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
A pkgs/build-support/fetchs3/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  fetchs3: init simple S3 downloader


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


[Nix-commits] [NixOS/nixpkgs] 91f55f: xalanc: enable on Darwin

2017-04-25 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 91f55f4e8ac52747024bf8d63511146109bdb14b
  
https://github.com/NixOS/nixpkgs/commit/91f55f4e8ac52747024bf8d63511146109bdb14b
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

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

  Log Message:
  ---
  xalanc: enable on Darwin


  Commit: b2ce7fd3a925127ce1549755433bb2b7cb45e0fd
  
https://github.com/NixOS/nixpkgs/commit/b2ce7fd3a925127ce1549755433bb2b7cb45e0fd
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/development/libraries/xml-security-c/default.nix

  Log Message:
  ---
  xml-security-c: should work on any unix

In practice its xalanc dependency will fail on platforms other than Linux
and Darwin, but if that gets fixed there's no reason this shouldn't work.


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


[Nix-commits] [NixOS/nixpkgs] 9046e5: qt5: fix to work on LLVM 4

2017-04-25 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9046e54f6da793f19874b7ffe2cf767539702f56
  
https://github.com/NixOS/nixpkgs/commit/9046e54f6da793f19874b7ffe2cf767539702f56
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix

  Log Message:
  ---
  qt5: fix to work on LLVM 4

(this is reapplying 6b1957d17ae687f7db09db63667fa6f2cc40990b, which got
lost in a merge)

Including apple_sdk.sdk is generally a recipe for a bad time on LLVM 3.8
and above, since you end up with bad headers in the wrong place that hurt
the new libc++ in 3.8 and above. In this case, qt only wanted the super-
generic SDK for CUPS headers, which we can just depend on directly now.


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


[Nix-commits] [NixOS/nixpkgs] 232e8a: darwin.libSystem: fix intermittent impurity bug

2017-04-25 Thread Dan Peebles
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 232e8a9dad284f9ce0513bf5f62a4bcffcaa478c
  
https://github.com/NixOS/nixpkgs/commit/232e8a9dad284f9ce0513bf5f62a4bcffcaa478c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/os-specific/darwin/apple-source-releases/Libsystem/default.nix
A 
pkgs/os-specific/darwin/apple-source-releases/Libsystem/reexported_libraries

  Log Message:
  ---
  darwin.libSystem: fix intermittent impurity bug

If you've seen issues with libsystem_symptoms.dylib,
this should fix that.
(cherry picked from commit d93f2c38659b6ec5a61428ce504626e742c2a361)


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


[Nix-commits] [NixOS/nixpkgs] b5c839: brotli: fix on Darwin

2017-04-18 Thread Dan Peebles
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b5c83975b4718628b07380ba7b2c1f24d5904fb5
  
https://github.com/NixOS/nixpkgs/commit/b5c83975b4718628b07380ba7b2c1f24d5904fb5
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
M pkgs/tools/compression/brotli/default.nix

  Log Message:
  ---
  brotli: fix on Darwin

(cherry picked from commit 6f0a2af5bccc4f53ae1874ad9aa6103c8cb752f3)


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


[Nix-commits] [NixOS/nixpkgs] d990aa: Refactor nixos-install to separate out filesystem ...

2017-04-16 Thread Dan Peebles
  Branch: refs/heads/copumpkin/nixos-install-refactor
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d990aa716327abb018e8352dcf7ba2fcfb4fc34c
  
https://github.com/NixOS/nixpkgs/commit/d990aa716327abb018e8352dcf7ba2fcfb4fc34c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
M nixos/modules/installer/tools/nixos-install.sh
A nixos/modules/installer/tools/nixos-prepare-root.sh
M nixos/modules/installer/tools/tools.nix
M nixos/tests/installer.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  Refactor nixos-install to separate out filesystem build logic

The key distinction I'm drawing is that there's a component that deals
with the store of the machine being built, and another component for
the store building it. The inner part of it assumes nothing from the
builder (doesn't need chroot or root powers) so it can run comfortably
inside a Nix build, as well as nixos-rebuild. I have some upcoming work
that will use that to significantly speed up and streamline image builds
for NixOS, especially on virtualized hosts like EC2, but it's also a
reasonable speedup on native hosts.


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


[Nix-commits] [NixOS/nixpkgs] 07bbc3: buildbot-master module: fix overly restrictive opt...

2017-04-16 Thread Dan Peebles
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 07bbc3eb5a528db17a6101c459c2e4e85cabdac0
  
https://github.com/NixOS/nixpkgs/commit/07bbc3eb5a528db17a6101c459c2e4e85cabdac0
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/buildbot/master.nix

  Log Message:
  ---
  buildbot-master module: fix overly restrictive option type for masterCfg

(cherry picked from commit 3f116702cc1242e34d008a8f1793e6f542e79472)

Fixes https://github.com/NixOS/nixpkgs/issues/24951


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


[Nix-commits] [NixOS/nixpkgs] 1fd7bf: nano: remove unnecessary Darwin-specific behavior

2017-04-12 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1fd7bf9ee3e7e26526aca139ea881afd478932c3
  
https://github.com/NixOS/nixpkgs/commit/1fd7bf9ee3e7e26526aca139ea881afd478932c3
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

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

  Log Message:
  ---
  nano: remove unnecessary Darwin-specific behavior

It seems to compile just fine without this now that we're on 2.8.1


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


[Nix-commits] [NixOS/nixpkgs] 0b0347: bonnie: fix on Darwin

2017-04-10 Thread Dan Peebles
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0b034797e1bde2d57d57410a95f24b19d3f4d8a8
  
https://github.com/NixOS/nixpkgs/commit/0b034797e1bde2d57d57410a95f24b19d3f4d8a8
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
R pkgs/tools/filesystems/bonnie/bonnie-homebrew.patch
M pkgs/tools/filesystems/bonnie/default.nix

  Log Message:
  ---
  bonnie: fix on Darwin


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


[Nix-commits] [NixOS/nixpkgs] c595d5: cctools-port: 886 -> 895

2017-04-09 Thread Dan Peebles
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c595d5ed3dd05e278c12e740d32bcb3650b6f069
  
https://github.com/NixOS/nixpkgs/commit/c595d5ed3dd05e278c12e740d32bcb3650b6f069
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
R pkgs/os-specific/darwin/cctools/ld-tbd-v2.patch
M pkgs/os-specific/darwin/cctools/port.nix
R pkgs/os-specific/darwin/cctools/undo-unknown-triple.patch

  Log Message:
  ---
  cctools-port: 886 -> 895


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


[Nix-commits] [NixOS/nixpkgs] d93f2c: darwin.libSystem: fix intermittent impurity bug

2017-04-09 Thread Dan Peebles
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d93f2c38659b6ec5a61428ce504626e742c2a361
  
https://github.com/NixOS/nixpkgs/commit/d93f2c38659b6ec5a61428ce504626e742c2a361
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
M pkgs/os-specific/darwin/apple-source-releases/Libsystem/default.nix
A 
pkgs/os-specific/darwin/apple-source-releases/Libsystem/reexported_libraries

  Log Message:
  ---
  darwin.libSystem: fix intermittent impurity bug

If you've seen issues with libsystem_symptoms.dylib,
this should fix that.


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


[Nix-commits] [NixOS/nixpkgs] ec674a: nix: fix evaluation

2017-04-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ec674a63720969a016091171282f9ea014e5f45a
  
https://github.com/NixOS/nixpkgs/commit/ec674a63720969a016091171282f9ea014e5f45a
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

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

  Log Message:
  ---
  nix: fix evaluation

Sorry!


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


[Nix-commits] [NixOS/nixpkgs] fbdc46: nix: fix on LLVM 4.0

2017-04-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fbdc4616ab2bf11d92411f2b59671699268e458a
  
https://github.com/NixOS/nixpkgs/commit/fbdc4616ab2bf11d92411f2b59671699268e458a
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

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

  Log Message:
  ---
  nix: fix on LLVM 4.0


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


[Nix-commits] [NixOS/nixpkgs] 72d901: darwin.make-bootstrap-tools: fix to use LLVM 4

2017-04-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 72d9016b8ba4934d6fdcb3a76ea7cae1ab5149b8
  
https://github.com/NixOS/nixpkgs/commit/72d9016b8ba4934d6fdcb3a76ea7cae1ab5149b8
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

  Changed paths:
M pkgs/stdenv/darwin/make-bootstrap-tools.nix

  Log Message:
  ---
  darwin.make-bootstrap-tools: fix to use LLVM 4

This should now roughly match the bootstrap tools we're using on Darwin


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


[Nix-commits] [NixOS/nixpkgs] 9ae3f3: p7zip: fix purity on Darwin

2017-04-07 Thread Dan Peebles
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9ae3f39e8ec9d27e23e3dd8453181da833a4cc32
  
https://github.com/NixOS/nixpkgs/commit/9ae3f39e8ec9d27e23e3dd8453181da833a4cc32
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M pkgs/tools/archivers/p7zip/default.nix

  Log Message:
  ---
  p7zip: fix purity on Darwin

This should (I hope) get Hydra to build it. Fixes #24714


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


[Nix-commits] [NixOS/nixpkgs] b9e558: stdenv-darwin: bump to use LLVM 4.0 & new bootstra...

2017-04-07 Thread Dan Peebles
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b9e558597de13a044f2f9c00cc8c29d3cce1e55d
  
https://github.com/NixOS/nixpkgs/commit/b9e558597de13a044f2f9c00cc8c29d3cce1e55d
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M pkgs/development/compilers/llvm/4/default.nix
M pkgs/stdenv/darwin/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  stdenv-darwin: bump to use LLVM 4.0 & new bootstrap tools


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


[Nix-commits] [NixOS/nixpkgs] 27cec3: itk: 4.10 -> 4.11

2017-04-07 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 27cec397b1229d6341de52ab878bad80c175c555
  
https://github.com/NixOS/nixpkgs/commit/27cec397b1229d6341de52ab878bad80c175c555
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

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

  Log Message:
  ---
  itk: 4.10 -> 4.11

Also includes a patch to work against clang 4, which was my original
motivation for the 4.10 -> 4.11 upgrade (since it fixed another issue)


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


[Nix-commits] [NixOS/nixpkgs] 1be61d: podofo: fix on LLVM 4

2017-04-06 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1be61d192137ad022a9e1b8fd5d1f3d76fc5bbfc
  
https://github.com/NixOS/nixpkgs/commit/1be61d192137ad022a9e1b8fd5d1f3d76fc5bbfc
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

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

  Log Message:
  ---
  podofo: fix on LLVM 4

Not sure if the things I made optional on Darwin are really worth keeping
at all, but I don't have a Linux box handy so I'm minimizing potential
damage.


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


[Nix-commits] [NixOS/nixpkgs] 0cacae: gcc6: fix for LLVM 4.0

2017-04-06 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0cacae6a5f283ccc1fee8ea718d7e4bb87e6c0a3
  
https://github.com/NixOS/nixpkgs/commit/0cacae6a5f283ccc1fee8ea718d7e4bb87e6c0a3
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
A pkgs/development/compilers/gcc/6/darwin-const-correct.patch
M pkgs/development/compilers/gcc/6/default.nix

  Log Message:
  ---
  gcc6: fix for LLVM 4.0


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


[Nix-commits] [NixOS/nixpkgs] db30cf: earlyoom service: init

2017-04-06 Thread Dan Peebles
p-modules/quicklisp-to-nix-output/trivial-garbage.nix
M 
pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
M pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
M pkgs/development/lisp-modules/quicklisp-to-nix.nix
M pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
M pkgs/development/lisp-modules/quicklisp-to-nix/top-package.emb

  Log Message:
  ---
  quicklispPackages: update to fresh QuickLisp

lispPackages: reduce environment-bombing


  Commit: 4984e7e0534c5f6c782a9914ddc47916f828de41
  
https://github.com/NixOS/nixpkgs/commit/4984e7e0534c5f6c782a9914ddc47916f828de41
  Author: Tim Steinbach <nequissi...@users.noreply.github.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M lib/maintainers.nix
M pkgs/data/fonts/source-han-sans/default.nix
A pkgs/data/fonts/source-han-serif/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #24624 from taku0/source-han-serif

add Source Han Serif font


  Commit: d3ef8dc63353736679c10bbcc879b3a5252fe237
  
https://github.com/NixOS/nixpkgs/commit/d3ef8dc63353736679c10bbcc879b3a5252fe237
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

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

  Log Message:
  ---
  gitlab: 8.17.4 -> 8.17.5

Fixes security issues:

  https://about.gitlab.com/2017/04/05/gitlab-9-dot-0-dot-4-security-release/


  Commit: b70b1b1f0653ef00205168fda29301c389d3d76b
  
https://github.com/NixOS/nixpkgs/commit/b70b1b1f0653ef00205168fda29301c389d3d76b
  Author: Laverne Schrock <laverne@schrock.email>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

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

  Log Message:
  ---
  shotwell: 0.25.90 -> 0.26.0

Simple version bump.


  Commit: 43880af56fa9f530fea380e10df6aee5f9d3ef89
  
https://github.com/NixOS/nixpkgs/commit/43880af56fa9f530fea380e10df6aee5f9d3ef89
  Author: Jaka Hudoklin <offlinehac...@users.noreply.github.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/system/earlyoom.nix

  Log Message:
  ---
  Merge pull request #23135 from ljli/earlyoom-service-init

earlyoom service: init


  Commit: b650a380fd2362c1327aef13cfd0ae18a83cc163
  
https://github.com/NixOS/nixpkgs/commit/b650a380fd2362c1327aef13cfd0ae18a83cc163
  Author: Jaka Hudoklin <offlinehac...@users.noreply.github.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24689 from lverns/bump-shotwell

shotwell: 0.25.90 -> 0.26.0


  Commit: e94437d1ed7616f0e3dfa90498d81e191652cba8
  
https://github.com/NixOS/nixpkgs/commit/e94437d1ed7616f0e3dfa90498d81e191652cba8
  Author: Marius Bergmann <mar...@yeai.de>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

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

  Log Message:
  ---
  mopidy: Add gst-plugins-bad to buildInputs

Needed for processing .m4a files.


  Commit: bde6e3da6f19f75a2b1f44094fabc7139be63c6d
  
https://github.com/NixOS/nixpkgs/commit/bde6e3da6f19f75a2b1f44094fabc7139be63c6d
  Author: Hamish Mackenzie <hamish.k.macken...@googlemail.com>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M pkgs/development/libraries/geoclue/2.0.nix

  Log Message:
  ---
  Fix geoclue build on Darwin


  Commit: aa31d4b803c50d727b24bfd5a24176f067490f9a
  
https://github.com/NixOS/nixpkgs/commit/aa31d4b803c50d727b24bfd5a24176f067490f9a
  Author: Dan Peebles <pump...@me.com>
  Date:   2017

[Nix-commits] [NixOS/nixpkgs] 6f0a2a: brotli: fix on Darwin

2017-04-06 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6f0a2af5bccc4f53ae1874ad9aa6103c8cb752f3
  
https://github.com/NixOS/nixpkgs/commit/6f0a2af5bccc4f53ae1874ad9aa6103c8cb752f3
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/tools/compression/brotli/default.nix

  Log Message:
  ---
  brotli: fix on Darwin


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


[Nix-commits] [NixOS/nixpkgs] 6e5871: nano: fix on Darwin

2017-04-06 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e58719b1b6aa92cd2be1acde768dbc27375ab65
  
https://github.com/NixOS/nixpkgs/commit/6e58719b1b6aa92cd2be1acde768dbc27375ab65
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

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

  Log Message:
  ---
  nano: fix on Darwin

The latest update broke it


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


[Nix-commits] [NixOS/nixpkgs] 6b1957: qt5: fix to work on LLVM 4

2017-04-06 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6b1957d17ae687f7db09db63667fa6f2cc40990b
  
https://github.com/NixOS/nixpkgs/commit/6b1957d17ae687f7db09db63667fa6f2cc40990b
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  qt5: fix to work on LLVM 4

Including apple_sdk.sdk is generally a recipe for a bad time on LLVM 3.8
and above, since you end up with bad headers in the wrong place that hurt
the new libc++ in 3.8 and above. In this case, qt only wanted the super-
generic SDK for CUPS headers, which we can just depend on directly now.


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


[Nix-commits] [NixOS/nixpkgs] aa31d4: cups: fix on Darwin

2017-04-06 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: aa31d4b803c50d727b24bfd5a24176f067490f9a
  
https://github.com/NixOS/nixpkgs/commit/aa31d4b803c50d727b24bfd5a24176f067490f9a
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

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

  Log Message:
  ---
  cups: fix on Darwin

Kinda fix, anyway. Enough to proceed with other stuff :)


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


[Nix-commits] [NixOS/nixpkgs] 3a9c21: rtags: fix for clang/libc++ 4

2017-04-04 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3a9c217804688668404ebfe9a199e6e85297a3a7
  
https://github.com/NixOS/nixpkgs/commit/3a9c217804688668404ebfe9a199e6e85297a3a7
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M pkgs/development/tools/rtags/default.nix
M pkgs/os-specific/darwin/apple-sdk/default.nix

  Log Message:
  ---
  rtags: fix for clang/libc++ 4

This also fixes a missing header in the SDK that rtags needs to work
properly. The underlying cause is that C++ headers got shuffled around a
lot in libc++ 3.8 (I believe) and became more standards-compliant, which
led to a lot of C-compatible passthrough header files being added to it
like math.h, which defines some C++-compatible versions of standard
functions like signbit, while #include_next'ing the system math.h. In
this case, including the SDK was stuffing another math.h in front of the
libc++ shim, which led to all sorts of mysterious failures.


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


[Nix-commits] [NixOS/nixpkgs] 8636ce: caf: fix on clang4

2017-03-30 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8636ce283fd9ec1d16ea604b4dd5a26b8c59c69a
  
https://github.com/NixOS/nixpkgs/commit/8636ce283fd9ec1d16ea604b4dd5a26b8c59c69a
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

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

  Log Message:
  ---
  caf: fix on clang4

Also, enable parallel builds because I got sick of waiting :)


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


[Nix-commits] [NixOS/nixpkgs] 409fe1: qt4: fix to work on clang 4

2017-03-30 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 409fe12f7653bd1d9c20cf2759e32fc38f5c3ef4
  
https://github.com/NixOS/nixpkgs/commit/409fe12f7653bd1d9c20cf2759e32fc38f5c3ef4
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-4.x/4.8/default.nix

  Log Message:
  ---
  qt4: fix to work on clang 4

The new clang is more strict about signed comparisons against pointers,
so this adds a couple of ad-hoc patches to appease it.


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


[Nix-commits] [NixOS/nixpkgs] e38604: libuv: disable tests (temporarily) on Darwin

2017-03-29 Thread Dan Peebles
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e38604916eb826bbfab31f94098379246c250885
  
https://github.com/NixOS/nixpkgs/commit/e38604916eb826bbfab31f94098379246c250885
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  libuv: disable tests (temporarily) on Darwin

They're flaky, break Hydra builds regularly, and lots of stuff depends
transitively on libuv.
(cherry picked from commit 15a1743d87edf9f2c85ded977ced7dba52ad6beb)


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


[Nix-commits] [NixOS/nixpkgs] 6e6af3: minikube: 0.16.0 -> 0.17.1

2017-03-25 Thread Dan Peebles
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e6af33ec4fbaa382efeb90d3e05868dc6fdd8b0
  
https://github.com/NixOS/nixpkgs/commit/6e6af33ec4fbaa382efeb90d3e05868dc6fdd8b0
  Author: Peter Hoeg <pe...@speartail.com>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
M pkgs/applications/networking/cluster/minikube/default.nix

  Log Message:
  ---
  minikube: 0.16.0 -> 0.17.1

(cherry picked from commit 35dbe4d0f1c1ff8496d150c14d518b8efda0632f)


  Commit: ea5800bd4b54db892d0d95f134b0b2011a801b73
  
https://github.com/NixOS/nixpkgs/commit/ea5800bd4b54db892d0d95f134b0b2011a801b73
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
M pkgs/applications/networking/cluster/minikube/default.nix

  Log Message:
  ---
  minikube: switch to build from source & fix on Darwin

Linux behavior should be largely unchanged but we now build minikube
ourselves. Unfortunately localkube is still tricky to build so I pull in
a binary version from upstream.

(cherry picked from commit fe339d281bd1947983a8d590736227707a9f56b9)


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


[Nix-commits] [NixOS/nixpkgs] 306f2c: zsnes: only build on Linux

2017-03-23 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 306f2c65fe06fe6a8538b8056b7455ade882c044
  
https://github.com/NixOS/nixpkgs/commit/306f2c65fe06fe6a8538b8056b7455ade882c044
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/misc/emulators/zsnes/default.nix

  Log Message:
  ---
  zsnes: only build on Linux

It uses callPackage_i686 which forces Linux anyway, and the current setup
just means that we end up with a weird i686-linux job under Darwin.


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


[Nix-commits] [NixOS/nixpkgs] 3263d0: xcbuild: assorted fixes and cleanups

2017-03-21 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3263d02626cadc95a2ddc4e949128d4925c77b02
  
https://github.com/NixOS/nixpkgs/commit/3263d02626cadc95a2ddc4e949128d4925c77b02
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.7/clang/default.nix
M pkgs/development/compilers/llvm/3.8/clang/default.nix
M pkgs/development/compilers/llvm/3.9/clang/default.nix
M pkgs/development/compilers/llvm/4/clang/default.nix
M pkgs/development/tools/xcbuild/default.nix
A pkgs/development/tools/xcbuild/return-false.patch
M pkgs/development/tools/xcbuild/toolchain.nix
M pkgs/development/tools/xcbuild/wrapper.nix

  Log Message:
  ---
  xcbuild: assorted fixes and cleanups

This is in preparation for the LLVM 4 upgrade (which gets more strict
about e.g., return false in xcbuild itself) and also for using xcbuild
more extensively in the Darwin stdenv bootstrap process, which is why I
killed the unnecessary gcc dependency in the toolchain. llvm-cov pretends
to be gcov anyway, so we're fine.


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


[Nix-commits] [NixOS/nixpkgs] 5561ab: libauto: more obscene hackery to make it work on L...

2017-03-21 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5561abd5569e67f04479fe767bcea5038b3618ec
  
https://github.com/NixOS/nixpkgs/commit/5561abd5569e67f04479fe767bcea5038b3618ec
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/os-specific/darwin/apple-source-releases/libauto/default.nix

  Log Message:
  ---
  libauto: more obscene hackery to make it work on LLVM 4

This sort of thing is going to get revamped to be less hackish soon but
for now I want it to work. In this particular case, libc++ 4 (and maybe
earlier) gets very upset if we're imprecise about our const markers, and
I guess libauto was careless. This fixes it (PtrPtrMap) to be correct.


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


[Nix-commits] [NixOS/nixpkgs] 7ad3fd: neuron: fix on clang 3.8 and above

2017-03-20 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ad3fd7ca72113d2790aa223afdb9faa70e9fb7d
  
https://github.com/NixOS/nixpkgs/commit/7ad3fd7ca72113d2790aa223afdb9faa70e9fb7d
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/applications/science/biology/neuron/default.nix

  Log Message:
  ---
  neuron: fix on clang 3.8 and above

This is in preparation for upgrading Darwin stdenv to LLVM 4


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


[Nix-commits] [NixOS/nixpkgs] 93005b: google-gflags: fix on Darwin

2017-03-20 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 93005b82dc4f6e2f5372987005d7dffd2f1b3ea6
  
https://github.com/NixOS/nixpkgs/commit/93005b82dc4f6e2f5372987005d7dffd2f1b3ea6
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/development/libraries/google-gflags/default.nix

  Log Message:
  ---
  google-gflags: fix on Darwin

e721905d0f7c82be94a347f022bdd238b919de9d updated to a version that added
a BUILD file that breaks on case-insensitive filesystems.


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


[Nix-commits] [NixOS/nixpkgs] 972f51: llvmPackages_37.libcxxabi: fix with more recent ve...

2017-03-19 Thread Dan Peebles
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 972f51a2daadfaff74db08cb1ac2061da31b9b3f
  
https://github.com/NixOS/nixpkgs/commit/972f51a2daadfaff74db08cb1ac2061da31b9b3f
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.7/libc++abi.nix

  Log Message:
  ---
  llvmPackages_37.libcxxabi: fix with more recent versions of libc++

The build breaks on libc++ 3.8 and above, which hinders our upgrade to
LLVM 4 for the Darwin stdenv.


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


[Nix-commits] [NixOS/nixpkgs] d80a72: nasm: 2.11.08 -> 2.12.02

2017-03-19 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d80a7210bb8ec1344796cce057e420ed46fb5e77
  
https://github.com/NixOS/nixpkgs/commit/d80a7210bb8ec1344796cce057e420ed46fb5e77
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M pkgs/development/compilers/nasm/default.nix

  Log Message:
  ---
  nasm: 2.11.08 -> 2.12.02

Upgrading primarily because it works with newer LLVM (for the big Darwin
stdenv LLVM bump) but a newer version probably helps for other reasons :)


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


[Nix-commits] [NixOS/nixpkgs] 6ea3ee: gcc5: fix for libc++ 3.8 and above

2017-03-19 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6ea3eefdfc9313c850304d01a398c6199805b726
  
https://github.com/NixOS/nixpkgs/commit/6ea3eefdfc9313c850304d01a398c6199805b726
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M pkgs/development/compilers/gcc/5/default.nix
A pkgs/development/compilers/gcc/5/libcxx38-and-above.patch

  Log Message:
  ---
  gcc5: fix for libc++ 3.8 and above

This is in preparation for the big Darwin LLVM 4.0 stdenv switchover


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


[Nix-commits] [NixOS/nixpkgs] 5a81c6: erlang: patch all versions to work with clang 4

2017-03-19 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5a81c669065f86eb657b60fd0f6513b8435170eb
  
https://github.com/NixOS/nixpkgs/commit/5a81c669065f86eb657b60fd0f6513b8435170eb
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M pkgs/development/interpreters/erlang/R16.nix
M pkgs/development/interpreters/erlang/R16B02-8-basho.nix
M pkgs/development/interpreters/erlang/R17.nix
M pkgs/development/interpreters/erlang/R18.nix
M pkgs/development/interpreters/erlang/R19.nix

  Log Message:
  ---
  erlang: patch all versions to work with clang 4


  Commit: de0849d18098ba8521ef8ae33aa4971068ebb9e3
  
https://github.com/NixOS/nixpkgs/commit/de0849d18098ba8521ef8ae33aa4971068ebb9e3
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
R pkgs/development/interpreters/erlang/R14.nix

  Log Message:
  ---
  erlangR14: delete unreferenced ancient file


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


[Nix-commits] [NixOS/nixpkgs] 079153: stdenv-darwin: bump to use LLVM 4.0 & new bootstra...

2017-03-18 Thread Dan Peebles
  Branch: refs/heads/copumpkin-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 079153c4e180f0ee73c5da098d19acdbf956e477
  
https://github.com/NixOS/nixpkgs/commit/079153c4e180f0ee73c5da098d19acdbf956e477
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-18 (Sat, 18 Mar 2017)

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

  Log Message:
  ---
  stdenv-darwin: bump to use LLVM 4.0 & new bootstrap tools


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


[Nix-commits] [NixOS/nixpkgs] 504b59: pythonPackages.pathspec_0_5: init

2017-03-16 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 504b596e5558316240f19711909b0873f820cf7d
  
https://github.com/NixOS/nixpkgs/commit/504b596e5558316240f19711909b0873f820cf7d
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathspec_0_5: init

The pre-release version of pants needs it. I'll kill the duplicated copy
once the new version of pants is final.


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


[Nix-commits] [NixOS/nixpkgs] e3abe9: pythonPackages.pants13-pre: init

2017-03-15 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e3abe9c6faf2b65717867a3ec97d9e83bfa7
  
https://github.com/NixOS/nixpkgs/commit/e3abe9c6faf2b65717867a3ec97d9e83bfa7
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pants13-pre: init


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


[Nix-commits] [NixOS/nixpkgs] 0cfa1b: openjdk-darwin: use a sensible crypto policy

2017-03-15 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0cfa1b0ddeb5fb4083eea532ea9eccfbc4ad9d98
  
https://github.com/NixOS/nixpkgs/commit/0cfa1b0ddeb5fb4083eea532ea9eccfbc4ad9d98
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M pkgs/development/compilers/openjdk-darwin/8.nix

  Log Message:
  ---
  openjdk-darwin: use a sensible crypto policy

We should really move to a source build of openjdk on Darwin, but that's
tricky so for now we continue to hack around it and do stuff like this,
even though crypto export polices are stupid and make no sense. No, I'm
not bitter at all that I need to do this 


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


[Nix-commits] [NixOS/nixpkgs] 331f5a: go1.4: patch test to work with recent tzdata

2017-03-15 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 331f5a886d2f4e3ebb282a71c7ab77d5facbdf0b
  
https://github.com/NixOS/nixpkgs/commit/331f5a886d2f4e3ebb282a71c7ab77d5facbdf0b
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M pkgs/development/compilers/go/1.4.nix

  Log Message:
  ---
  go1.4: patch test to work with recent tzdata


  Commit: 08314598bb938682049fc5753da13648141c0230
  
https://github.com/NixOS/nixpkgs/commit/08314598bb938682049fc5753da13648141c0230
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M pkgs/development/compilers/go/1.6.nix

  Log Message:
  ---
  go1.6: patch test to work with recent tzdata


  Commit: e6a5ab85b40b5ecbbcc18f518f7cd640f6c3a6e2
  
https://github.com/NixOS/nixpkgs/commit/e6a5ab85b40b5ecbbcc18f518f7cd640f6c3a6e2
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M pkgs/development/compilers/go/1.7.nix

  Log Message:
  ---
  go1.7: patch test to work with recent tzdata


  Commit: 2ffda66f11bfd7f12271ac44ac7010148f73a085
  
https://github.com/NixOS/nixpkgs/commit/2ffda66f11bfd7f12271ac44ac7010148f73a085
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M pkgs/development/compilers/go/1.8.nix

  Log Message:
  ---
  go1.8: patch test to work with recent tzdata


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


[Nix-commits] [NixOS/nixpkgs] 25e75c: kube-aws: 0.8.1 -> 0.9.4

2017-03-13 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 25e75cd5805fe427b1588ed87b108a29cfb81e80
  
https://github.com/NixOS/nixpkgs/commit/25e75cd5805fe427b1588ed87b108a29cfb81e80
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
M pkgs/development/tools/kube-aws/default.nix

  Log Message:
  ---
  kube-aws: 0.8.1 -> 0.9.4

Also, enable on Darwin


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


[Nix-commits] [NixOS/nixpkgs] cf7d4b: kubernetes: 1.5.2 -> 1.5.4

2017-03-12 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cf7d4bf8af4829e6a7ad1abf19109e0a19fcc41c
  
https://github.com/NixOS/nixpkgs/commit/cf7d4bf8af4829e6a7ad1abf19109e0a19fcc41c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M pkgs/applications/networking/cluster/kubernetes/default.nix

  Log Message:
  ---
  kubernetes: 1.5.2 -> 1.5.4


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


[Nix-commits] [NixOS/nixpkgs] 23e4e3: kops: enable on Darwin

2017-03-12 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 23e4e32b91f40a569ca8e0b213ab531455b5fb7e
  
https://github.com/NixOS/nixpkgs/commit/23e4e32b91f40a569ca8e0b213ab531455b5fb7e
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M pkgs/applications/networking/cluster/kops/default.nix

  Log Message:
  ---
  kops: enable on Darwin


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


[Nix-commits] [NixOS/nixpkgs] 7dff6a: kubernetes: fix on Darwin

2017-03-10 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7dff6a8689351069ba3734aad2c90e19b3b835b0
  
https://github.com/NixOS/nixpkgs/commit/7dff6a8689351069ba3734aad2c90e19b3b835b0
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
M pkgs/applications/networking/cluster/kubernetes/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  kubernetes: fix on Darwin

Also bump its Go version to 1.7, since 1.6 is fatally flawed on macOS 10.12


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


[Nix-commits] [NixOS/nixpkgs] 1309b0: buildbot-plugins: use callPackages, since it conta...

2017-03-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1309b0883d51ed834af77c5cd98b8e010c7f8908
  
https://github.com/NixOS/nixpkgs/commit/1309b0883d51ed834af77c5cd98b8e010c7f8908
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

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

  Log Message:
  ---
  buildbot-plugins: use callPackages, since it contains several

This should allow Hydra to build those plugins.


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


[Nix-commits] [NixOS/nixpkgs] c390ce: buildbot NixOS modules: switch to not daemonize

2017-03-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c390cec12249442a4865857b2a10d7755de0740f
  
https://github.com/NixOS/nixpkgs/commit/c390cec12249442a4865857b2a10d7755de0740f
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/buildbot/master.nix
M nixos/modules/services/continuous-integration/buildbot/worker.nix

  Log Message:
  ---
  buildbot NixOS modules: switch to not daemonize

1) The forking behavior of `buildbot start` is temporarily broken for
   mysterious reasons that I'm still looking into
2) Let systemd do the forking: no point in using two different process
   startup wait loops


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


[Nix-commits] [NixOS/nixpkgs] 8e61b7: pythonPackages.pyopenssl: disable tests on Darwin

2017-03-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8e61b7fefa836bc73f3454c79655275c8d829e37
  
https://github.com/NixOS/nixpkgs/commit/8e61b7fefa836bc73f3454c79655275c8d829e37
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pyopenssl: disable tests on Darwin


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


[Nix-commits] [NixOS/nixpkgs] cdfa92: pythonPackages.blockdiag: enable on Darwin and oth...

2017-03-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cdfa92184d9a88d9fce213d2ea603952c2b46ecc
  
https://github.com/NixOS/nixpkgs/commit/cdfa92184d9a88d9fce213d2ea603952c2b46ecc
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.blockdiag: enable on Darwin and other unixes

Seemed to work fine on Darwin


  Commit: a4f8b67783198ded98516244d5a1592cfc463bd8
  
https://github.com/NixOS/nixpkgs/commit/a4f8b67783198ded98516244d5a1592cfc463bd8
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.funcparserlib: enable on Darwin and other unixes

Seemed to work fine on Darwin


  Commit: 0b0b3b80217a6d8614b6def3b2edb78999b364c4
  
https://github.com/NixOS/nixpkgs/commit/0b0b3b80217a6d8614b6def3b2edb78999b364c4
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.webcolors: enable on Darwin and other unixes

Seemed to work fine on Darwin


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


[Nix-commits] [NixOS/nixpkgs] c3939c: buildbot modules: don't put BB users in nixbld gro...

2017-03-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c3939cbcf54619b48cbfef16ae627248b0e22558
  
https://github.com/NixOS/nixpkgs/commit/c3939cbcf54619b48cbfef16ae627248b0e22558
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/buildbot/master.nix
M nixos/modules/services/continuous-integration/buildbot/worker.nix

  Log Message:
  ---
  buildbot modules: don't put BB users in nixbld group

The nixbld group belongs to nix-daemon and you really don't want to be
in it. If you are in it, nix-daemon will kill your processes when you
least expect it :)


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


[Nix-commits] [NixOS/nixpkgs] 15a174: libuv: disable tests (temporarily) on Darwin

2017-03-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 15a1743d87edf9f2c85ded977ced7dba52ad6beb
  
https://github.com/NixOS/nixpkgs/commit/15a1743d87edf9f2c85ded977ced7dba52ad6beb
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

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

  Log Message:
  ---
  libuv: disable tests (temporarily) on Darwin

They're flaky, break Hydra builds regularly, and lots of stuff depends
transitively on libuv.


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


[Nix-commits] [NixOS/nixpkgs] 7c3699: fsharp: enable on Darwin

2017-03-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7c3699b0f61bb5cb1f6a0d8f0b9c69035abd68b2
  
https://github.com/NixOS/nixpkgs/commit/7c3699b0f61bb5cb1f6a0d8f0b9c69035abd68b2
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
M pkgs/development/compilers/fsharp/default.nix

  Log Message:
  ---
  fsharp: enable on Darwin

Seems to work just fine based on my simple tests


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


[Nix-commits] [NixOS/nixpkgs] ccf764: openjdk: stop defaulting Darwin to version 7

2017-03-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ccf7640a4b39a11f8c7f8000536588c48f377ab8
  
https://github.com/NixOS/nixpkgs/commit/ccf7640a4b39a11f8c7f8000536588c48f377ab8
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

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

  Log Message:
  ---
  openjdk: stop defaulting Darwin to version 7

Let's just be consistent with 8. At some point we'll get a proper build
of it from source but until then we might as well standardize on 8, which
has been out for years now and seems to work fine on Darwin.


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


[Nix-commits] [NixOS/nixpkgs] 4ae5f4: pythonPackages.cryptography: fix test on macOS 10....

2017-03-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4ae5f4d3ccbe2bea5b53ebd6600218504f632051
  
https://github.com/NixOS/nixpkgs/commit/4ae5f4d3ccbe2bea5b53ebd6600218504f632051
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.cryptography: fix test on macOS 10.12

Hydra didn't notice because it's running 10.11.


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


[Nix-commits] [NixOS/nixpkgs] 0cb283: aws-sdk-cpp: 1.0.48 -> 1.0.60

2017-03-06 Thread Dan Peebles
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0cb2838d8cd402ba5ee7159dde92c11c5ee4f417
  
https://github.com/NixOS/nixpkgs/commit/0cb2838d8cd402ba5ee7159dde92c11c5ee4f417
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
M pkgs/development/libraries/aws-sdk-cpp/default.nix

  Log Message:
  ---
  aws-sdk-cpp: 1.0.48 -> 1.0.60
(cherry picked from commit 7bc17013f83934de37d2c2eaf0b61a388d312aa4)


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


[Nix-commits] [NixOS/nixpkgs] 2d6a82: aws-sdk-cpp: fix on darwin

2017-03-05 Thread Dan Peebles
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2d6a82a9244d57ff3b42d3cb807b75047976391f
  
https://github.com/NixOS/nixpkgs/commit/2d6a82a9244d57ff3b42d3cb807b75047976391f
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-05 (Sun, 05 Mar 2017)

  Changed paths:
M pkgs/development/libraries/aws-sdk-cpp/default.nix

  Log Message:
  ---
  aws-sdk-cpp: fix on darwin

The LD_LIBRARY_PATH variable does nothing on Darwin, but
DYLD_LIBRARY_PATH does the same thing, so splice in the right variable
based on which system we're working on.

(cherry picked from commit d34ee526a814a6231ec2d400d86fea6d26d450bd)


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


[Nix-commits] [NixOS/nixpkgs] 3f1167: buildbot-master module: fix overly restrictive opt...

2017-03-02 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3f116702cc1242e34d008a8f1793e6f542e79472
  
https://github.com/NixOS/nixpkgs/commit/3f116702cc1242e34d008a8f1793e6f542e79472
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/buildbot/master.nix

  Log Message:
  ---
  buildbot-master module: fix overly restrictive option type for masterCfg


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


[Nix-commits] [NixOS/nixpkgs] 8def08: apache-kafka.service: pass in log4j config more ex...

2017-02-27 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8def08a56cf304fbc55090b280e35b798b72055a
  
https://github.com/NixOS/nixpkgs/commit/8def08a56cf304fbc55090b280e35b798b72055a
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
M nixos/modules/services/misc/apache-kafka.nix

  Log Message:
  ---
  apache-kafka.service: pass in log4j config more explicitly

The implicit behavior of pulling it out of the classpath seemed not
to work properly and could be thrown off by other things on the
classpath also providing the properties file. This guarantees that
our settings stick.


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


[Nix-commits] [NixOS/nixpkgs] 6018cf: amazon-init.service: fix starting services at star...

2017-02-27 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6018cf4a692b5e12e433cc332f8d8f79ccd57ba1
  
https://github.com/NixOS/nixpkgs/commit/6018cf4a692b5e12e433cc332f8d8f79ccd57ba1
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
M nixos/modules/virtualisation/amazon-init.nix
M nixos/tests/ec2.nix

  Log Message:
  ---
  amazon-init.service: fix starting services at startup

We now make it happen later in the boot process so that multi-user
has already activated, so as to not run afoul of the logic in
switch-to-configuration.pl. It's not my favorite solution, but at
least it works. Also added a check to the VM test to catch the failure
so we don't break in future.

Fixes #23121


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


[Nix-commits] [NixOS/nixpkgs] e798f5: make-disk-image.nix: set last fsck time on ext4 im...

2017-02-25 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e798f573f07bfb4b88973496e2292558c3c7b405
  
https://github.com/NixOS/nixpkgs/commit/e798f573f07bfb4b88973496e2292558c3c7b405
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
M nixos/lib/make-disk-image.nix

  Log Message:
  ---
  make-disk-image.nix: set last fsck time on ext4 images to enable 
resize-on-startup


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


[Nix-commits] [NixOS/nixpkgs] 05eb31: google-compute-image.nix: fix evaluation failure

2017-02-24 Thread Dan Peebles
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05eb31fbba5c774ad0def963b84416308bda2ab8
  
https://github.com/NixOS/nixpkgs/commit/05eb31fbba5c774ad0def963b84416308bda2ab8
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-24 (Fri, 24 Feb 2017)

  Changed paths:
M nixos/modules/virtualisation/google-compute-image.nix

  Log Message:
  ---
  google-compute-image.nix: fix evaluation failure

(cherry picked from commit 15c05ad21374f02c0b8de9c9f43ca9c143fb77d7)


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


[Nix-commits] [NixOS/nixpkgs] 15c05a: google-compute-image.nix: fix evaluation failure

2017-02-22 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 15c05ad21374f02c0b8de9c9f43ca9c143fb77d7
  
https://github.com/NixOS/nixpkgs/commit/15c05ad21374f02c0b8de9c9f43ca9c143fb77d7
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
M nixos/modules/virtualisation/google-compute-image.nix

  Log Message:
  ---
  google-compute-image.nix: fix evaluation failure


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


[Nix-commits] [NixOS/nixpkgs] 49641e: make-disk-image.nix: support additional filesystem...

2017-02-22 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 49641e0de006fdc5edd11292b1e94410c3bb8d79
  
https://github.com/NixOS/nixpkgs/commit/49641e0de006fdc5edd11292b1e94410c3bb8d79
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
M nixos/lib/make-disk-image.nix
M nixos/maintainers/scripts/ec2/amazon-image.nix

  Log Message:
  ---
  make-disk-image.nix: support additional filesystem contents

This makes make-disk-image.nix slightly more consistent with other image
builders we have. Unfortunately I duplicated some code in doing so, but
this is temporary duplication on the path to consolidating everything.
See https://github.com/NixOS/nixpkgs/issues/23052 for more details on that.

I'm also exposing the option in the amazon-image.nix maintainer module.


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


[Nix-commits] [NixOS/nixpkgs] 7a113e: fakechroot: 2.17.2 -> 2.19 (with modification)

2017-02-17 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a113e9e83b10b8cf85ed07e10f7c47f5e5c493d
  
https://github.com/NixOS/nixpkgs/commit/7a113e9e83b10b8cf85ed07e10f7c47f5e5c493d
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-17 (Fri, 17 Feb 2017)

  Changed paths:
M pkgs/tools/system/fakechroot/default.nix

  Log Message:
  ---
  fakechroot: 2.17.2 -> 2.19 (with modification)

There's a PR I need merged so this is currently pointing at a fork
on my GitHub but I'll repoint it to mainline once that gets merged.


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


[Nix-commits] [NixOS/nixpkgs] e63d15: ecs-agent NixOS module: enable docker

2017-02-12 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e63d15f1732b2a27c362d376337ecb231f638649
  
https://github.com/NixOS/nixpkgs/commit/e63d15f1732b2a27c362d376337ecb231f638649
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
M nixos/modules/virtualisation/ecs-agent.nix

  Log Message:
  ---
  ecs-agent NixOS module: enable docker


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


[Nix-commits] [NixOS/nixpkgs] e928cb: ssm-agent NixOS module: init

2017-02-12 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e928cb1c631fedde3837dabc518931ea12522163
  
https://github.com/NixOS/nixpkgs/commit/e928cb1c631fedde3837dabc518931ea12522163
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/misc/ssm-agent.nix

  Log Message:
  ---
  ssm-agent NixOS module: init


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


[Nix-commits] [NixOS/nixpkgs] 4c0aae: ssm-agent: init at 2.0.633.0

2017-02-12 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4c0aae964c9e8d3f3e9361583a88c9c4561f6895
  
https://github.com/NixOS/nixpkgs/commit/4c0aae964c9e8d3f3e9361583a88c9c4561f6895
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
A pkgs/applications/networking/cluster/ssm-agent/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ssm-agent: init at 2.0.633.0


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


[Nix-commits] [NixOS/nixpkgs] 380993: ecs-agent module: remove debug print

2017-02-10 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 38099382083bc1475f66d57062f109dcacb6defd
  
https://github.com/NixOS/nixpkgs/commit/38099382083bc1475f66d57062f109dcacb6defd
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
M nixos/modules/virtualisation/ecs-agent.nix

  Log Message:
  ---
  ecs-agent module: remove debug print

Whoops :)


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


[Nix-commits] [NixOS/nixpkgs] 03cab2: ecs-agent: init at 1.14.0

2017-02-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 03cab2d923afec294e068a30c8bdb4a851415880
  
https://github.com/NixOS/nixpkgs/commit/03cab2d923afec294e068a30c8bdb4a851415880
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
A pkgs/applications/virtualization/ecs-agent/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ecs-agent: init at 1.14.0


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


[Nix-commits] [NixOS/nixpkgs] a84864: pythonPackages.lmdb: fix on python 3 and add meta

2017-02-09 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a848643709884b63441055842acf4c242f49e61a
  
https://github.com/NixOS/nixpkgs/commit/a848643709884b63441055842acf4c242f49e61a
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.lmdb: fix on python 3 and add meta


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


[Nix-commits] [NixOS/nixpkgs] 3e7dff: pythonPackages.twitter-common-*: add meta

2017-02-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3e7dffd2b355d37678cc7109803eea412bef5b28
  
https://github.com/NixOS/nixpkgs/commit/3e7dffd2b355d37678cc7109803eea412bef5b28
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.twitter-common-*: add meta

I'd like to share the common meta fields across all of them but it didn't
seem worth it.


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


[Nix-commits] [NixOS/nixpkgs] 554bfe: pythonPackages.pex: add meta

2017-02-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 554bfea26f4cc39b4ed1b09459fc8ad49bc81c65
  
https://github.com/NixOS/nixpkgs/commit/554bfea26f4cc39b4ed1b09459fc8ad49bc81c65
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.pex: add meta


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


[Nix-commits] [NixOS/nixpkgs] e012e1: pythonPackages.pathspec: add meta

2017-02-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e012e1240278253fd37135a5688d57c77d2a54cd
  
https://github.com/NixOS/nixpkgs/commit/e012e1240278253fd37135a5688d57c77d2a54cd
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.pathspec: add meta


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


[Nix-commits] [NixOS/nixpkgs] 825ef2: pythonPackages.pants: fix typo in license

2017-02-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 825ef235baee02caf22690697a53f33fbe20b40c
  
https://github.com/NixOS/nixpkgs/commit/825ef235baee02caf22690697a53f33fbe20b40c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.pants: fix typo in license


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


[Nix-commits] [NixOS/nixpkgs] 84542b: pythonPackages.pants: add meta

2017-02-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 84542bb6f43a4246db05e30e28e28272dec8c3d2
  
https://github.com/NixOS/nixpkgs/commit/84542bb6f43a4246db05e30e28e28272dec8c3d2
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.pants: add meta


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


[Nix-commits] [NixOS/nixpkgs] 4fef9b: pythonPackages.ansicolors: add meta

2017-02-08 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4fef9bf8570238394e88f55fe4222e5ca13471b2
  
https://github.com/NixOS/nixpkgs/commit/4fef9bf8570238394e88f55fe4222e5ca13471b2
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.ansicolors: add meta


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


[Nix-commits] [NixOS/nixpkgs] 97bf06: pants: init at 1.2.1

2017-02-07 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 97bf0637d5bec8d1fe7a9b0b5a220528afbac97c
  
https://github.com/NixOS/nixpkgs/commit/97bf0637d5bec8d1fe7a9b0b5a220528afbac97c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

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

  Log Message:
  ---
  pants: init at 1.2.1

This will need more patching to work properly (especially for python
builds), but I've been able to convince it to build some simple java and
scala projects in its current form so I figured I'd spread it.


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


[Nix-commits] [NixOS/nixpkgs] 2ac2bd: pythonPackages.pyenchant: fix on darwin

2017-02-06 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ac2bd187eb9f76252f5dfea80c78549c64ed3b8
  
https://github.com/NixOS/nixpkgs/commit/2ac2bd187eb9f76252f5dfea80c78549c64ed3b8
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-06 (Mon, 06 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.pyenchant: fix on darwin


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


[Nix-commits] [NixOS/nixpkgs] 7bc170: aws-sdk-cpp: 1.0.48 -> 1.0.60

2017-02-02 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7bc17013f83934de37d2c2eaf0b61a388d312aa4
  
https://github.com/NixOS/nixpkgs/commit/7bc17013f83934de37d2c2eaf0b61a388d312aa4
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M pkgs/development/libraries/aws-sdk-cpp/default.nix

  Log Message:
  ---
  aws-sdk-cpp: 1.0.48 -> 1.0.60


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


[Nix-commits] [NixOS/nixpkgs] d34ee5: aws-sdk-cpp: fix on darwin

2017-02-01 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d34ee526a814a6231ec2d400d86fea6d26d450bd
  
https://github.com/NixOS/nixpkgs/commit/d34ee526a814a6231ec2d400d86fea6d26d450bd
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M pkgs/development/libraries/aws-sdk-cpp/default.nix

  Log Message:
  ---
  aws-sdk-cpp: fix on darwin

The LD_LIBRARY_PATH variable does nothing on Darwin, but
DYLD_LIBRARY_PATH does the same thing, so splice in the right variable
based on which system we're working on.


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


[Nix-commits] [NixOS/nixpkgs] ced27b: fluentd module: add configurable package option

2017-01-27 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ced27b2966ecad3ccf275779f054188642ae9818
  
https://github.com/NixOS/nixpkgs/commit/ced27b2966ecad3ccf275779f054188642ae9818
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
M nixos/modules/services/logging/fluentd.nix

  Log Message:
  ---
  fluentd module: add configurable package option


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


[Nix-commits] [NixOS/nixpkgs] ed83ec: lkl: fix impure reference to /usr/bin/env

2017-01-25 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ed83ec1b65f2923914e2fe97cc4f8214fc0e1d07
  
https://github.com/NixOS/nixpkgs/commit/ed83ec1b65f2923914e2fe97cc4f8214fc0e1d07
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
M pkgs/applications/virtualization/lkl/default.nix

  Log Message:
  ---
  lkl: fix impure reference to /usr/bin/env


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


[Nix-commits] [NixOS/nixpkgs] b299e5: fluentd: 0.14.0 -> 0.14.11, with more plugins

2017-01-24 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b299e508eab87b26f3624421a35d76efa026ae3b
  
https://github.com/NixOS/nixpkgs/commit/b299e508eab87b26f3624421a35d76efa026ae3b
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
M pkgs/tools/misc/fluentd/Gemfile
M pkgs/tools/misc/fluentd/Gemfile.lock
M pkgs/tools/misc/fluentd/gemset.nix

  Log Message:
  ---
  fluentd: 0.14.0 -> 0.14.11, with more plugins

I added the most popular plugins (S3, kafka, kinesis, mongo, etc.)
and tried to bring it closer to the set of plugins they bundle with
td-agent, without getting rid of the ones we already have today. We
should probably make this overridable more generically going forward
but this should scratch most itches today.


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


[Nix-commits] [NixOS/nixpkgs] 3ab26f: lkl: update to d7470730

2017-01-17 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3ab26fdb70175d04b7654c177ce709fac41efc06
  
https://github.com/NixOS/nixpkgs/commit/3ab26fdb70175d04b7654c177ce709fac41efc06
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
M pkgs/applications/virtualization/lkl/default.nix

  Log Message:
  ---
  lkl: update to d7470730


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


[Nix-commits] [NixOS/nixpkgs] f1a9bc: lkl: init

2017-01-16 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f1a9bc356ecaef1d399ed7f245d7160c87427a9c
  
https://github.com/NixOS/nixpkgs/commit/f1a9bc356ecaef1d399ed7f245d7160c87427a9c
  Author: Dan Peebles <pump...@me.com>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
A pkgs/applications/virtualization/lkl/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  lkl: init


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


[Nix-commits] [NixOS/nixpkgs] 377cef: apple-sdk: 10.9 -> 10.11

2016-12-19 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 377cef8d16c47df74d2653432d9bba968236c8a0
  
https://github.com/NixOS/nixpkgs/commit/377cef8d16c47df74d2653432d9bba968236c8a0
  Author: Dan Peebles <pump...@me.com>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M pkgs/os-specific/darwin/apple-sdk/default.nix
M pkgs/os-specific/darwin/apple-sdk/frameworks.nix

  Log Message:
  ---
  apple-sdk: 10.9 -> 10.11


  Commit: f3b65f67d98a2e67c739d4b76b3340eda1dd06f4
  
https://github.com/NixOS/nixpkgs/commit/f3b65f67d98a2e67c739d4b76b3340eda1dd06f4
  Author: Dan Peebles <pump...@me.com>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M pkgs/applications/virtualization/xhyve/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  xhyve: update and fix to use our Hypervisor framework


Compare: https://github.com/NixOS/nixpkgs/compare/405507acac95...f3b65f67d98a___
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 <pump...@me.com>
  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


  1   2   >