[Nix-commits] [NixOS/nixpkgs] 0bc342: lkl: 2017-03-24 -> 2017-06-27

2017-06-28 Thread Daniel Peebles
gs/commit/09194cafa848cd1743327fa6e147d67a4bbf67f3 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M pkgs/applications/virtualization/lkl/default.nix Log Message: --- Merge pull request #26937 from joachifm/lkl-4_11 lkl: 2017-03-24 -> 20

[Nix-commits] [NixOS/nixpkgs] 0fafa0: erlang: remove erlangR16 and all versioned variant...

2017-06-26 Thread Daniel Peebles
2197e7 https://github.com/NixOS/nixpkgs/commit/2dc0eaf0f164acb5dea0a400997cc86d762197e7 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-06-26 (Mon, 26 Jun 2017) Changed paths: M pkgs/top-level/all-packages.nix Log Message: --- Merge pull re

Re: [Nix-dev] nixos-unstable-small channel is not updating anymore

2017-06-26 Thread Daniel Peebles
This sort of thing seems like it could also be caught by this feature I added a few weeks ago: https://github.com/NixOS/nixpkgs/pull/25304 It started off disabled by default, then I tried enabling it by default, and then disabled it by default again. It checks meta fields against a schema and

Re: [Nix-dev] concatAttrs :: [attrSet] -> attrSet ?

2017-05-30 Thread Daniel Peebles
My favorite interface for this type of operation is from Haskell's Data.Map, in pseudo-Haskell notation: unionWithKey : (String -> a -> a -> a) -> Attrs a -> Atrs a -> Attrs a unionWith : (a -> a -> a) -> Attrs a -> Attrs a -> Attrs a unionWith = f: unionWithKey (_: f) This should be sufficient

[Nix-commits] [NixOS/nixpkgs] e84549: lkl: add meta.homepage

2017-05-23 Thread Daniel Peebles
tps://github.com/NixOS/nixpkgs/commit/454041a557b39cb030e8e53a723844ec0cefdaa3 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-23 (Tue, 23 May 2017) Changed paths: M pkgs/applications/virtualization/lkl/default.nix Log Message: --- Merge pull req

[Nix-commits] [NixOS/nixpkgs] 467a91: nixStable: remove old patches

2017-05-23 Thread Daniel Peebles
1dd82f Commit: ec117f761f01bc47c11dc24528faf4506f57ece1 https://github.com/NixOS/nixpkgs/commit/ec117f761f01bc47c11dc24528faf4506f57ece1 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-23 (Tue, 23 May 2017) Changed paths: M pkgs/tools/package-ma

[Nix-commits] [NixOS/nixpkgs] b737dd: pants13-pre: 1.3.0.dev19 -> 1.3.0rc2

2017-05-22 Thread Daniel Peebles
S/nixpkgs/commit/eb3eddad26158a95a5abfdf35f2e72b39fc16004 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-22 (Mon, 22 May 2017) Changed paths: M pkgs/development/tools/build-managers/pants/default.nix Log Message: --- Merge pull request #2599

Re: [Nix-dev] Need any mirror in Asia?

2017-05-08 Thread Daniel Peebles
Copying this from another related thread: https://mailman.science.uu.nl/pipermail/nix-dev/2016-October/022029.html On Sun, May 7, 2017 at 9:33 PM, Karibu wrote: > Hi Zimbatm, > > This would be the first time for me. > > Can yoy brief me on the details and tools needed? > >

[Nix-commits] [NixOS/nixpkgs] d57510: nginx: remove syslog module

2017-05-03 Thread Daniel Peebles
e24606 https://github.com/NixOS/nixpkgs/commit/8f71273a2c496250198395b119754d69aae24606 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-03 (Wed, 03 May 2017) Changed paths: M pkgs/servers/http/nginx/modules.nix Log Message: --- Merge pull re

[Nix-commits] [NixOS/nixpkgs] 65d06f: capnproto: 0.5.3 -> 0.6.0

2017-05-03 Thread Daniel Peebles
gs/commit/2e51d27787d55391dd9f703bae4d9ffe5e87b18b Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-03 (Wed, 03 May 2017) Changed paths: R pkgs/development/libraries/capnproto/clang4.patch M pkgs/development/libraries/capnproto/default.nix Log Message: -

[Nix-commits] [NixOS/nixpkgs] 9f18af: Add Shibboleth Service Provider Module

2017-05-02 Thread Daniel Peebles
commit/436ece25b62353e5aa426242c2c796e94582071e Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-02 (Tue, 02 May 2017) Changed paths: M nixos/modules/module-list.nix A nixos/modules/services/security/shibboleth-sp.nix Log Message: --- Merge pull request #25422 fr

[Nix-commits] [NixOS/nixpkgs] 064882: pants13-pre: 1.3.0.dev13 -> 1.3.0.dev19

2017-05-01 Thread Daniel Peebles
Commit: 1de27d461c6a1bd1d8efdd742192951a4921f15f https://github.com/NixOS/nixpkgs/commit/1de27d461c6a1bd1d8efdd742192951a4921f15f Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-01 (Mon, 01 May 2017) Changed paths: M pkgs/top-level/python-packages.nix

[Nix-commits] [NixOS/nixpkgs] 361314: nixos-prepare-root: force symlink at /run

