[Nix-dev] Haskell workflow - ghc not in PATH - recommended way / documentation?

2016-06-23 Thread Marc Weber
It's way too much work to keep maintaining my nixpkgs-haskell-overlay. Trying the workflow specified in the manual: 1) ./default.nix: { nixpkgs ? import {}, compiler ? "ghc7102" }: nixpkgs.pkgs.haskell.packages.${compiler}.callPackage ./foo.nix { } 2) cabal2nix . >| foo.nix 3) nix-shell

Re: [Nix-dev] Haskell workflow - ghc not in PATH - recommended way / documentation?

2016-06-23 Thread Brian McKenna
I think you might want to use: nix-shell -A env The `env` attribute creates a derivation that brings in GHC. You can generate a shell.nix via `cabal2nix --shell` which detects if you're in a shell and automatically uses the attribute. On 23 June 2016 at 19:24, Marc Weber

[Nix-commits] [NixOS/nixpkgs] 3cf282: kde5.kauth: remove unused kauth-policy-install.pat...

2016-06-23 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3cf282473c8a1927728c562cc8613f0026cf4ea5 https://github.com/NixOS/nixpkgs/commit/3cf282473c8a1927728c562cc8613f0026cf4ea5 Author: Tobias Geerinckx-Rice Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 9e8592: wine: set default features in all-packages

2016-06-23 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9e8592d6b9531347845eff12f35666335646ce29 https://github.com/NixOS/nixpkgs/commit/9e8592d6b9531347845eff12f35666335646ce29 Author: Nikolay Amiantov Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] b3bcb5: tcsh: import an Arch patch (merging the two patche...

2016-06-23 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b3bcb59bd5fddc3c0f74bbe120de561bbea29878 https://github.com/NixOS/nixpkgs/commit/b3bcb59bd5fddc3c0f74bbe120de561bbea29878 Author: Michael Raskin <7c6f4...@mail.ru> Date: 2016-06-23 (Thu, 23 Jun 2016)

Re: [Nix-dev] NixOS hangs on boot after upgrading 15.09 -> 16.03; systemd update to blame?

2016-06-23 Thread Tomasz Czyż
James, maybe it's worth to open the ticket on https://github.com/NixOS/nixpkgs/issues/ 2016-06-23 4:08 GMT+01:00 James Cook : > On 22 June 2016 at 19:27, James Cook wrote: > > After updating my desktop from 15.09 to 16.03, it hangs on boot after >

[Nix-commits] [NixOS/nixpkgs] 09d505: pythonPackages.cffi: 1.5.2 -> 1.7.0

2016-06-23 Thread Frederik Rietdijk
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: 09d505c40f3842835b6c82940f5d01ba3ffb1c4a https://github.com/NixOS/nixpkgs/commit/09d505c40f3842835b6c82940f5d01ba3ffb1c4a Author: Frederik Rietdijk Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 5bff6f: wine: restore old features

2016-06-23 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5bff6fef557590d2287853db8a1d25870c0b9dc4 https://github.com/NixOS/nixpkgs/commit/5bff6fef557590d2287853db8a1d25870c0b9dc4 Author: Nikolay Amiantov Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] d87455: pypi2nix: Use pypi mirror (#16451)

2016-06-23 Thread Jussi Mäki
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d87455a0991cb5bba675ee2a04f7d0ab6ad17942 https://github.com/NixOS/nixpkgs/commit/d87455a0991cb5bba675ee2a04f7d0ab6ad17942 Author: Jussi Mäki Date: 2016-06-23 (Thu, 23 Jun

[Nix-commits] [NixOS/nixpkgs] 7de7a3: zpaqd: 7.07 -> 7.08

2016-06-23 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7de7a35d59bceb8f97647015c2f712787f8f50ba https://github.com/NixOS/nixpkgs/commit/7de7a35d59bceb8f97647015c2f712787f8f50ba Author: Tobias Geerinckx-Rice Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] a1083a: doc: Update stripHash documentation

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a1083a5d274bdbff0ebf3d7ea63a4d0d6268b2cc https://github.com/NixOS/nixpkgs/commit/a1083a5d274bdbff0ebf3d7ea63a4d0d6268b2cc Author: Tom Boettcher Date: 2016-06-21 (Tue, 21 Jun

