git-annex: build w/o assistant in Stackage, with assistant for Nixpkgs

This commit is contained in:
Peter Simons
2015-09-19 08:20:54 +02:00
parent 4bb32a1e4d
commit 07f8f50c6d
2 changed files with 20 additions and 6 deletions
@@ -1,6 +1,6 @@
/* moving all git tools into one attribute set because git is unlikely to be
* referenced by other packages and you can get a fast overview.
*/
/* All git-relates tools live here, in a separate attribute set so that users
* can get a fast overview over what's available.
*/
args @ {pkgs}: with args; with pkgs;
let
inherit (pkgs) stdenv fetchgit fetchurl subversion;
@@ -46,7 +46,7 @@ rec {
sendEmailSupport = !stdenv.isDarwin;
};
inherit (pkgs.haskellPackages) git-annex;
git-annex = pkgs.haskellPackages.git-annex-with-assistant;
gitAnnex = git-annex;
qgit = import ./qgit {