2017-05-01 Thread Daniel Peebles
commit/daf16b5679e4c371afe76e5ebe672fb68bb60dfe Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-05-01 (Mon, 01 May 2017) Changed paths: M nixos/modules/installer/tools/nixos-prepare-root.sh Log Message: --- Merge pull request #25391 from Mic92/nixos-prepare

[Nix-commits] [NixOS/nixpkgs] 32ae4b: stdenv-generic: add meta attribute checking

2017-04-28 Thread Daniel Peebles
6cb567 https://github.com/NixOS/nixpkgs/commit/76137a801d96294e90a9d4d3132c7516d86cb567 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M pkgs/stdenv/generic/default.nix Log Message: --- Merge pull request

[Nix-commits] [NixOS/nixpkgs] e61b4b: terraform: 0.9.3 => 0.9.4

2017-04-27 Thread Daniel Peebles
gs/commit/14adea91566019549f33392d4710d9babd0108d7 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M pkgs/applications/networking/cluster/terraform/default.nix M pkgs/top-level/all-packages.nix Log Message: -

[Nix-commits] [NixOS/nixpkgs] da6c83: log4shib: init at 1.0.9

2017-04-27 Thread Daniel Peebles
boleth-sp: init at 2.6.0 Commit: b3b6b2e38c62afb3f0ef7900bcb7f5c1e6692368 https://github.com/NixOS/nixpkgs/commit/b3b6b2e38c62afb3f0ef7900bcb7f5c1e6692368 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: A pkgs/

[Nix-commits] [NixOS/nixpkgs] ee2cff: azure-image: switch to use the common make-disk-im...

2017-04-25 Thread Daniel Peebles
Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M nixos/modules/virtualisation/azure-image.nix Log Message: --- Merge pull request #25197 from copumpkin/azure-image-common azure-image: switch to use the

[Nix-commits] [NixOS/nixpkgs] d4fb8c: linux-headers: Remove stray linux headers 3.18 nix...

2017-04-24 Thread Daniel Peebles
commit/3ae7f249dad73ed6debec5733dabb8937debb489 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-04-24 (Mon, 24 Apr 2017) Changed paths: R pkgs/os-specific/linux/kernel-headers/3.18.nix Log Message: --- Merge pull request #25187 from obsidiansystems/remove-stray-ke

[Nix-commits] [NixOS/nixpkgs] 9fae0f: google-compute-image: switch to use the common mak...

2017-04-24 Thread Daniel Peebles
commit/f2d1aa05de4d925998d67b5ac9b6512a3cb67d81 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-04-24 (Mon, 24 Apr 2017) Changed paths: M nixos/modules/virtualisation/google-compute-image.nix Log Message: --- Merge pull request #25165 from copumpkin/google-image-common go

[Nix-commits] [NixOS/nixpkgs] f1708a: make-disk-image: change to be less VM-centric

2017-04-23 Thread Daniel Peebles
hanges to NixOS activation scripts and switch-to-configuration.pl, and I don't want to bite off too much at once. Commit: 7025fc6d06dec04ca047ff46a18b92a79c6031f0 https://github.com/NixOS/nixpkgs/commit/7025fc6d06dec04ca047ff46a18b92a79c6031f0 Author: Daniel Peebles &

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

2017-04-17 Thread Daniel Peebles
Commit: e9f1d8693a666af293d690fabe561eea29c748a1 https://github.com/NixOS/nixpkgs/commit/e9f1d8693a666af293d690fabe561eea29c748a1 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-04-17 (Mon, 17 Apr 2017) Changed paths: M nixos/modules/installer/tools/nixos-install.sh

Re: [Nix-dev] Darwin on Hydra.nixos.org

2017-04-17 Thread Daniel Peebles
Jude Taylor might know what's going on; otherwise we'll need to get in and poke around. On Mon, Apr 17, 2017 at 4:05 AM, Vladimír Čunát wrote: > Hi, > I see that there are lots of failures in recent Darwin builds, all saying: > > > Aborted: program >

[Nix-dev] Please provide input on my attempts to rework how NixOS builds images

2017-04-13 Thread Daniel Peebles
Hi all, Eelco and I are having a slight disagreement on how to proceed on a PR of mine and we figured we'd ask the community for opinions. If you've dealt with images in Nix and/or virtual machines, please continue reading. *tl;dr:* please give thumbs up or down on

[Nix-commits] [NixOS/nixpkgs] 3ab45f: treewide: use boolToString function

2017-04-13 Thread Daniel Peebles
/notty/default.nix M pkgs/development/ocaml-modules/vg/default.nix Log Message: --- treewide: use boolToString function Commit: 09a9a472ee783b40c2a3dd287bbe9d3c60f8fc58 https://github.com/NixOS/nixpkgs/commit/09a9a472ee783b40c2a3dd287bbe9d3c60f8fc58 Author: Daniel P

[Nix-commits] [NixOS/nixpkgs] 5eb75c: xcbuild: add app bundle specs

2017-04-12 Thread Daniel Peebles
default.nix M pkgs/development/tools/xib2nib/default.nix Log Message: --- xib2nib: add meta also: - NSPlist - PlistCpp Commit: f21a6940da9a70b25506069943eccdc0855750f3 https://github.com/NixOS/nixpkgs/commit/f21a6940da9a70b25506069943eccdc0855750f3 Author: Daniel P

Re: [Nix-dev] Nix init system

2017-04-06 Thread Daniel Peebles
I'd much rather the effort be invested in a service abstraction layer like https://github.com/NixOS/nixpkgs/pull/5246 was. Then people could stick other init systems behind it, but we could also start taking advantage of NixOS service definitions for completely different systems. For example, most

Re: [Nix-dev] NixOS Security Advisory: Docker Local Privilege Escalation

2017-04-05 Thread Daniel Peebles
Benley: any idea why that is? It seems kind of unusual for nixos-rebuild switch to not change things like that... On Tue, Apr 4, 2017 at 6:28 PM, ben...@gmail.com wrote: > Worth noting: Running `nixos-rebuild switch` is insufficient to make > this fix take effect. You may

Re: [Nix-dev] Editor for the configuration file

2017-04-04 Thread Daniel Peebles
nano should be preinstalled on all NixOS systems. Is it not? On Tue, Apr 4, 2017 at 2:00 PM, Andreas Meyer wrote: > Hello! > > Wanted to look into NixOS but cannot get the network to run > without having an editor. Any chance in this? > > Greetings > > Andreas > >

Re: [Nix-dev] updating my mesos cluster to 17.03

2017-04-04 Thread Daniel Peebles
Danylo, have you filed an issue for that? Sorry it's not working properly for you but people won't fix the issues if they don't know about them On Fri, Mar 31, 2017 at 9:59 AM, Danylo Hlynskyi wrote: > Rolled back to 16.09, because Gnome3+gdb is unusable in 17.03 (system

Re: [Nix-dev] Darwin + staging + libcxx

2017-04-04 Thread Daniel Peebles
Very strange, since it definitely builds (and works) just fine on my laptop. I guess we'll just have to wait until the log issue is sorted out? On Tue, Apr 4, 2017 at 6:36 AM, Vladimír Čunát wrote: > On 04/04/2017 11:59 AM, Robin Gloster wrote: > > You can check the logs at

Re: [Nix-dev] Darwin + staging + libcxx

2017-04-03 Thread Daniel Peebles
I don't think it's reproducible. I was able to build locally, and I think it's just failing repeatedly on Hydra because it's a cached failure. Of course, the missing logs means it's impossible for us to figure out what's failing on Hydra, but it seemed to be working on my machine. It'd be nice to

[Nix-commits] [NixOS/nixpkgs] ab0ea8: libdc1394: patch bugs on darwin

2017-03-28 Thread Daniel Peebles
r when using clang. Commit: da79d1f01f6bd70833543cab5308d2439c429f9e https://github.com/NixOS/nixpkgs/commit/da79d1f01f6bd70833543cab5308d2439c429f9e Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-28 (Tue, 28 Mar 2017) Changed paths: A pkgs

[Nix-commits] [NixOS/nixpkgs] 85fab7: kubernetes: 1.5.4 -> 1.5.6

2017-03-28 Thread Daniel Peebles
r 2017) Changed paths: M pkgs/applications/networking/cluster/kubernetes/default.nix Log Message: --- kubernetes: 1.5.4 -> 1.5.6 Commit: f33e19aa2ccf781de01ddd94ba087db6231d35bc https://github.com/NixOS/nixpkgs/commit/f33e19aa2ccf781de01ddd94ba087db6231d35bc Autho

[Nix-commits] [NixOS/nixpkgs] ecae31: swift: init at 3.1

2017-03-28 Thread Daniel Peebles
commit/cea6bfac1c2c73f228a077cdfdd12eabd8cd3633 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-28 (Tue, 28 Mar 2017) Changed paths: A pkgs/development/compilers/swift/default.nix A pkgs/development/compilers/swift/patches/0001-build-presets-linux-don-t-require-using

[Nix-commits] [NixOS/nixpkgs] 01d8d1: rustc: use llvm_39

2017-03-28 Thread Daniel Peebles
29b09e Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-28 (Tue, 28 Mar 2017) Changed paths: M pkgs/development/compilers/rust/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #24418 from LnL7/darwin-rust

[Nix-commits] [NixOS/nixpkgs] 7ddd50: libcxx-4: add pthread_mach_thread_np patch

2017-03-26 Thread Daniel Peebles
https://github.com/NixOS/nixpkgs/commit/eab30996bd6a8ed2b74f49276146fab8c6d17597 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-26 (Sun, 26 Mar 2017) Changed paths: M pkgs/development/compilers/llvm/4/libc++/default.nix A pkgs/development/compilers

[Nix-commits] [NixOS/nixpkgs] f36f21: go: Respect $NIX_SSL_CERT_FILE

2017-03-26 Thread Daniel Peebles
opment/compilers/go/ssl-cert-file-1.8.patch Log Message: --- go: Respect $NIX_SSL_CERT_FILE Commit: 826ae5ff214c5c190297805592ab60bab3d1107c https://github.com/NixOS/nixpkgs/commit/826ae5ff214c5c190297805592ab60bab3d1107c Author: Daniel Peebles <copump...@users.noreply.g

[Nix-dev] Nix for internal projects and monorepos

2017-03-24 Thread Daniel Peebles
Hi all, I've been ruminating about the best way to deal with an internal (to a company or otherwise private) package set with Nix, especially with a monorepo. My first inclination would be to leave Nix expressions (as default.nix) alongside the project source code, and use path references in

[Nix-commits] [NixOS/nixpkgs] 76e095: fetchRepoProject: init.

