git-annex: update override to disable the assistant in Stackage
This commit is contained in:
parent
728f666829
commit
fac03e7441
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue