summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-30 21:43:14 +0200
committerPeter Simons <simons@cryp.to>2015-10-02 22:18:45 +0200
commitfac03e7441ac00d36b75831e7dd5aab487a8faad (patch)
tree40a8f3141299c53632b8a7b9e13dece109457ca8 /pkgs/development/haskell-modules
parent728f666829106645beb1ac299879d85767734853 (diff)
downloadnixpkgs-fac03e7441ac00d36b75831e7dd5aab487a8faad.tar
nixpkgs-fac03e7441ac00d36b75831e7dd5aab487a8faad.tar.gz
nixpkgs-fac03e7441ac00d36b75831e7dd5aab487a8faad.tar.bz2
nixpkgs-fac03e7441ac00d36b75831e7dd5aab487a8faad.tar.lz
nixpkgs-fac03e7441ac00d36b75831e7dd5aab487a8faad.tar.xz
nixpkgs-fac03e7441ac00d36b75831e7dd5aab487a8faad.tar.zst
nixpkgs-fac03e7441ac00d36b75831e7dd5aab487a8faad.zip
git-annex: update override to disable the assistant in Stackage
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 94e2907c802..5b798b08b2e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -62,7 +62,7 @@ self: super: {
   # all required dependencies are part of Stackage. To comply with Stackage, we
   # make 'git-annex-without-assistant' our default version, but offer another
   # build which has the assistant to be used in the top-level.
-  git-annex_5_20150916 = (disableCabalFlag super.git-annex_5_20150916 "assistant").override {
+  git-annex_5_20150930 = (disableCabalFlag super.git-annex_5_20150930 "assistant").override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;
     fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
     hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;