[Nix-commits] [NixOS/nixpkgs] d18608: Python: buildPyPIPackage and buildPyPIApplication

2016-06-23 Thread Frederik Rietdijk
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: d186083cbaf4536b1b28a6192a7b35ee9687ab14 https://github.com/NixOS/nixpkgs/commit/d186083cbaf4536b1b28a6192a7b35ee9687ab14 Author: Frederik Rietdijk Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 43b63c: pythonPackages.cffi: 1.5.2 -> 1.7.0

2016-06-23 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 43b63c1d2ba5ed6b0d7a57a187141976c2058ef3 https://github.com/NixOS/nixpkgs/commit/43b63c1d2ba5ed6b0d7a57a187141976c2058ef3 Author: Frederik Rietdijk Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-dev] Building mesos from git

2016-06-23 Thread Maarten Hoogendoorn
Hi there, I want to experiment a bit with some of the features of a unreleased mesos. I've copied the mesos package definition from nixpkgs to a separate dir, and have modified it to point to a git repository. The result is in a GitHub repo [1] The log [2] shows that it compiles all C++ stuff,

Re: [Nix-dev] Building mesos from git

2016-06-23 Thread Kamil Chmielewski
Hi, setting zip_safe=False in https://github.com/apache/mesos/blob/master/src/python/setup.py.in may solve the issue, like in https://github.com/noirbizarre/django-eztables/pull/17 -- Kamil 2016-06-23 14:17 GMT+02:00 Maarten Hoogendoorn : > Hi there, > > I want to

[Nix-commits] [NixOS/nixpkgs] a709f6: networkmanager/l2tp: fix format error on x86/32bit

2016-06-23 Thread obadz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a709f60d7b52f1ae5ac5f6bc114cde9295f45773 https://github.com/NixOS/nixpkgs/commit/a709f60d7b52f1ae5ac5f6bc114cde9295f45773 Author: obadz Date: 2016-06-23 (Thu, 23 Jun 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 7a9392: zstd: 0.7.0 -> 0.7.1

2016-06-23 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7a93926a91ea52dc7d6590dd7955097379ee263a https://github.com/NixOS/nixpkgs/commit/7a93926a91ea52dc7d6590dd7955097379ee263a Author: Tobias Geerinckx-Rice Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 0b0ee2: pythonPackages.toolz: use buildPyPIPackage

2016-06-23 Thread Frederik Rietdijk
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: 0b0ee2bfe6cbd499cfdff549382a50fa31c9a934 https://github.com/NixOS/nixpkgs/commit/0b0ee2bfe6cbd499cfdff549382a50fa31c9a934 Author: Frederik Rietdijk Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] ccbb3f: docker: Expose completions for fish

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ccbb3fa541b7b908dadbeaf6f1edb8aa1493f6f8 https://github.com/NixOS/nixpkgs/commit/ccbb3fa541b7b908dadbeaf6f1edb8aa1493f6f8 Author: Leon Isenberg Date: 2016-06-20 (Mon, 20 Jun

[Nix-commits] [NixOS/nixpkgs] 6b25cb: parallel: 20160422 -> 20160622

2016-06-23 Thread Pascal Wittmann
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6b25cba125b8003194b54b518f6e5434ab4e6537 https://github.com/NixOS/nixpkgs/commit/6b25cba125b8003194b54b518f6e5434ab4e6537 Author: Rahul Gopinath Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 8b5675: yubikey-neo-manager: init at 1.4.0

2016-06-23 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8b5675da37769b9d70e45635a531f8f6ac3f4f87 https://github.com/NixOS/nixpkgs/commit/8b5675da37769b9d70e45635a531f8f6ac3f4f87 Author: Marius Bakke Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 91bc34: zanshin: 0.2.1 -> 0.3.1

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 91bc34f05bbdf1a50f41df9fdf338854df3e81eb https://github.com/NixOS/nixpkgs/commit/91bc34f05bbdf1a50f41df9fdf338854df3e81eb Author: Jos van den Oever Date: 2016-06-20 (Mon, 20 Jun

