2014-07-14 16:23:04 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-12-03 21:00:36 +00:00
|
|
|
{ cabal, aeson, async, aws, blazeBuilder, bloomfilter, bup
|
|
|
|
, byteable, caseInsensitive, clientsession, conduit, conduitExtra
|
|
|
|
, cryptoApi, cryptohash, curl, dataDefault, dataenc, DAV, dbus
|
|
|
|
, dlist, dns, editDistance, exceptions, fdoNotify, feed, filepath
|
|
|
|
, git, gnupg1, gnutls, hamlet, hinotify, hslogger, httpClient
|
|
|
|
, httpConduit, httpTypes, IfElse, json, lsof, MissingH
|
|
|
|
, monadControl, mtl, network, networkInfo, networkMulticast
|
|
|
|
, networkProtocolXmpp, networkUri, openssh, optparseApplicative
|
|
|
|
, pathPieces, perl, QuickCheck, random, regexTdfa, resourcet, rsync
|
|
|
|
, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
|
2014-12-24 12:50:41 +00:00
|
|
|
, tastyHunit, tastyQuickcheck, tastyRerun, text, time, torrent
|
|
|
|
, transformers, unixCompat, utf8String, uuid, wai, waiExtra, warp
|
|
|
|
, warpTls, wget, which, xmlTypes, yesod, yesodCore, yesodDefault
|
|
|
|
, yesodForm, yesodStatic
|
2011-09-03 14:17:36 +01:00
|
|
|
}:
|
2011-03-23 15:57:53 +00:00
|
|
|
|
2013-06-03 21:08:57 +01:00
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "git-annex";
|
2015-01-05 11:33:15 +00:00
|
|
|
version = "5.20141231";
|
|
|
|
sha256 = "0rrwaclc3mpn39087fs5pgn0axjp5mki0nhj9a3fjjchdwd8wzyf";
|
2013-06-03 21:08:57 +01:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-12-03 21:00:36 +00:00
|
|
|
aeson async aws blazeBuilder bloomfilter byteable caseInsensitive
|
|
|
|
clientsession conduit conduitExtra cryptoApi cryptohash dataDefault
|
|
|
|
dataenc DAV dbus dlist dns editDistance exceptions fdoNotify feed
|
|
|
|
filepath gnutls hamlet hinotify hslogger httpClient httpConduit
|
|
|
|
httpTypes IfElse json MissingH monadControl mtl network networkInfo
|
2014-09-17 19:54:05 +01:00
|
|
|
networkMulticast networkProtocolXmpp networkUri optparseApplicative
|
2014-12-03 21:00:36 +00:00
|
|
|
pathPieces QuickCheck random regexTdfa resourcet SafeSemaphore
|
|
|
|
securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
|
2014-12-24 12:50:41 +00:00
|
|
|
tastyRerun text time torrent transformers unixCompat utf8String
|
|
|
|
uuid wai waiExtra warp warpTls xmlTypes yesod yesodCore
|
|
|
|
yesodDefault yesodForm yesodStatic
|
|
|
|
];
|
|
|
|
buildTools = [
|
|
|
|
bup curl git gnupg1 lsof openssh perl rsync wget which
|
2014-08-19 19:43:26 +01:00
|
|
|
];
|
|
|
|
configureFlags = "-fAssistant -fProduction";
|
2014-10-18 16:48:48 +01:00
|
|
|
preConfigure = "export HOME=$TEMPDIR";
|
2014-01-03 13:45:00 +00:00
|
|
|
installPhase = "./Setup install";
|
2013-12-23 19:30:39 +00:00
|
|
|
checkPhase = ''
|
2013-12-22 16:36:40 +00:00
|
|
|
cp dist/build/git-annex/git-annex git-annex
|
|
|
|
./git-annex test
|
2013-12-14 21:05:17 +00:00
|
|
|
'';
|
2014-02-10 20:42:02 +00:00
|
|
|
propagatedUserEnvPkgs = [git lsof];
|
2011-03-23 15:57:53 +00:00
|
|
|
meta = {
|
2011-07-08 00:48:26 +01:00
|
|
|
homepage = "http://git-annex.branchable.com/";
|
2013-06-03 21:08:57 +01:00
|
|
|
description = "manage files with git, without checking their contents into git";
|
2013-07-01 10:04:02 +01:00
|
|
|
license = self.stdenv.lib.licenses.gpl3;
|
2013-06-03 21:08:57 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-12-04 20:44:13 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2011-03-23 15:57:53 +00:00
|
|
|
};
|
2013-06-03 21:08:57 +01:00
|
|
|
})
|