summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-11-03 13:30:37 +0100
committerPeter Simons <simons@cryp.to>2015-11-05 11:57:00 +0100
commit2b3485181f89649f0066c53cc762ec92aa786368 (patch)
tree5f6ae7e3be359f7df88d02d62a0987468f7ee0dc /pkgs/development/haskell-modules/configuration-common.nix
parentcdc4c4f906eab61cac3ff39fcbaacd15292774a2 (diff)
downloadnixlib-2b3485181f89649f0066c53cc762ec92aa786368.tar
nixlib-2b3485181f89649f0066c53cc762ec92aa786368.tar.gz
nixlib-2b3485181f89649f0066c53cc762ec92aa786368.tar.bz2
nixlib-2b3485181f89649f0066c53cc762ec92aa786368.tar.lz
nixlib-2b3485181f89649f0066c53cc762ec92aa786368.tar.xz
nixlib-2b3485181f89649f0066c53cc762ec92aa786368.tar.zst
nixlib-2b3485181f89649f0066c53cc762ec92aa786368.zip
git-annex: update overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 f372030b38ec..bc3284bcf2bc 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -64,7 +64,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_20151019 = (disableCabalFlag super.git-annex_5_20151019 "assistant").override {
+  git-annex_5_20150727 = (disableCabalFlag super.git-annex_5_20150727 "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;