[Nix-dev] cabal-install 1.24's Nix-style builds, and a new style of Nix + language package manager integration

2016-09-18 Thread John Ericson
After much pondering, I've decided the best way to work with language-specific build managers is for them to come up with the end-to-end build plan, and us to build each package in that build plan. Our current method with Haskell of trying to replicate each package and all the possible ways it

[Nix-commits] [NixOS/nixpkgs] e62a5e: pktgen: disable parallel building

2016-09-18 Thread Kirill Boltaev
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: e62a5e1b3277a195ff93a3097ac061bdd2ae08df https://github.com/NixOS/nixpkgs/commit/e62a5e1b3277a195ff93a3097ac061bdd2ae08df Author: Kirill Boltaev Date: 2016-09-19 (Mon, 19 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] d2bbc6: pktgen: disable parallel building

2016-09-18 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d2bbc631ffb1e3a8bacdd4d678eae074380928c3 https://github.com/NixOS/nixpkgs/commit/d2bbc631ffb1e3a8bacdd4d678eae074380928c3 Author: Kirill Boltaev Date: 2016-09-19 (Mon, 19 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 268d8d: blink: works with recent gnutls versions

2016-09-18 Thread Franz Pletz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 268d8dbf1b90fe68f6c7af2078794bc0674aead2 https://github.com/NixOS/nixpkgs/commit/268d8dbf1b90fe68f6c7af2078794bc0674aead2 Author: Franz Pletz Date: 2016-09-19 (Mon, 19 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 5650c9: systemd-journal2gelf: init at 20160414

2016-09-18 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5650c92b019fa8ecc1dd37ecfd77cdd72f406da7 https://github.com/NixOS/nixpkgs/commit/5650c92b019fa8ecc1dd37ecfd77cdd72f406da7 Author: Robin Gloster Date: 2016-09-19 (Mon, 19 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 03f7d9: krb5: 1.14.2 -> 1.14.3

2016-09-18 Thread Robin Gloster
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 03f7d949c8069152aa8a4294960dc64fe86c8e66 https://github.com/NixOS/nixpkgs/commit/03f7d949c8069152aa8a4294960dc64fe86c8e66 Author: Robin Gloster Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 452f18: krb5: 1.14.2 -> 1.14.3

2016-09-18 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 452f182356245eafd397665217039ff22a348b10 https://github.com/NixOS/nixpkgs/commit/452f182356245eafd397665217039ff22a348b10 Author: Robin Gloster Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 1a40bd: firefox*: fix notifications

2016-09-18 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 1a40bd0d32d3551c80d09f3d211f9f0f49a8a940 https://github.com/NixOS/nixpkgs/commit/1a40bd0d32d3551c80d09f3d211f9f0f49a8a940 Author: Vladimír Čunát Date: 2016-09-18 (Sun, 18 Sep

[Nix-commits] [NixOS/nixpkgs] f27a97: firefox*: fix notifications

2016-09-18 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f27a970f2d7231243dbf1f6ad7c4fe56258b https://github.com/NixOS/nixpkgs/commit/f27a970f2d7231243dbf1f6ad7c4fe56258b Author: Vladimír Čunát Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 2c8b57: Bump Falcon to 1.0.0, make the test dependencies o...

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2c8b578191820e07b343fe597876fc33285bc630 https://github.com/NixOS/nixpkgs/commit/2c8b578191820e07b343fe597876fc33285bc630 Author: Dario Bertini Date: 2016-09-18 (Sun, 18 Sep 2016)

Re: [Nix-dev] systemd + sshfs

2016-09-18 Thread Rickard Nilsson
Hi Bjørn, I remember struggling with this too. The following works for me: fileSystems."/target" = fsType = "fuse"; device = "${pkgs.sshfsFuse}/bin/sshfs#user@host:/path"; options = [ "noauto" "comment=systemd.automount" "ssh_command=${sshAsUser}" ]; }; where sshAsUser =

[Nix-commits] [NixOS/nixpkgs]

2016-09-18 Thread FRidh
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs ___ nix-commits mailing list nix-comm...@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] [NixOS/nixpkgs] 55deb1: pythonPackages.beautifulsoup4: 4.4.1 -> 4.5.1

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 55deb148f5cbe1a2438288b7f0f3e250abbe31a0 https://github.com/NixOS/nixpkgs/commit/55deb148f5cbe1a2438288b7f0f3e250abbe31a0 Author: Michiel Leenaars Date: 2016-09-17 (Sat, 17 Sep

