haskell-git-annex: update to version 5.20140707
This commit is contained in:
parent
4e39d2dde6
commit
f7f1e3f842
@ -4,41 +4,46 @@
|
|||||||
, exceptions, extensibleExceptions, fdoNotify, feed, filepath, git
|
, exceptions, extensibleExceptions, fdoNotify, feed, filepath, git
|
||||||
, gnupg1, gnutls, hamlet, hinotify, hS3, hslogger, HTTP, httpClient
|
, gnupg1, gnutls, hamlet, hinotify, hS3, hslogger, HTTP, httpClient
|
||||||
, httpConduit, httpTypes, IfElse, json, liftedBase, lsof, MissingH
|
, httpConduit, httpTypes, IfElse, json, liftedBase, lsof, MissingH
|
||||||
, monadControl, mtl, network, networkConduit, networkInfo
|
, monadControl, mtl, network, networkInfo, networkMulticast
|
||||||
, networkMulticast, networkProtocolXmpp, openssh
|
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
||||||
, optparseApplicative, perl, QuickCheck, random, regexTdfa, rsync
|
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
|
||||||
, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
|
, SHA, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck
|
||||||
, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
|
, tastyRerun, text, time, transformers, unixCompat, utf8String
|
||||||
, unixCompat, utf8String, uuid, wai, waiExtra, warp, warpTls, which
|
, uuid, wai, waiExtra, warp, warpTls, which, xmlTypes, yesod
|
||||||
, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
|
, yesodCore, yesodDefault, yesodForm, yesodStatic
|
||||||
, fsnotify
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140613";
|
version = "5.20140707";
|
||||||
sha256 = "01khqy68w1rqxic9lqal7902cv89d10xvbzmvlsx99g70ljqfafi";
|
sha256 = "1m78125w6mq532ngfksrwj3s43qj7wyp756f6qxcqg1cl71xh34k";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
||||||
clientsession cryptoApi cryptohash dataDefault dataenc DAV
|
clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
|
||||||
dlist dns editDistance exceptions extensibleExceptions
|
dlist dns editDistance exceptions extensibleExceptions fdoNotify
|
||||||
feed filepath gnutls hamlet hS3 hslogger HTTP httpClient
|
feed filepath gnutls hamlet hinotify hS3 hslogger HTTP httpClient
|
||||||
httpConduit httpTypes IfElse json liftedBase MissingH monadControl
|
httpConduit httpTypes IfElse json liftedBase MissingH monadControl
|
||||||
mtl network networkConduit networkInfo networkMulticast
|
mtl network networkInfo networkMulticast networkProtocolXmpp
|
||||||
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
optparseApplicative QuickCheck random regexTdfa SafeSemaphore
|
||||||
SafeSemaphore securemem SHA shakespeare stm tasty tastyHunit
|
securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
|
||||||
tastyQuickcheck tastyRerun text time transformers unixCompat
|
tastyRerun text time transformers unixCompat utf8String uuid wai
|
||||||
utf8String uuid wai waiExtra warp warpTls xmlTypes yesod yesodCore
|
waiExtra warp warpTls xmlTypes yesod yesodCore yesodDefault
|
||||||
yesodDefault yesodForm yesodStatic
|
yesodForm yesodStatic
|
||||||
] ++ (if (!self.stdenv.isDarwin) then [
|
];
|
||||||
dbus fdoNotify hinotify
|
|
||||||
] else [
|
|
||||||
fsnotify
|
|
||||||
]);
|
|
||||||
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
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 = ''
|
preConfigure = ''
|
||||||
export HOME="$NIX_BUILD_TOP/tmp"
|
export HOME="$NIX_BUILD_TOP/tmp"
|
||||||
mkdir "$HOME"
|
mkdir "$HOME"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user