summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-16 16:10:38 +0200
committerPeter Simons <simons@cryp.to>2014-06-16 16:12:36 +0200
commitc5b7e2a2f2f26b735afd185b34e7acf0210efbb8 (patch)
tree1ea8a8f9bcc23eaa0e636ba5d678d9802c615b17 /pkgs
parentfa8f2ca300f51785835305ed47e14eab12e5893f (diff)
downloadnixlib-c5b7e2a2f2f26b735afd185b34e7acf0210efbb8.tar
nixlib-c5b7e2a2f2f26b735afd185b34e7acf0210efbb8.tar.gz
nixlib-c5b7e2a2f2f26b735afd185b34e7acf0210efbb8.tar.bz2
nixlib-c5b7e2a2f2f26b735afd185b34e7acf0210efbb8.tar.lz
nixlib-c5b7e2a2f2f26b735afd185b34e7acf0210efbb8.tar.xz
nixlib-c5b7e2a2f2f26b735afd185b34e7acf0210efbb8.tar.zst
nixlib-c5b7e2a2f2f26b735afd185b34e7acf0210efbb8.zip
haskell-git-annex: update to version 5.20140613
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-annex/default.nix32
1 files changed, 20 insertions, 12 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
index 788c3c3211b2..72f00bbad2ef 100644
--- a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
@@ -9,33 +9,41 @@
 , optparseApplicative, perl, QuickCheck, random, regexTdfa, rsync
 , SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
 , tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
-, unixCompat, utf8String, uuid, wai, waiLogger, warp, warpTls
-, which, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm
-, yesodStatic, fsnotify
+, unixCompat, utf8String, uuid, wai, waiExtra, warp, warpTls, which
+, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
 }:
 
 cabal.mkDerivation (self: {
   pname = "git-annex";
-  version = "5.20140606";
-  sha256 = "1b9hslkdv82lf8njwzy51yj8dgg2wn7g08wy73lk7pnddfh8qjpy";
+  version = "5.20140613";
+  sha256 = "01khqy68w1rqxic9lqal7902cv89d10xvbzmvlsx99g70ljqfafi";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
     aeson async blazeBuilder bloomfilter byteable caseInsensitive
-    clientsession cryptoApi cryptohash dataDefault dataenc DAV
-    dlist dns editDistance exceptions extensibleExceptions
-    feed filepath gnutls hamlet hS3 hslogger HTTP httpClient
+    clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
+    dlist dns editDistance exceptions extensibleExceptions fdoNotify
+    feed filepath gnutls hamlet hinotify hS3 hslogger HTTP httpClient
     httpConduit httpTypes IfElse json liftedBase MissingH monadControl
     mtl network networkConduit networkInfo networkMulticast
     networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
     SafeSemaphore securemem SHA shakespeare stm tasty tastyHunit
     tastyQuickcheck tastyRerun text time transformers unixCompat
-    utf8String uuid wai waiLogger warp warpTls xmlTypes yesod yesodCore
+    utf8String uuid wai waiExtra warp warpTls xmlTypes yesod yesodCore
     yesodDefault yesodForm yesodStatic
-  ] ++ (if !self.stdenv.isDarwin
-        then [ dbus fdoNotify hinotify ] else [ fsnotify ]);
+  ];
   buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
-  configureFlags = "-fAssistant -fProduction";
+  configureFlags = "-fS3
+                    -fWebDAV
+                    -fInotify
+                    -fDbus
+                    -fAssistant
+                    -fWebapp
+                    -fPairing
+                    -fXMPP
+                    -fDNS
+                    -fProduction
+                    -fTDFA";
   preConfigure = ''
     export HOME="$NIX_BUILD_TOP/tmp"
     mkdir "$HOME"