[Nix-commits] [NixOS/nixpkgs] cd7d7f: libchamplain: 0.12.13 -> 0.12.14

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cd7d7f8a4ababc0e0589c800daa920e971bc12d0 https://github.com/NixOS/nixpkgs/commit/cd7d7f8a4ababc0e0589c800daa920e971bc12d0 Author: Alexander Ried Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] e06754: elixir: 1.3.2 -> 1.3.3

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e067546765e06a50393a9521a38f3204d75372e4 https://github.com/NixOS/nixpkgs/commit/e067546765e06a50393a9521a38f3204d75372e4 Author: Aaron Bull Schaefer Date: 2016-09-18 (Sun, 18 Sep

[Nix-commits] [NixOS/nixpkgs] 88e15b: mkvtoolnix: 9.4.0 -> 9.4.2

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 88e15b19eff1ad43b1b78d806671b1ffcafc4fd1 https://github.com/NixOS/nixpkgs/commit/88e15b19eff1ad43b1b78d806671b1ffcafc4fd1 Author: José Romildo Malaquias Date: 2016-09-18 (Sun, 18 Sep

[Nix-commits] [NixOS/nixpkgs] 5ea039: parsel: init at 1.0.3

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5ea03904936294e6e08fcf86c33f9a01361634b2 https://github.com/NixOS/nixpkgs/commit/5ea03904936294e6e08fcf86c33f9a01361634b2 Author: Dario Bertini Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 164036: buildbot: 0.9.0rc2 -> 0.9.0rc3

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 164036d728eea2ee487500816ccfc95d3042992b https://github.com/NixOS/nixpkgs/commit/164036d728eea2ee487500816ccfc95d3042992b Author: Fernando J Pando Date: 2016-09-16 (Fri, 16

[Nix-commits] [NixOS/nixpkgs] 7b9dea: root: add setup-hook

2016-09-18 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7b9deaba8161703ddf960f6ea80f140a5f24a289 https://github.com/NixOS/nixpkgs/commit/7b9deaba8161703ddf960f6ea80f140a5f24a289 Author: Dmitry Kalinkin Date: 2016-09-18 (Sun, 18 Sep

[Nix-commits] [NixOS/nixpkgs] 4007e5: hunspellWithDicts: fix bad `meta.outputsToInstall`

2016-09-18 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4007e5b8070417df1c3b394c59ba440bf7fe9b5e https://github.com/NixOS/nixpkgs/commit/4007e5b8070417df1c3b394c59ba440bf7fe9b5e Author: Vladimír Čunát Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] c9d921: runc: init at 2016-06-15

2016-09-18 Thread Jaka Hudoklin
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: c9d9212d29be6219ecd173b765681cb8fb373035 https://github.com/NixOS/nixpkgs/commit/c9d9212d29be6219ecd173b765681cb8fb373035 Author: Jaka Hudoklin Date: 2016-09-18 (Sun, 18

[Nix-commits] [NixOS/nixpkgs] 19dab2: hunspellWithDicts: fix bad `meta.outputsToInstall`

2016-09-18 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 19dab295f03cdec2a6afb5a46daf80f111c698aa https://github.com/NixOS/nixpkgs/commit/19dab295f03cdec2a6afb5a46daf80f111c698aa Author: Vladimír Čunát Date: 2016-09-18 (Sun, 18 Sep

[Nix-commits] [NixOS/nixpkgs] c640fb: xf86-video-intel: 2016-05-22 -> 2016-09-08

2016-09-18 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c640fbfdc3ec7894fb232ba54aa0b4d2e5f8029b https://github.com/NixOS/nixpkgs/commit/c640fbfdc3ec7894fb232ba54aa0b4d2e5f8029b Author: Benjamin Saunders Date: 2016-09-17 (Sat, 17 Sep

[Nix-commits] [NixOS/nixpkgs] 363088: libinput: 1.3.3 -> 1.5.0

2016-09-18 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 363088f8e8491a55cebc938f4e874a312ad26b8e https://github.com/NixOS/nixpkgs/commit/363088f8e8491a55cebc938f4e874a312ad26b8e Author: Alexander Ried Date: 2016-09-18 (Sun, 18 Sep 2016)

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

2016-09-18 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/40818534 This may be due to 26 commits by Alexey Shmalko , Herwig Hochleitner , Joachim F

[Nix-commits] [NixOS/nixpkgs] b01e7f: elpaPackages 2016-09-18

2016-09-18 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b01e7f26c72b5db6d93e78de0556ae415c9b784b https://github.com/NixOS/nixpkgs/commit/b01e7f26c72b5db6d93e78de0556ae415c9b784b Author: Thomas Tuegel Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 760941: sonarr: 2.0.0.4323 -> 2.0.0.4326 (#18732)

