haskell-git-annex: update to version 5.20140717
This commit is contained in:
parent
600f854260
commit
92faa6a009
@ -7,41 +7,45 @@
|
|||||||
, 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, networkInfo, networkMulticast
|
, monadControl, mtl, network, networkInfo, networkMulticast
|
||||||
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
, networkProtocolXmpp, openssh, optparseApplicative, pathPieces
|
||||||
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
|
, perl, QuickCheck, random, regexTdfa, rsync, SafeSemaphore
|
||||||
, SHA, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck
|
, securemem, SHA, shakespeare, stm, tasty, tastyHunit
|
||||||
, tastyRerun, text, time, transformers, unixCompat, utf8String
|
, tastyQuickcheck, tastyRerun, text, time, transformers, unixCompat
|
||||||
, uuid, wai, waiExtra, warp, warpTls, which, xmlTypes, yesod
|
, utf8String, uuid, wai, waiExtra, warp, warpTls, which, xmlTypes
|
||||||
, yesodCore, yesodDefault, yesodForm, yesodStatic
|
, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
|
||||||
, fsnotify
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140709";
|
version = "5.20140717";
|
||||||
sha256 = "0n636b52199kj8w3awfvrabg6c76kb133gbfh9r8sp0xrg376z2s";
|
sha256 = "199gqp85f6xnyg3svs23n3r6q4pflvz4zy5y376klay9mzzp0rbl";
|
||||||
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 networkInfo networkMulticast networkProtocolXmpp
|
mtl network networkInfo networkMulticast networkProtocolXmpp
|
||||||
optparseApplicative QuickCheck random regexTdfa SafeSemaphore
|
optparseApplicative pathPieces QuickCheck random regexTdfa
|
||||||
securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
|
SafeSemaphore securemem SHA shakespeare stm tasty tastyHunit
|
||||||
tastyRerun text time transformers unixCompat utf8String uuid wai
|
tastyQuickcheck tastyRerun text time transformers unixCompat
|
||||||
waiExtra warp warpTls xmlTypes yesod yesodCore yesodDefault
|
utf8String uuid wai waiExtra warp warpTls xmlTypes yesod yesodCore
|
||||||
yesodForm yesodStatic
|
yesodDefault yesodForm yesodStatic
|
||||||
] ++ (if self.stdenv.isDarwin then [
|
];
|
||||||
fsnotify
|
|
||||||
] else [
|
|
||||||
dbus fdoNotify hinotify
|
|
||||||
]);
|
|
||||||
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
||||||
configureFlags = "-fAssistant
|
configureFlags = "-fS3
|
||||||
-fProduction";
|
-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