[Nix-commits] [NixOS/nixpkgs] ba0d3c: texstudio: 2.9.4 -> 2.11.0

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ba0d3ce5f13089c42d7b934ec2b65962335e5b2d https://github.com/NixOS/nixpkgs/commit/ba0d3ce5f13089c42d7b934ec2b65962335e5b2d Author: mimadrid Date: 2016-06-20 (Mon, 20 Jun 2016) Changed

[Nix-commits] [NixOS/nixpkgs] ea4738: gnome-keyring: remove unused configure flag

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ea4738ff4f2fee509fc142c0e8fa03b061e51235 https://github.com/NixOS/nixpkgs/commit/ea4738ff4f2fee509fc142c0e8fa03b061e51235 Author: Philip Potter Date: 2016-06-21 (Tue, 21 Jun

[Nix-commits] [NixOS/nixpkgs] 31a88b: togglesg-download: 2016-02-08 -> 2016-05-31

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 31a88b46647a6fd0a5098552e4bae386747c503d https://github.com/NixOS/nixpkgs/commit/31a88b46647a6fd0a5098552e4bae386747c503d Author: Peter Hoeg Date: 2016-06-21 (Tue, 21 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] a1d422: timewarrior: 2016-03-29 -> 0.9.5.alpha

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a1d42293ec90191419bdee781b5075e592c6fc6f https://github.com/NixOS/nixpkgs/commit/a1d42293ec90191419bdee781b5075e592c6fc6f Author: Matthias Beyer Date: 2016-06-21 (Tue, 21 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 5d3ace: dislocker: init at 0.6.1

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5d3ace24e908a4aedede37f460a878cedbcfe43b https://github.com/NixOS/nixpkgs/commit/5d3ace24e908a4aedede37f460a878cedbcfe43b Author: Eric Litak Date: 2016-06-20 (Mon, 20 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 544d9a: collectd: add snmp support

2016-06-23 Thread Kyle McKean
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 544d9a762031355413213d9efebb9d7fdaaf0a20 https://github.com/NixOS/nixpkgs/commit/544d9a762031355413213d9efebb9d7fdaaf0a20 Author: Kyle McKean Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 0067fa: collectd: add snmp support

2016-06-23 Thread Kyle McKean
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 0067fa05388829050c926bded9b360ce15fb9b22 https://github.com/NixOS/nixpkgs/commit/0067fa05388829050c926bded9b360ce15fb9b22 Author: Kyle McKean Date: 2016-06-23 (Thu, 23 Jun

[Nix-commits] [NixOS/nixpkgs] 34363d: xpra: add missing python 'rencode' module

2016-06-23 Thread Bjørn Forsman
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 34363d77b0cbb9bc8046691b12d21fa4463f8233 https://github.com/NixOS/nixpkgs/commit/34363d77b0cbb9bc8046691b12d21fa4463f8233 Author: Bjørn Forsman Date: 2016-06-23 (Thu, 23 Jun

[Nix-commits] [NixOS/nixpkgs] 14f3ec: pythonPackage.word2vec: init at 0.9.1

2016-06-23 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 14f3ec571862776bda67af34a4f518abaa9ec1e6 https://github.com/NixOS/nixpkgs/commit/14f3ec571862776bda67af34a4f518abaa9ec1e6 Author: NikolaMandic Date: 2016-06-17 (Fri, 17 Jun 2016)

Re: [Nix-dev] nix-shell, user-environments and persistent environments - confusion!

2016-06-23 Thread Matthias Beyer
Hi, just want to set a ping on this, maybe someone can help me here. On 20-06-2016 19:59:19, Matthias Beyer wrote: > Hi, > > maybe someone can clear things up for me: > > I want persistent development environments[0] which is do-able, but > nowhere is stated how to upgrade and even more

[Nix-commits] [NixOS/nixpkgs] b27ebf: datamash: 1.0.7 -> 1.1.0

2016-06-23 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b27ebfa4a7274d772cfeceb3b060f5ec162ca63c https://github.com/NixOS/nixpkgs/commit/b27ebfa4a7274d772cfeceb3b060f5ec162ca63c Author: Rahul Gopinath Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 5ee7f0: wine: fix gstreamer support