2016-09-18 Thread Tristan Helmich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 76094163ae00803ee30ca8c8e850edbd3da502ae https://github.com/NixOS/nixpkgs/commit/76094163ae00803ee30ca8c8e850edbd3da502ae Author: Tristan Helmich Date: 2016-09-18 (Sun,

[Nix-dev] systemd + sshfs

2016-09-18 Thread Bjørn Forsman
Hi all, I cannot get systemd to find the 'sshfs' binary needed to make this configuration work: systemd.mounts = [ { what = "bfo@whitetip.local:/"; where = "/home/bfo/mnt/whitetip.local"; type = "fuse.sshfs"; options =

[Nix-commits] [NixOS/nixpkgs] 5e867f: longview: unstable-2015-09-10 -> 1.1.5

2016-09-18 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5e867f00af5509b98a67d3605e613276b57f4f5f https://github.com/NixOS/nixpkgs/commit/5e867f00af5509b98a67d3605e613276b57f4f5f Author: Rodney Lorrimar Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 36cf24: sshfs-fuse: align attrname with pkgname

2016-09-18 Thread Bjørn Forsman
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 36cf2405bd61aaca5edebdedb927914a55088a14 https://github.com/NixOS/nixpkgs/commit/36cf2405bd61aaca5edebdedb927914a55088a14 Author: Bjørn Forsman Date: 2016-09-18 (Sun, 18 Sep

[Nix-commits] [NixOS/nixpkgs] a115cd: digikam5: Add tools for panorama/stacking to PATH

2016-09-18 Thread Moritz Ulrich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a115cd5dbf9bed02cadb6cabeff7fd0d2fa303c7 https://github.com/NixOS/nixpkgs/commit/a115cd5dbf9bed02cadb6cabeff7fd0d2fa303c7 Author: Moritz Ulrich Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 15708f: emby: 3.0.7100 -> 3.0.7200

2016-09-18 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 15708fe204c41c9df7b465cce903067c20df9d55 https://github.com/NixOS/nixpkgs/commit/15708fe204c41c9df7b465cce903067c20df9d55 Author: Tristan Helmich Date: 2016-09-18 (Sun, 18 Sep

[Nix-commits] [NixOS/nixpkgs] bb1ac3: kde5.marble: Init at 16.08.0

2016-09-18 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bb1ac34264a11b25a0f00f97550fe43ce00be8b0 https://github.com/NixOS/nixpkgs/commit/bb1ac34264a11b25a0f00f97550fe43ce00be8b0 Author: Moritz Ulrich Date: 2016-09-09 (Fri, 09 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 634824: ccache: fix references to stdenv.cc.cc.isClang

2016-09-18 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 634824d50be0fbccd30359366db8a150eb25dabd https://github.com/NixOS/nixpkgs/commit/634824d50be0fbccd30359366db8a150eb25dabd Author: Joachim Fasting Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 7617e7: grub: add boot.loader.grub.efiInstallAsRemovable

2016-09-18 Thread obadz
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 7617e7eb74e038724efc39e3ca46a63b9edb3d44 https://github.com/NixOS/nixpkgs/commit/7617e7eb74e038724efc39e3ca46a63b9edb3d44 Author: obadz Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] e2659d: kernelPatches: remove legacy grsecurity attrs

2016-09-18 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e2659de1b253c2948d7c2f5501f0e0246fc483e1 https://github.com/NixOS/nixpkgs/commit/e2659de1b253c2948d7c2f5501f0e0246fc483e1 Author: Joachim Fasting Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] d9cdbc: libcaca: Enable support for png/jpeg/gif

2016-09-18 Thread Moritz Ulrich
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: d9cdbcc34ef342c13170e8f53d4416ffdd6f057f https://github.com/NixOS/nixpkgs/commit/d9cdbcc34ef342c13170e8f53d4416ffdd6f057f Author: Moritz Ulrich Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] c8d4f4: Revert "libcaca: Enable support for png/jpeg/gif"

2016-09-18 Thread Moritz Ulrich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c8d4f40dc6411fe68c3f5108ccf351386db0e1f0 https://github.com/NixOS/nixpkgs/commit/c8d4f40dc6411fe68c3f5108ccf351386db0e1f0 Author: Moritz Ulrich Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 6b8bd7: libcaca: Enable support for png/jpeg/gif

2016-09-18 Thread Moritz Ulrich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6b8bd7c7d51d133ae5fca6aa7268a937e37de4c8 https://github.com/NixOS/nixpkgs/commit/6b8bd7c7d51d133ae5fca6aa7268a937e37de4c8 Author: Moritz Ulrich Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 5f961d: linux_4_7: 4.7.3 -> 4.7.4

2016-09-18 Thread Joachim Fasting
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 5f961da65e7933a74734ca33ee1ead02004c0954 https://github.com/NixOS/nixpkgs/commit/5f961da65e7933a74734ca33ee1ead02004c0954 Author: Joachim Fasting Date: 2016-09-18 (Sun, 18

[Nix-commits] [NixOS/nixpkgs] cc60ee: connman: 1.32 -> 1.33

2016-09-18 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cc60ee187a7d55fbd6010a99e5fb88e41e8da5dd https://github.com/NixOS/nixpkgs/commit/cc60ee187a7d55fbd6010a99e5fb88e41e8da5dd Author: Herwig Hochleitner Date: 2016-09-14 (Wed, 14 Sep

[Nix-commits] [NixOS/nixpkgs] 8e89e4: efl: 1.18.0 -> 1.18.1

2016-09-18 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8e89e44dd45a16609d4ffbfe7c3f9d9e74f437d1 https://github.com/NixOS/nixpkgs/commit/8e89e44dd45a16609d4ffbfe7c3f9d9e74f437d1 Author: José Romildo Malaquias Date: 2016-09-17 (Sat, 17 Sep

[Nix-commits] [NixOS/nixpkgs] 355eb4: xfce4-sensors-plugin: init at 1.2.6

2016-09-18 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 355eb44e941a16c2f76bee2612a9fef63a0d3156 https://github.com/NixOS/nixpkgs/commit/355eb44e941a16c2f76bee2612a9fef63a0d3156 Author: José Romildo Malaquias Date: 2016-09-17 (Sat, 17 Sep

[Nix-commits] [NixOS/nixpkgs] 4ed934: factorio: 0.13.13 -> 0.13.20

2016-09-18 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4ed934313fa8ff5ab56b26d9a2fd418bf16950da https://github.com/NixOS/nixpkgs/commit/4ed934313fa8ff5ab56b26d9a2fd418bf16950da Author: Viktor Stanchev Date: 2016-09-17 (Sat, 17 Sep

[Nix-commits] [NixOS/nixpkgs] 61554b: xfce4-settings: 4.12.0 -> 4.12.1

2016-09-18 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 61554b15f5ba56b7e25f97eefe6ff1c9ccc7e8cb https://github.com/NixOS/nixpkgs/commit/61554b15f5ba56b7e25f97eefe6ff1c9ccc7e8cb Author: José Romildo Malaquias Date: 2016-09-17 (Sat, 17 Sep

[Nix-commits] [NixOS/nixpkgs] 59730d: vis: 2016-07-15 -> 2016-08-24

2016-09-18 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 59730d32dacc4f03e83fcc1f62ddf38382faff1f https://github.com/NixOS/nixpkgs/commit/59730d32dacc4f03e83fcc1f62ddf38382faff1f Author: Ram Kromberg Date: 2016-09-17 (Sat, 17 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] ed02a7: pkcs11-helper: ??? git rev -> 1.11

2016-09-18 Thread Alexey Shmalko
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ed02a770aef844fd4782e21685334d889e5ceffd https://github.com/NixOS/nixpkgs/commit/ed02a770aef844fd4782e21685334d889e5ceffd Author: John Ericson Date: 2016-09-16 (Fri, 16 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 01e44a: emacs: 24.5 -> 25.1

2016-09-18 Thread Moritz Ulrich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 01e44ac1f9af1d42ee9b5000426b780f2a03c948 https://github.com/NixOS/nixpkgs/commit/01e44ac1f9af1d42ee9b5000426b780f2a03c948 Author: Moritz Ulrich Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 20fb07: fira-code: 1.201 -> 1.203

2016-09-18 Thread Robert Helgesson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 20fb07dc4ae8a4dc186779f01f3a65e6cc6eed33 https://github.com/NixOS/nixpkgs/commit/20fb07dc4ae8a4dc186779f01f3a65e6cc6eed33 Author: Robert Helgesson Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] b7aad2: hackage-packages.nix: automatic Haskell package se...

2016-09-18 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b7aad298068acb1f55b0c848cfaf838ddb55b4fa https://github.com/NixOS/nixpkgs/commit/b7aad298068acb1f55b0c848cfaf838ddb55b4fa Author: Peter Simons Date: 2016-09-18 (Sun, 18 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 10f2be: stdenv.mkDerivation: add comments w/ manual links ...

2016-09-18 Thread Chris Martin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 10f2befa5875469c39a63049f5c47269d669d4d8 https://github.com/NixOS/nixpkgs/commit/10f2befa5875469c39a63049f5c47269d669d4d8 Author: Chris Martin Date: 2016-09-18 (Sun, 18 Sep 2016)