2017-03-23 Thread Daniel Peebles
or now. Commit: a9644fb1f04f736d43c6d665d95fe72891233b88 https://github.com/NixOS/nixpkgs/commit/a9644fb1f04f736d43c6d665d95fe72891233b88 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-23 (Thu, 23 Mar 2017) Changed paths: A pkgs/b

[Nix-commits] [NixOS/nixpkgs] be1c8c: fox: fix build with clang >=4 and possibly other v...

2017-03-22 Thread Daniel Peebles
S/nixpkgs/commit/f5aebcd465926640d39d63ce6ef62ead5d4106c4 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-22 (Wed, 22 Mar 2017) Changed paths: A pkgs/development/libraries/fox/clang.patch M pkgs/development/libraries/fox/default.nix Log Message:

[Nix-commits] [NixOS/nixpkgs] 9e95fb: Fix typo

2017-03-22 Thread Daniel Peebles
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9e95fb05c5b37fb10d8aa865390fd1a9e52b7175 https://github.com/NixOS/nixpkgs/commit/9e95fb05c5b37fb10d8aa865390fd1a9e52b7175 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-2

[Nix-commits] [NixOS/nixpkgs] 2676d4: atomicparsley: fix build with llvm 4

2017-03-21 Thread Daniel Peebles
r 2017) Changed paths: M pkgs/tools/video/atomicparsley/default.nix Log Message: --- atomicparsley: fix build with llvm 4 Commit: 16a0c383241136c4de8fd97276c85dd1e2269bde https://github.com/NixOS/nixpkgs/commit/16a0c383241136c4de8fd97276c85dd1e2269bde Author: Daniel P

[Nix-commits] [NixOS/nixpkgs] a2a82d: gfortran/gcc: simplify & clean up on Darwin

2017-03-21 Thread Daniel Peebles
on Darwin This should eliminate the branched logic for gfortran on Darwin, as well as preventing accidental inclusion of impure paths in gcc and gfortran builds. Commit: 555a37e5bc3b3813a1c6e7bacd4c7dce4c45f507 https://github.com/NixOS/nixpkgs/commit/555a37e5bc3b3813a1c6e7bacd4c7dce4c45f507 Auth

[Nix-commits] [NixOS/nixpkgs] 72de3d: yaws: erlang R17 -> R18

2017-03-20 Thread Daniel Peebles
r 2017) Changed paths: M pkgs/top-level/all-packages.nix Log Message: --- yaws: erlang R17 -> R18 Commit: 0c1b6003462ae333032476e0e70b4acbfc9051f3 https://github.com/NixOS/nixpkgs/commit/0c1b6003462ae333032476e0e70b4acbfc9051f3 Author: Daniel Peeble

[Nix-commits] [NixOS/nixpkgs] f3aeb3: llvm-39: a couple of improvements

2017-03-19 Thread Daniel Peebles
vation. I also disable TSAN on Darwin to maintain consistency with 4.0, which disables it because it forces an unfree dependency in the stdenv. Commit: 5148be48662ae9a72e6c4d21aa6cfb0f3dc8b47c https://github.com/NixOS/nixpkgs/commit/5148be48662ae9a72e6c4d21aa6cfb0f3dc8b47c Author:

[Nix-commits] [NixOS/nixpkgs] 2cb440: llvm-4: small improvements on Darwin and elsewhere

2017-03-18 Thread Daniel Peebles
rn off. This is in preparation for using LLVM 4 in the Darwin stdenv and by default across nixpkgs. Commit: e965d6d5f54ff9703db5f7e5232acdcf35548c4c https://github.com/NixOS/nixpkgs/commit/e965d6d5f54ff9703db5f7e5232acdcf35548c4c Author: Daniel Peebles <copump...@users.noreply.github.co

[Nix-commits] [NixOS/nixpkgs] db05f4: qtmultimedia-5.7: disable alsa on darwin

2017-03-16 Thread Daniel Peebles
Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M pkgs/development/libraries/qt-5/5.7/qtmultimedia.nix Log Message: --- Merge pull request #23974 from cleverca22/qtmultimedia qtmultimedia-5.7: disable al

[Nix-commits] [NixOS/nixpkgs] 04fa8e: darwin: add setup-hook to fix CF references

2017-03-15 Thread Daniel Peebles
use pure CF Commit: 38a03817b03b01dd89c94f0b683b4b445d69e42d https://github.com/NixOS/nixpkgs/commit/38a03817b03b01dd89c94f0b683b4b445d69e42d Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-15 (Wed, 15 Mar 2017) Changed paths: A pkgs/build-suppo

[Nix-commits] [NixOS/nixpkgs] 59b795: apple-sdk: 10.9 -> 10.10

2017-03-15 Thread Daniel Peebles
use it depended on my 10.11 frameworks, which were flawed) Commit: d78f3de21bdb333c341eea52070e82ad1e46612f https://github.com/NixOS/nixpkgs/commit/d78f3de21bdb333c341eea52070e82ad1e46612f Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-15 (Wed, 15 Mar 2

[Nix-commits] [NixOS/nixpkgs] fe339d: minikube: switch to build from source & fix on Dar...

2017-03-13 Thread Daniel Peebles
so I pull in a binary version from upstream. Commit: 26fc26a97923d2f803233b3812296c131799b2db https://github.com/NixOS/nixpkgs/commit/26fc26a97923d2f803233b3812296c131799b2db Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-13 (Mon, 13 Mar 2017) Chan

[Nix-commits] [NixOS/nixpkgs] ca5a1d: buildbot: fix .withPlugins to propagate inputs

