haskell-git-annex: update to version 5.20140613
This commit is contained in:
parent
fa8f2ca300
commit
c5b7e2a2f2
@ -9,33 +9,41 @@
|
|||||||
, optparseApplicative, perl, QuickCheck, random, regexTdfa, rsync
|
, optparseApplicative, perl, QuickCheck, random, regexTdfa, rsync
|
||||||
, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
|
, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
|
||||||
, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
|
, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
|
||||||
, unixCompat, utf8String, uuid, wai, waiLogger, warp, warpTls
|
, unixCompat, utf8String, uuid, wai, waiExtra, warp, warpTls, which
|
||||||
, which, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm
|
, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
|
||||||
, yesodStatic, fsnotify
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140606";
|
version = "5.20140613";
|
||||||
sha256 = "1b9hslkdv82lf8njwzy51yj8dgg2wn7g08wy73lk7pnddfh8qjpy";
|
sha256 = "01khqy68w1rqxic9lqal7902cv89d10xvbzmvlsx99g70ljqfafi";
|
||||||
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 networkConduit networkInfo networkMulticast
|
||||||
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
||||||
SafeSemaphore securemem SHA shakespeare stm tasty tastyHunit
|
SafeSemaphore securemem SHA shakespeare stm tasty tastyHunit
|
||||||
tastyQuickcheck tastyRerun text time transformers unixCompat
|
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
|
yesodDefault 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…
Reference in New Issue
Block a user