···
-
version = "6.20170520";
-
sha256 = "05r701gd7jqjcxcvm8l11fb04z8rqjalf4z8id693q9c2x29pkzq";
-
"-fassistant" "-fcryptonite" "-fdbus" "-fdesktopnotify" "-fdns"
-
"-ffeed" "-finotify" "-fpairing" "-fproduction" "-fquvi" "-fs3"
-
"-ftahoe" "-ftdfa" "-ftestsuite" "-ftorrentparser" "-fwebapp"
-
"-fwebapp-secure" "-fwebdav" "-fxmpp"
-
setupHaskellDepends = [
-
base bytestring Cabal data-default directory exceptions filepath
-
hslogger IfElse process split unix unix-compat
-
executableHaskellDepends = [
-
aeson async aws base blaze-builder bloomfilter byteable bytestring
-
case-insensitive clientsession concurrent-output conduit
-
conduit-extra containers crypto-api cryptonite data-default DAV
-
dbus directory disk-free-space dlist dns edit-distance esqueleto
-
exceptions fdo-notify feed filepath free hinotify hslogger
-
http-client http-conduit http-types IfElse magic memory
-
monad-control monad-logger mountpoints mtl network network-info
-
network-multicast network-uri old-locale optparse-applicative
-
path-pieces persistent persistent-sqlite persistent-template
-
process QuickCheck random regex-tdfa resourcet SafeSemaphore sandi
-
securemem shakespeare socks split stm stm-chans tasty tasty-hunit
-
tasty-quickcheck tasty-rerun template-haskell text time torrent
-
transformers unix unix-compat unordered-containers utf8-string uuid
-
wai wai-extra warp warp-tls yesod yesod-core yesod-default
-
yesod-form yesod-static
-
executableSystemDepends = [
-
bup curl git gnupg lsof openssh perl rsync wget which
-
preConfigure = "export HOME=$TEMPDIR; patchShebangs .";
-
installPhase = "make PREFIX=$out BUILDER=: install";
-
ln -sf dist/build/git-annex/git-annex git-annex
-
ln -sf git-annex git-annex-shell
-
enableSharedExecutables = false;
-
homepage = "http://git-annex.branchable.com/";
-
description = "manage files with git, without checking their contents into git";
-
license = stdenv.lib.licenses.gpl3;
-
platforms = [ "i686-linux" "x86_64-linux" ];
-
maintainers = with stdenv.lib.maintainers; [ peti ];
-
}) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git;
-
inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh;
-
inherit (pkgs) perl; inherit (pkgs) rsync; inherit (pkgs) wget;
-
inherit (pkgs) which;};
-
"git-annex_6_20170818" = callPackage
-
({ mkDerivation, aeson, async, aws, base, blaze-builder
-
, bloomfilter, bup, byteable, bytestring, Cabal, case-insensitive
-
, clientsession, concurrent-output, conduit, conduit-extra
-
, containers, crypto-api, cryptonite, curl, data-default, DAV, dbus
-
, directory, disk-free-space, dlist, dns, edit-distance, esqueleto
-
, exceptions, fdo-notify, feed, filepath, free, git, gnupg
-
, hinotify, hslogger, http-client, http-conduit, http-types, IfElse
-
, lsof, magic, memory, monad-control, monad-logger, mountpoints
-
, mtl, network, network-info, network-multicast, network-uri
-
, old-locale, openssh, optparse-applicative, path-pieces, perl
-
, persistent, persistent-sqlite, persistent-template, process
-
, QuickCheck, random, regex-tdfa, resourcet, rsync, SafeSemaphore
-
, sandi, securemem, shakespeare, socks, split, stm, stm-chans
-
, tasty, tasty-hunit, tasty-quickcheck, tasty-rerun
-
, template-haskell, text, time, torrent, transformers, unix
-
, unix-compat, unordered-containers, utf8-string, uuid, wai
-
, wai-extra, warp, warp-tls, wget, which, yesod, yesod-core
-
, yesod-default, yesod-form, yesod-static
sha256 = "0ybxixbqvy4rx6mq9s02rh349rbr04hb17z4bfayin0qwa5kzpvx";
···
description = "manage files with git, without checking their contents into git";
license = stdenv.lib.licenses.gpl3;
platforms = [ "i686-linux" "x86_64-linux" ];
-
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git;
inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh;