[Nix-commits] [NixOS/nixpkgs] cef68b: haskell-diff-parse: jailbreak to fix test suite bu...

2016-11-08 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cef68b475e8176a4871de5b7ad4d214ebe5c4ba2 https://github.com/NixOS/nixpkgs/commit/cef68b475e8176a4871de5b7ad4d214ebe5c4ba2 Author: Peter Simons Date: 2016-11-09 (Wed, 09 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 05f31e: fix documentation typo in doc/languages-frameworks...

2016-11-08 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288 https://github.com/NixOS/nixpkgs/commit/05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288 Author: Joe Hermaszewski Date: 2016-11-08 (Tue, 08 Nov 2016)

Re: [Nix-dev] DBus and XMonad

2016-11-08 Thread Peter Hoeg
Hi, Does this mean we do have a user session bus now? That’s one of the features I’ve been longing for for quite a while now. We have had that for some time but we also now have it socket activated, where everything should just work as long as you select it: services.dbus.socketActivated =

Re: [Nix-dev] DBus and XMonad

2016-11-08 Thread Ruben Astudillo
On 08/11/16 16:40, Profpatsch wrote: > I stopped using taffybar for that reason, and actually quite like my > fullscreen-by-default system as it is now. How do you know if you have a hogging process then?. Do you have a open htop? (I am tempted about having a xmonad fullscreen-by-default). --

[Nix-commits] [NixOS/nixpkgs] 44774e: pythonPackages.pgspecial: 1.5.0 -> 1.6.0

2016-11-08 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 44774e1da2b6b412824d4c2e10a3f71cc9f590f2 https://github.com/NixOS/nixpkgs/commit/44774e1da2b6b412824d4c2e10a3f71cc9f590f2 Author: Tobias Geerinckx-Rice Date: 2016-11-09 (Wed, 09 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 8de2ee: icmake: 9.00.00 -> 9.02.02

2016-11-08 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8de2eeec33f7a31fe992f3c94d928bf3a8f2621b https://github.com/NixOS/nixpkgs/commit/8de2eeec33f7a31fe992f3c94d928bf3a8f2621b Author: Tobias Geerinckx-Rice Date: 2016-11-09 (Wed, 09 Nov 2016)

[Nix-dev] fossil scm version patch

2016-11-08 Thread Karn Kallio
The attached patch advances the version of the fossil expression in Nixpkgs to the latest release 1.36 >From fdd5d610e35eed355f5f3fec9d3675aa60f36292 Mon Sep 17 00:00:00 2001 From: Karn Kallio Date: Tue, 8 Nov 2016 20:23:22 -0400 Subject: [PATCH] fossil : advance to version

Re: [Nix-dev] how to add buildInput with derivation

2016-11-08 Thread Stefan Huchler
Bjørn Forsman writes: > Try > > packageOverrides = pkgs: rec { > qutebrowser = pkgs.qutebrowser.overrideDerivation (oldAttrs: rec { > nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ > pkgs.qt5.qtwebengine > ]; > }); > }; Thanks, yes

Re: [Nix-dev] how to add buildInput with derivation

2016-11-08 Thread Bjørn Forsman
On 8 November 2016 at 22:01, Stefan Huchler wrote: > Because I have problems with qutebrowser I want to try out the new > qtwebengine backend. > > I am not 100% shure that I edit the right variable but I want to add > qtwebengine to the buildInputs variable of that

[Nix-commits] [NixOS/nixpkgs] 76c18a: Python: change default version: python = python3;

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/python3 Home: https://github.com/NixOS/nixpkgs Commit: 76c18a91d1e154f9b65d4d01f0fcba2eeadb99a3 https://github.com/NixOS/nixpkgs/commit/76c18a91d1e154f9b65d4d01f0fcba2eeadb99a3 Author: Frederik Rietdijk Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] cd351e: gnome3.anjuta: use python2

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: cd351e25aad03adfff2b0abd934170911476fe8c https://github.com/NixOS/nixpkgs/commit/cd351e25aad03adfff2b0abd934170911476fe8c Author: Frederik Rietdijk Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 8c4aee: z3: 4.4.1 -> 4.5.0