2017-03-08 Thread Daniel Peebles
having to compute the transitive closure myself. Commit: 9dc3c904de82e9ee0ab22c9cbdb3c50c3002d82e https://github.com/NixOS/nixpkgs/commit/9dc3c904de82e9ee0ab22c9cbdb3c50c3002d82e Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-03-08 (Wed, 08 Mar 2017

[Nix-commits] [NixOS/nixpkgs] d849c0: Build support

2017-02-27 Thread Daniel Peebles
-- javaPackages: Use artifactId/groupId Commit: 1f779398c9a4ce43fab0d60141b6ae23892f684e https://github.com/NixOS/nixpkgs/commit/1f779398c9a4ce43fab0d60141b6ae23892f684e Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths: M p

[Nix-commits] [NixOS/nixpkgs] 7e97cb: version: Extend /etc/os-release

2017-02-25 Thread Daniel Peebles
om/NixOS/nixpkgs/commit/2f36be3816c997d829f1d0488400b087addcc996 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-02-26 (Sun, 26 Feb 2017) Changed paths: M nixos/modules/misc/version.nix Log Message: --- Merge pull request #23190 from primeos/os-

[Nix-commits] [NixOS/nixpkgs] 3f971d: vault: 0.6.4 -> 0.6.5

2017-02-16 Thread Daniel Peebles
ri, 17 Feb 2017) Changed paths: M pkgs/tools/security/vault/default.nix Log Message: --- vault: 0.6.4 -> 0.6.5 Commit: 96c152f98eeffe3fd532dcd208479a01513b34f2 https://github.com/NixOS/nixpkgs/commit/96c152f98eeffe3fd532dcd208479a01513b34f2 Author: Daniel Peeble

[Nix-commits] [NixOS/nixpkgs] b17268: amazon-init NixOS module: fix (I think) race condi...

2017-02-16 Thread Daniel Peebles
ecause the `nixos-rebuild` couldn't get anything from the binary cache should stop. I hope! Commit: 19a9099eb25795a8caa408f842a5254920157456 https://github.com/NixOS/nixpkgs/commit/19a9099eb25795a8caa408f842a5254920157456 Author: Daniel Peebles <copump...@users.noreply.github.co

[Nix-dev] "Monitoring" NixOS?

2017-02-13 Thread Daniel Peebles
Hi all, I just packaged up the AWS SSM agent [1], which is a cool system for automated management of fleets of machines both in AWS and outside of it, allowing you to run commands on all of them, check "inventory" across all of them automatically, set policies on disparate types of machines, and

[Nix-commits] [NixOS/nixpkgs] eff30a: awscli: 1.11.35 -> 1.11.45, botocore: 1.4.92 -> 1....

2017-02-09 Thread Daniel Peebles
ixOS/nixpkgs/commit/8cb9142b581cc89bb86e277cf913c4e6e24edafc Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M pkgs/top-level/python-packages.nix Log Message: --- Merge pull request #22605 from terretta/maste

[Nix-commits] [NixOS/nixpkgs] 1d85e0: hologram: 8d86e3f -> d20d1c3

2017-02-02 Thread Daniel Peebles
gs/commit/ff8a21e03cfa4ec3c62ad4db1b63abd53046823a Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M nixos/modules/module-list.nix A nixos/modules/services/security/hologram-agent.nix A nixos/modules/services/security/hologram-server.nix

[Nix-commits] [NixOS/nixpkgs] eebee9: apache-kafka service: change default brokerId to -...

2017-01-24 Thread Daniel Peebles
Using -1 instead tells it to pick one automatically at first start. Commit: 95add2c2f76521793ee7fed8140411420b53e055 https://github.com/NixOS/nixpkgs/commit/95add2c2f76521793ee7fed8140411420b53e055 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2017-01-24

[Nix-commits] [NixOS/nixpkgs] df7b4f: httpd module: don't create documentRoot directory ...

2017-01-08 Thread Daniel Peebles
e when it tried to write into a read-only store path because I accidentally pointed it to the wrong store path. Commit: b0264bb63cf0aa604fa60382605a5856baa35c9d https://github.com/NixOS/nixpkgs/commit/b0264bb63cf0aa604fa60382605a5856baa35c9d Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] 6e26fe: xcbuild: add meta

2016-12-15 Thread Daniel Peebles
/NixOS/nixpkgs/commit/774301ab0a4f8243d8fb88d9c4151d2067baa336 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-12-15 (Thu, 15 Dec 2016) Changed paths: M pkgs/development/tools/xcbuild/default.nix M pkgs/development/tools/xcbuild/platform.nix M pkgs

[Nix-commits] [NixOS/nixpkgs] ac4f27: darwin.CoreOSMakefiles: remove

2016-12-15 Thread Daniel Peebles
error: attribute ‘CoreOSMakefiles’ missing, at /Users/mbauer/Projects/nixpkgs2/pkgs/os-specific/darwin/apple-source-releases/default.nix:140:71 Commit: 0f17a2ba1e1c111c4be526df73851f19d3d7e07d https://github.com/NixOS/nixpkgs/commit/0f17a2ba1e1c111c4be526df73851f19d3d7e07d Author:

[Nix-commits] [NixOS/nixpkgs] a3dbad: wxmac: fix build with clang-3.8