2016-06-23 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5ee7f081e300a573b356848d3270dbf3aae2de89 https://github.com/NixOS/nixpkgs/commit/5ee7f081e300a573b356848d3270dbf3aae2de89 Author: Nikolay Amiantov Date: 2016-06-24 (Fri, 24 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 24520a: network-manager/l2tp: remove workaround that's now...

2016-06-23 Thread obadz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 24520af0faf831f977c2f38d41c757c6b24a6072 https://github.com/NixOS/nixpkgs/commit/24520af0faf831f977c2f38d41c757c6b24a6072 Author: obadz Date: 2016-06-23 (Thu, 23 Jun 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 018043: terra: set meta.platforms

2016-06-23 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 01804364d25b597c324f64aa578ba9895f9c5f1e https://github.com/NixOS/nixpkgs/commit/01804364d25b597c324f64aa578ba9895f9c5f1e Author: Joachim Fasting Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] c13195: networkmanager: Dependency on avahi-autoipd has be...

2016-06-23 Thread obadz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c1319572d4d32297588c95234b37f73abab50d85 https://github.com/NixOS/nixpkgs/commit/c1319572d4d32297588c95234b37f73abab50d85 Author: Alexander Ried Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 892ff1: davmail: 4.7.1 -> 4.7.2

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 892ff1ad204c97858da0781ccc4567289e73c0ad https://github.com/NixOS/nixpkgs/commit/892ff1ad204c97858da0781ccc4567289e73c0ad Author: Jos van den Oever Date: 2016-06-24 (Fri, 24 Jun

[Nix-commits] [NixOS/nixpkgs] ffe0b4: bviplus: fix build

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ffe0b43dc0e472eabf2a109d073f0eac0c51 https://github.com/NixOS/nixpkgs/commit/ffe0b43dc0e472eabf2a109d073f0eac0c51 Author: Igor Sharonov Date: 2016-06-23 (Thu, 23 Jun

[Nix-commits] [NixOS/nixpkgs] a4787f: vscode: 1.0.0 -> 1.2.1

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a4787f09cc79244829539a7e6846efcbbecea99e https://github.com/NixOS/nixpkgs/commit/a4787f09cc79244829539a7e6846efcbbecea99e Author: Simon Vandel Sillesen Date: 2016-06-23 (Thu, 23

[Nix-commits] [NixOS/nixpkgs] 09492d: zstd: set meta.platforms to unix

2016-06-23 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 09492d3b858b1aa32184fb113e93c4c1e5fc3ce0 https://github.com/NixOS/nixpkgs/commit/09492d3b858b1aa32184fb113e93c4c1e5fc3ce0 Author: Florian Date: 2016-06-23 (Thu, 23 Jun

[Nix-commits] [NixOS/nixpkgs] d7dc83: efl: 1.17.1 -> 1.17.2

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d7dc833889b64a04305b384f9db57d5ab7cbf3d9 https://github.com/NixOS/nixpkgs/commit/d7dc833889b64a04305b384f9db57d5ab7cbf3d9 Author: José Romildo Malaquias Date: 2016-06-22 (Wed, 22 Jun

[Nix-commits] [NixOS/nixpkgs] b586b0: gnupg21: 2.1.12 -> 2.1.13

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b586b00b3b0e2e2a2074422412d65990b00bf78b https://github.com/NixOS/nixpkgs/commit/b586b00b3b0e2e2a2074422412d65990b00bf78b Author: Rahul Gopinath Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-dev] Overriding a Haskell package can't be that hard...

2016-06-23 Thread Cody Goodman
I was trying to use the cassandra-thrift haskell package and there was a bug in one if it's dependencies, thrift. I fixed the bug in thrift and then went to the nix haskell guide to find out how to override "thrift" with my bugfixed version. I came up with this from the haskell guide (

[Nix-commits] [NixOS/nixpkgs] ffc05c: jimtcl: 0.75 -> 0.76

2016-06-23 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ffc05cf0288d8042a1a8a1a299e31473825c9270 https://github.com/NixOS/nixpkgs/commit/ffc05cf0288d8042a1a8a1a299e31473825c9270 Author: Rahul Gopinath Date: 2016-06-22 (Wed, 22 Jun 2016)