2016-11-08 Thread Gabriel Ebner
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8c4aee4c79dfdc72232db9cfb3d533fdf67cfd3c https://github.com/NixOS/nixpkgs/commit/8c4aee4c79dfdc72232db9cfb3d533fdf67cfd3c Author: Gabriel Ebner Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-dev] how to add buildInput with derivation

2016-11-08 Thread Stefan Huchler
Because I have problems with qutebrowser I want to try out the new qtwebengine backend. I am not 100% shure that I edit the right variable but I want to add qtwebengine to the buildInputs variable of that package: { packageOverrides = pkgs: rec { qutebrowser =

[Nix-commits] [NixOS/nixpkgs] 9cd06a: kde5.kwin: build with xwayland

2016-11-08 Thread Thomas Tuegel
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 9cd06a8a47d129d19c96b1955e2333bf017bdfd2 https://github.com/NixOS/nixpkgs/commit/9cd06a8a47d129d19c96b1955e2333bf017bdfd2 Author: Thomas Tuegel Date: 2016-11-05 (Sat, 05 Nov

[Nix-commits] [NixOS/nixpkgs] a7c986: kdeWrapper: reduce environment pollution

2016-11-08 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a7c986cf69927a24de1eba280ad699f066749b8f https://github.com/NixOS/nixpkgs/commit/a7c986cf69927a24de1eba280ad699f066749b8f Author: Thomas Tuegel Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] cf2654: either type: improve merge function

2016-11-08 Thread Eric Sagnes
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cf2654b2e0dedd31c6ec14458953c85530db8cec https://github.com/NixOS/nixpkgs/commit/cf2654b2e0dedd31c6ec14458953c85530db8cec Author: Eric Sagnes Date: 2016-11-08 (Tue, 08 Nov 2016)

Re: [Nix-dev] Bot that replies to PR with review points based on files that were touched

2016-11-08 Thread Profpatsch
On 16-11-04 10:22am, Louis Taylor wrote: > On Fri, Nov 4, 2016 at 8:39 AM, Freddy Rietdijk > wrote: > > I'm looking for a bot that checks which files are touched, and that gives a > > pre-configured message depending on the files that are touched. E.g., when > > Python

[Nix-commits] [NixOS/nixpkgs] 05977b: top-level: Remove redundant parentheses

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/gcc-6 Home: https://github.com/NixOS/nixpkgs Commit: 05977b236b2a925983224c24d6e14aed796e7a14 https://github.com/NixOS/nixpkgs/commit/05977b236b2a925983224c24d6e14aed796e7a14 Author: John Ericson Date: 2016-11-02 (Wed, 02 Nov 2016)

Re: [Nix-dev] DBus and XMonad

2016-11-08 Thread Profpatsch
On 16-11-05 02:54pm, Nikolay Amiantov wrote: > Hi Rodney, > > On 10/19/2016 01:53 PM, Rodney Lorrimar wrote: > > My first problem was that Taffybar and xmonad.hs were unable connect to > > DBus with the following error: > > > > connectSession: DBUS_SESSION_BUS_ADDRESS is missing or invalid.

[Nix-commits] [NixOS/nixpkgs] 0ba3d4: cjdns: Disable tests

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0ba3d429a758cec15545fc11c9d3fd1424c5c5f8 https://github.com/NixOS/nixpkgs/commit/0ba3d429a758cec15545fc11c9d3fd1424c5c5f8 Author: Eelco Dolstra Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 4d0bba: openssh: always enable with-kerberos on darwin

2016-11-08 Thread Stéphane Jourdois
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4d0bba19f4e1037bcfefa9e5f0b39da00f73281e https://github.com/NixOS/nixpkgs/commit/4d0bba19f4e1037bcfefa9e5f0b39da00f73281e Author: Stéphane Jourdois Date: 2016-11-08 (Tue, 08 Nov

[Nix-commits] [NixOS/nixpkgs] 936db4: add defaultConfig for mysql ruby gem

2016-11-08 Thread Graham Christensen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 936db422f9de4170458bc53b1796c6797e5bfebb https://github.com/NixOS/nixpkgs/commit/936db422f9de4170458bc53b1796c6797e5bfebb Author: Ryan Mulligan Date: 2016-11-03 (Thu, 03 Nov 2016)

Re: [Nix-dev] Fwd: Re: qutebrowser very unstable

2016-11-08 Thread Stefan Huchler
Hi, just had another 2 crashes in 15 mins writing I think 1 youtube comment and 1 github comment. Its about this input boxes here. I dont know if thats related to the backend, buti its a pain in the ass. Maybe try now to debug it, maybe its not related to that backend. Linus Arver

[Nix-commits] [NixOS/nixpkgs] 229bac: steam: Add /etc/{localtime, zoneinfo}.

2016-11-08 Thread Moritz Ulrich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 229bac0d09077a0f2eb54e5257737fd237917411 https://github.com/NixOS/nixpkgs/commit/229bac0d09077a0f2eb54e5257737fd237917411 Author: Moritz Ulrich Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 5a090d: debian: 8.5 -> 8.6

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 5a090dd515d750c04cab3daf6f963b7600fdb465 https://github.com/NixOS/nixpkgs/commit/5a090dd515d750c04cab3daf6f963b7600fdb465 Author: Eelco Dolstra Date: 2016-11-08 (Tue,

[Nix-commits] [NixOS/nixpkgs] f422af: errbot service: fix `import config` in plugins

2016-11-08 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f422afd07dc7925655369a31a14f20803dc03be1 https://github.com/NixOS/nixpkgs/commit/f422afd07dc7925655369a31a14f20803dc03be1 Author: Robin Gloster Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 96f9c3: pythonPackages.hypothesis: Disable tests

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 96f9c3a2104beb3780bc2d091d5746371ab3e39a https://github.com/NixOS/nixpkgs/commit/96f9c3a2104beb3780bc2d091d5746371ab3e39a Author: Eelco Dolstra Date: 2016-11-08 (Tue, 08 Nov

[Nix-commits] [NixOS/nixpkgs] a2b018: pythonPackages.hypothesis: Disable tests

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a2b018f55ad5c4c481608d887031ea72358db24c https://github.com/NixOS/nixpkgs/commit/a2b018f55ad5c4c481608d887031ea72358db24c Author: Eelco Dolstra Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] be3198: libxslt: build python bindings

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: be31980848dee782c4504b88c57edcfbb72c6f6b https://github.com/NixOS/nixpkgs/commit/be31980848dee782c4504b88c57edcfbb72c6f6b Author: Frederik Rietdijk Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/hydra] 4576b3: hydra-evaluator: Show friendlier exit status

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 4576b3d35bc4015f53b89f901caa917035dc5254 https://github.com/NixOS/hydra/commit/4576b3d35bc4015f53b89f901caa917035dc5254 Author: Eelco Dolstra Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-dev] Use Mac OS keychain to store ssh passphrases

2016-11-08 Thread Anders Lundstedt
(The following problem appeared when I upgraded to Mac OS Sierra, in connection with which I did a clean install of nixpkgs.) When I use the system SSH I do not have to enter passphrases for my SSH keys, as they are stored in the system keychain. However if I use the openssh provided by nixpkgs I

[Nix-commits] [NixOS/nixpkgs] 05977b: top-level: Remove redundant parentheses

2016-11-08 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 05977b236b2a925983224c24d6e14aed796e7a14 https://github.com/NixOS/nixpkgs/commit/05977b236b2a925983224c24d6e14aed796e7a14 Author: John Ericson Date: 2016-11-02 (Wed, 02 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 22732f: opam: remove 1.0.0

2016-11-08 Thread Graham Christensen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 22732fc656909e589001f171bb1cbb3edd2c6937 https://github.com/NixOS/nixpkgs/commit/22732fc656909e589001f171bb1cbb3edd2c6937 Author: Vincent Laporte Date: 2016-11-05 (Sat, 05 Nov

Re: [Nix-dev] Chromium: Unpatched CVEs or Missing Features?

2016-11-08 Thread Profpatsch
On 16-11-07 08:52am, Shea Levy wrote: > Arbitrary code execution by visiting a web page trumps, IMO. Maybe add > an assert if flash or widevine are enabled so the eval fails with a > useful message? +1 -- Proudly written in Mutt with Vim on NixOS. Q: Why is this email five sentences or less? A:

[Nix-commits] [NixOS/nixpkgs] d0f125: haskellPackages.download-curl: update Hackage revi...

2016-11-08 Thread Peter Simons
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: d0f12576d8fa77ccedb1d1c67e2f9c41250d7005 https://github.com/NixOS/nixpkgs/commit/d0f12576d8fa77ccedb1d1c67e2f9c41250d7005 Author: Neil Mayhew Date: 2016-11-07

[Nix-commits] [NixOS/nixpkgs] e635be: Python: change default version: python = python3;

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/python3 Home: https://github.com/NixOS/nixpkgs Commit: e635be3243060acd6a27e09519c27667fc2eeea9 https://github.com/NixOS/nixpkgs/commit/e635be3243060acd6a27e09519c27667fc2eeea9 Author: Frederik Rietdijk Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 01910b: ocamlPackage.ppx_import: init at 1.1

2016-11-08 Thread Théo Zimmermann
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 01910b18014f71a008089f4ebbfeb59af4daa7ba https://github.com/NixOS/nixpkgs/commit/01910b18014f71a008089f4ebbfeb59af4daa7ba Author: Théo Zimmermann Date: 2016-11-08

[Nix-commits] [NixOS/nixpkgs] 366265: Python: change default version: python = python3;

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/python3 Home: https://github.com/NixOS/nixpkgs Commit: 3662657e2263c5321c09e3f0d80361b03bee10fa https://github.com/NixOS/nixpkgs/commit/3662657e2263c5321c09e3f0d80361b03bee10fa Author: Frederik Rietdijk Date: 2016-10-26 (Wed, 26 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 1ae2f8: rkt: 1.17.0 -> 1.18.0

2016-11-08 Thread Tim Steinbach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1ae2f86a328479c591519c935325b7b43c396e34 https://github.com/NixOS/nixpkgs/commit/1ae2f86a328479c591519c935325b7b43c396e34 Author: Tim Steinbach Date: 2016-11-05 (Sat, 05 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 9972b6: darktable: 2.0.6 -> 2.0.7

2016-11-08 Thread Tim Steinbach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9972b64a8242b799342e2d32bee199372e33989d https://github.com/NixOS/nixpkgs/commit/9972b64a8242b799342e2d32bee199372e33989d Author: Tim Steinbach Date: 2016-11-06 (Sun, 06 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] b0dd04: hound: make mercurial indexing work

2016-11-08 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b0dd048cc5f52123190e936d41897851f7aa69c1 https://github.com/NixOS/nixpkgs/commit/b0dd048cc5f52123190e936d41897851f7aa69c1 Author: Rob Vermaas Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 990716: hound: make mercurial indexing work

2016-11-08 Thread Rob Vermaas
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 990716ce72f64be5da644e5eac73b5f145864e75 https://github.com/NixOS/nixpkgs/commit/990716ce72f64be5da644e5eac73b5f145864e75 Author: Rob Vermaas Date: 2016-11-08 (Tue, 08 Nov

[Nix-commits] [NixOS/nixpkgs] 74a3ab: man-pages: Don't have a separate docdev output

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 74a3abb7e57482560d4b80c2258d1d9e21443707 https://github.com/NixOS/nixpkgs/commit/74a3abb7e57482560d4b80c2258d1d9e21443707 Author: Eelco Dolstra Date: 2016-11-08 (Tue,

[Nix-commits] [NixOS/nixpkgs] bbb5f7: man-pages: 4.07 -> 4.08

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bbb5f73d711c2d762940a782920fedd34e8d96fd https://github.com/NixOS/nixpkgs/commit/bbb5f73d711c2d762940a782920fedd34e8d96fd Author: Eelco Dolstra Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 632282: nginx service: Add missing port toString conversio...

2016-11-08 Thread Philipp Hausmann
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 632282300a9ecbdd8506554aa04c516c64994c84 https://github.com/NixOS/nixpkgs/commit/632282300a9ecbdd8506554aa04c516c64994c84 Author: Philipp Hausmann Date: 2016-11-08

[Nix-commits] [NixOS/nixpkgs] 4b003d: D'oh

2016-11-08 Thread Rob Vermaas
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 4b003d4a017034ec32f563f7853ce4b6ec9a87dc https://github.com/NixOS/nixpkgs/commit/4b003d4a017034ec32f563f7853ce4b6ec9a87dc Author: Rob Vermaas Date: 2016-11-08 (Tue, 08 Nov

[Nix-commits] [NixOS/nixpkgs] 9dff6f: hound: init at 20160919

2016-11-08 Thread Graham Christensen
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 9dff6f03c2076bab85c8578393d5cfa5f2e1f54d https://github.com/NixOS/nixpkgs/commit/9dff6f03c2076bab85c8578393d5cfa5f2e1f54d Author: Graham Christensen Date: 2016-11-08 (Tue, 08

[Nix-commits] [NixOS/nixpkgs] 1db8b4: Docs: improve Python expressions

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 1db8b4aca3d941ab1f4b4fc92605f730f62d3623 https://github.com/NixOS/nixpkgs/commit/1db8b4aca3d941ab1f4b4fc92605f730f62d3623 Author: Frederik Rietdijk Date: 2016-11-08 (Tue, 08 Nov

[Nix-commits] [NixOS/nixpkgs] 9cdfb3: Docs: improve Python expressions

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9cdfb334017c6611ccd58880f9739e2649109ffa https://github.com/NixOS/nixpkgs/commit/9cdfb334017c6611ccd58880f9739e2649109ffa Author: Frederik Rietdijk Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/hydra] de9d7b: hydra-queue-runner: Handle exceptions in the dispa...

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: de9d7bcf2580f3c114df9cf3f112aae3367b01d6 https://github.com/NixOS/hydra/commit/de9d7bcf2580f3c114df9cf3f112aae3367b01d6 Author: Eelco Dolstra Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] a4f2d3: haskell.compiler.ghcHEAD: Update to latest upstrea...

2016-11-08 Thread Ollie Charles
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a4f2d339feba9625aec71e136d8a30cd1f92f8ed https://github.com/NixOS/nixpkgs/commit/a4f2d339feba9625aec71e136d8a30cd1f92f8ed Author: Ollie Charles Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] 459448: gnutar: Fix comment

2016-11-08 Thread Eelco Dolstra
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 459448727eb74c6db10f97692f57a2bb07381c1b https://github.com/NixOS/nixpkgs/commit/459448727eb74c6db10f97692f57a2bb07381c1b Author: Eelco Dolstra Date: 2016-11-08 (Tue, 08 Nov 2016)

[Nix-commits] [NixOS/nixpkgs] a0e8cb: git-up: 1.4.1 -> 1.4.2

2016-11-08 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a0e8cbb4993748fbce4e108504a6295d79aa5dc3 https://github.com/NixOS/nixpkgs/commit/a0e8cbb4993748fbce4e108504a6295d79aa5dc3 Author: Peter Hoeg Date: 2016-11-08 (Tue, 08 Nov 2016)