2016-12-14 Thread Daniel Peebles
ub.com/NixOS/nixpkgs/commit/d77db89c3ffe7152639e7c94b22a63562d2dba62 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-12-14 (Wed, 14 Dec 2016) Changed paths: M pkgs/development/libraries/wxmac/default.nix R pkgs/development/libraries/wxmac/wx.patch M pk

[Nix-commits] [NixOS/nixpkgs] 761257: darwin.libunwind: fix install phase

2016-12-14 Thread Daniel Peebles
002880 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-12-14 (Wed, 14 Dec 2016) Changed paths: M pkgs/os-specific/darwin/apple-source-releases/libunwind/default.nix Log Message: --- Merge pull request #21003 from LnL7/darwin-libunwind darwin.li

[Nix-commits] [NixOS/nixpkgs] a80cac: fetchFromGitHub: add fetchSubmodules option

2016-11-18 Thread Daniel Peebles
nction consistently with all GitHub repositories. Note it doesn't change the previous behavior. Commit: e8bb0a5ef7e0f0d94bdb96ece9da8fffa25fe9cf https://github.com/NixOS/nixpkgs/commit/e8bb0a5ef7e0f0d94bdb96ece9da8fffa25fe9cf Author: Daniel Peebles <copump...@users.noreply.github.co

[Nix-commits] [NixOS/nixpkgs] de8713: xcbuild: add wrapper

2016-11-16 Thread Daniel Peebles
xcbuild - add more comments - fixup xcbuild derivations Affected xcbuild derivations include: - adv_cmds - network_cmds - basic_cmds Commit: f6a7296499cb397651f3ec8d7244330db88980d7 https://github.com/NixOS/nixpkgs/commit/f6a7296499cb397651f3ec8d7244330db88980d7 Author: Daniel Peebl

[Nix-commits] [NixOS/nixpkgs] 1810f5: saxonb: Use sha256

2016-11-11 Thread Daniel Peebles
v 2016) Changed paths: M pkgs/development/libraries/java/saxon/default8.nix Log Message: --- saxonb: Use sha256 Commit: 903814e068645b4e4109169ff07452e32d997da5 https://github.com/NixOS/nixpkgs/commit/903814e068645b4e4109169ff07452e32d997da5 Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] b43a43: pangoxsl: Use sha256

2016-11-11 Thread Daniel Peebles
v 2016) Changed paths: M pkgs/development/libraries/pangoxsl/default.nix Log Message: --- pangoxsl: Use sha256 Commit: 0838c10e22c30dda7cda5fe43e891c69dd0dbe63 https://github.com/NixOS/nixpkgs/commit/0838c10e22c30dda7cda5fe43e891c69dd0dbe63 Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] dc3f9c: jdom: use sha256

2016-11-11 Thread Daniel Peebles
commit/eadb0f733b6c2954da830cd81648230b09db7fa7 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-11-11 (Fri, 11 Nov 2016) Changed paths: M pkgs/development/libraries/java/jdom/builder.sh M pkgs/development/libraries/java/jdom/default.nix Log Message: --- Merge

[Nix-commits] [NixOS/nixpkgs] 7d4ffa: saxon: use sha256

2016-11-11 Thread Daniel Peebles
v 2016) Changed paths: M pkgs/development/libraries/java/saxon/default.nix Log Message: --- saxon: use sha256 Commit: cd112c5e03d169915d34b7f820b567356450e8f6 https://github.com/NixOS/nixpkgs/commit/cd112c5e03d169915d34b7f820b567356450e8f6 Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] 7fedbe: opencv3: Move IPP to use sha256

2016-11-11 Thread Daniel Peebles
v 2016) Changed paths: M pkgs/development/libraries/opencv/3.x.nix Log Message: --- opencv3: Move IPP to use sha256 Commit: 843cfd67418358bad6e739cf7fc3b3b115cb6ad8 https://github.com/NixOS/nixpkgs/commit/843cfd67418358bad6e739cf7fc3b3b115cb6ad8 Author: Daniel P

[Nix-commits] [NixOS/nixpkgs] e41d2a: db44: remove outdated version

2016-11-01 Thread Daniel Peebles
l/all-packages.nix Log Message: --- db47: remove outdated version Commit: 1fa9d99776a4cb68c202e65b0587ff58438f59cb https://github.com/NixOS/nixpkgs/commit/1fa9d99776a4cb68c202e65b0587ff58438f59cb Author: Daniel Peebles <copump...@users.noreply.github.com> Date:

[Nix-commits] [NixOS/nixpkgs] 3e648d: pythonPackages.awscli: 1.10.51 -> 1.11.10

2016-10-28 Thread Daniel Peebles
xOS/nixpkgs/commit/ed9b30728f56add5990f24e9bdb6d8de493a6b7d Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M pkgs/top-level/python-packages.nix Log Message: --- Merge pull request #19947 from zimbatm/awscli-1.11.10 Awscli

[Nix-commits] [NixOS/nixpkgs] d9bc6e: top-level: Make `stdenv/default.nix` more concise ...

2016-10-28 Thread Daniel Peebles
commit/46d0af7fec1e6b78eec44d48f409fbcb2662e657 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M pkgs/stdenv/default.nix M pkgs/stdenv/native/default.nix Log Message: --- Merge pull request

[Nix-commits] [NixOS/nixpkgs] 107c03: Python: remove pythonSmall

