git-annex: update overrides
This commit is contained in:
parent
cdc4c4f906
commit
2b3485181f
@ -64,7 +64,7 @@ self: super: {
|
|||||||
# all required dependencies are part of Stackage. To comply with Stackage, we
|
# all required dependencies are part of Stackage. To comply with Stackage, we
|
||||||
# make 'git-annex-without-assistant' our default version, but offer another
|
# make 'git-annex-without-assistant' our default version, but offer another
|
||||||
# build which has the assistant to be used in the top-level.
|
# 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;
|
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
|
||||||
fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify 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;
|
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user