2016-10-16 Thread Daniel Peebles
upport by default. Then we build with x11Support as well so we get the tkinter module and put that in a separate package. Commit: 1e916de64070b59fa30c288df43ff59b380559d1 https://github.com/NixOS/nixpkgs/commit/1e916de64070b59fa30c288df43ff59b380559d1 Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] 6152c1: Re-enable support for OS X 10.10 for darwin.

2016-10-13 Thread Daniel Peebles
Commit: 9615afa04b75291a298853ae8e72ca56da9eb622 https://github.com/NixOS/nixpkgs/commit/9615afa04b75291a298853ae8e72ca56da9eb622 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-10-13 (Thu, 13 Oct 2016) Changed paths: M pkgs/os-specific/darwin/apple-source-releases/Libsystem/system_c_s

[Nix-commits] [NixOS/nixpkgs] c5a772: gdb: disable format hardening

2016-10-13 Thread Daniel Peebles
t 2016) Changed paths: M pkgs/development/tools/misc/gdb/default.nix Log Message: --- gdb: disable format hardening Commit: 9703a72f70033e570fd9c4eb4ea130dd44b0f61e https://github.com/NixOS/nixpkgs/commit/9703a72f70033e570fd9c4eb4ea130dd44b0f61e Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] 4e87ea: unixODBC: enable build for darwin

2016-10-13 Thread Daniel Peebles
s/case-insensitive.patch M pkgs/development/compilers/pakcs/default.nix Log Message: --- pakcs: fixed for darwin Commit: 3e2fe0127b824b103f2edfa0675c27b37ef8ef95 https://github.com/NixOS/nixpkgs/commit/3e2fe0127b824b103f2edfa0675c27b37ef8ef95 Author

[Nix-commits] [NixOS/nixpkgs] d8a030: [darwin.stdenv] Fix to work on Sierra

2016-10-12 Thread Daniel Peebles
commit/77d1fb94f18bc5a8cbc72f0ab8da1a28df1752f5 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M pkgs/development/compilers/llvm/3.7/llvm.nix M pkgs/os-specific/darwin/apple-source-releases/Libsystem/default.nix

Re: [Nix-dev] Cycle detected in references when building systemd

2016-10-10 Thread Daniel Peebles
See also https://github.com/NixOS/nix/issues/481 On Mon, Oct 10, 2016 at 8:57 AM, Eelco Dolstra wrote: > Hi, > > On 10/10/2016 02:43 PM, Jan Synáček wrote: > > >> You can find the exact cause of these cycles using good old "grep -r". > > > > Pardon my ignorance, but

[Nix-commits] [NixOS/nixpkgs] 5baecb: ptpython: init at 0.35

2016-10-05 Thread Daniel Peebles
Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-10-05 (Wed, 05 Oct 2016) Changed paths: M lib/maintainers.nix M pkgs/top-level/python-packages.nix Log Message: --- Merge pull request #19272 from mlieberman85/add-ptpython ptpython: init at 0.

[Nix-commits] [NixOS/nixpkgs] 6bfbb7: mongodb: fix build on OSX by adding Security frame...

2016-10-04 Thread Daniel Peebles
commit/548bcd0de130f9dfe3595d9e9f58b1071402fbf0 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-10-05 (Wed, 05 Oct 2016) Changed paths: M pkgs/servers/nosql/mongodb/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request

[Nix-commits] [NixOS/nixpkgs] 098113: maintainers: change smironov email

2016-09-28 Thread Daniel Peebles
p 2016) Changed paths: M lib/maintainers.nix Log Message: --- maintainers: change smironov email Commit: 58ce50fedfa09eec7ecd7c643987f2f8ec611d41 https://github.com/NixOS/nixpkgs/commit/58ce50fedfa09eec7ecd7c643987f2f8ec611d41 Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] 8d8f57: mention-bot: notify me when darwin stdenv stuff ch...

2016-09-11 Thread Daniel Peebles
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8d8f57d4aa8bf0aa3b7301a751b5240646981e42 https://github.com/NixOS/nixpkgs/commit/8d8f57d4aa8bf0aa3b7301a751b5240646981e42 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-09-1

[Nix-commits] [NixOS/nixpkgs] 69a5e3: bs1770gain: disable clang error

2016-08-24 Thread Daniel Peebles
com> Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M pkgs/tools/text/unrtf/default.nix Log Message: --- unrtf: fix darwin build unrtf needs libiconv on Darwin. Linux has issues with the -liconv flag, but it's provided by gcc anyway. Commit: 3f337a2b23eab043fbea3b1

[Nix-commits] [NixOS/nixpkgs] 24f695: cc-wrapper: handle -nostdinc{++, }

2016-08-19 Thread Daniel Peebles
g 2016) Changed paths: M pkgs/build-support/cc-wrapper/cc-wrapper.sh Log Message: --- cc-wrapper: handle -nostdinc{++,} Commit: 57e6f19cad69ec318dd89e6f47d23ee3f91df3e3 https://github.com/NixOS/nixpkgs/commit/57e6f19cad69ec318dd89e6f47d23ee3f91df3e3 Author: Daniel P

[Nix-commits] [NixOS/nixpkgs] 092b6b: gnupg: Fix gpgsm linking for gnupg 2.1.14

2016-08-15 Thread Daniel Peebles
omment about when to drop fix-gpgsm-linking.patch Commit: 65ed79a1e86cc0e48a6d2a5e08bb336551ee0337 https://github.com/NixOS/nixpkgs/commit/65ed79a1e86cc0e48a6d2a5e08bb336551ee0337 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-08-15 (Mon, 15 Aug 2016

[Nix-commits] [NixOS/nixpkgs] 2ae5db: acct: only build on linux

2016-08-01 Thread Daniel Peebles
01 Aug 2016) Changed paths: M pkgs/tools/system/acct/default.nix Log Message: --- acct: only build on linux Commit: ef3719716da74a40e68bd4d48a58b4399a24cc5e https://github.com/NixOS/nixpkgs/commit/ef3719716da74a40e68bd4d48a58b4399a24cc5e Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] b18dde: s3cmd: Fix file library path for darwin

2016-07-18 Thread Daniel Peebles
18 Jul 2016) Changed paths: M pkgs/top-level/python-packages.nix Log Message: --- s3cmd: Fix file library path for darwin Commit: e556effc09778077413bbeff9a0fe8f27e793c56 https://github.com/NixOS/nixpkgs/commit/e556effc09778077413bbeff9a0fe8f27e793c56 Author:

Re: [Nix-dev] Stackage Support Will Be Discontinued

2016-06-10 Thread Daniel Peebles
Yeah. I think there's a tough balance to strike in OSS between feedback and gratitude, and most of us have been on both wrong sides of it in the past. Peter is putting all this work in for free and has almost single-handedly been responsible for drawing a sizable chunk of the Haskell community

[Nix-commits] [NixOS/nixpkgs] ac2625: p7zip: Fix darwin build

2016-05-26 Thread Daniel Peebles
26 May 2016) Changed paths: M pkgs/tools/archivers/p7zip/default.nix Log Message: --- p7zip: Fix darwin build Commit: be6710d02984235e9a57f212af3246aa67e89d61 https://github.com/NixOS/nixpkgs/commit/be6710d02984235e9a57f212af3246aa67e89d61 Author: Daniel Peebles &

[Nix-commits] [NixOS/nixpkgs] 0bd54a: Update PR template with motivation for changes

2016-05-24 Thread Daniel Peebles
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0bd54a6d5d4eba361c5b8ff04dd3c02d6dbfb259 https://github.com/NixOS/nixpkgs/commit/0bd54a6d5d4eba361c5b8ff04dd3c02d6dbfb259 Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-05-2

[Nix-dev] "IO" in Nix

2016-05-23 Thread Daniel Peebles
Hi all, I've been experimenting with a pattern recently that I'd say is fairly close to a Haskell notion of IO. I have a collection of Nix-centered scripts that need to perform fairly restricted side effects: - Build an AMI (image) for AWS - Write some disk image stuff to a raw device -

Re: [Nix-dev] Users of 32-bit NixOS channels?

2016-05-17 Thread Daniel Peebles
I have a ticket open for this on the Hydra tracker, if it helps: https://github.com/NixOS/hydra/issues/283 On Mon, May 16, 2016 at 6:33 PM, wrote: > Eelco, is this info available? Maybe we can check downloads of some 32 bit > package that most NixOSes use but people who just

[Nix-commits] [NixOS/nixpkgs] a1d44a: pythonPackages.mitmproxy: fetchurl -> fetchFromGit...

2016-05-09 Thread Daniel Peebles
Author: Daniel Peebles <copump...@users.noreply.github.com> Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M pkgs/top-level/python-packages.nix Log Message: --- Merge pull request #15331 from colemickens/fix_mitmproxy pythonPackages.mitmproxy: fetchurl -> fetchFr

Re: [Nix-dev] all-packages.nix and the unoverridable self.

2016-05-08 Thread Daniel Peebles
Did you figure this out? I'm curious whether something got messed up in the recent changes. On Mon, May 2, 2016 at 2:23 AM, wrote: > Something seems wrong / bizzare with the recursion in all-packages.nix > > I've been trying to override linux_4_4 in my configuration.nix

Re: [Nix-dev] New undeclared dependency for Nix itself?

2016-04-03 Thread Daniel Peebles
Oh, I see. My assumption was that you had a pre-existing Nix and were doing the dev-shell thing described in here: https://github.com/NixOS/nix/blob/master/doc/manual/hacking.xml#L29-L31 Yeah, I don't know how one is supposed to bootstrap a new platform nowadays. On Sat, Apr 2, 2016 at 5:13 PM,

Re: [Nix-dev] New undeclared dependency for Nix itself?

2016-04-02 Thread Daniel Peebles
Run configurePhase, not ./configure. You'll find that we pass quite a few things in through $confgureFlags and just typing ./configure loses those. Something similar bit me the other day, but the readme does say to write configurePhase. > On Apr 2, 2016, at 06:06, ml.softw...@leenaa.rs wrote:

Re: [Nix-dev] Question on package signing and security?

2016-03-28 Thread Daniel Peebles
There's also some discussion on the scope of signatures here: https://github.com/NixOS/nix/issues/613 On Mon, Mar 28, 2016 at 9:15 AM, Thomas Hunger wrote: > The manual has some info: > > https://nixos.org/nix/manual/#operation-generate-binary-cache-key > > It's a fairly

Re: [Nix-dev] i686-darwin?

2016-03-01 Thread Daniel Peebles
Never thought I'd see anyone do i686-darwin, since I think there were a total of maybe two ancient Mac Mini models that didn't support x86_64! In principle it shouldn't be hard to do but I think you'll find that almost nothing has ever been tested on that system so there might be some odd

  1   2   >