aboutsummaryrefslogtreecommitdiff
path: root/km-packages/git-annex.scm
AgeCommit message (Collapse)Author
2020-02-28git-annex: Do a restricted import of with-directory-excursionKyle Meyer
At some point, I started seeing WARNING: (km-packages git-annex): imported module (guix build utils) overrides core binding `delete' I haven't looked into what changed upstream, but avoid the warning by explicitly selecting the only thing needed from (guix build utils).
2020-02-28git-annex-dev: Change source directory locationKyle Meyer
Use a dedicated worktree, so that I can move around in the main worktree without changing where git-annex-dev points.
2020-02-28git-annex-dev: Disable testsKyle Meyer
They're too expensive to run for each -dev version I want to work with locally.
2019-11-02git-annex: Drop reference to now-deleted definitionKyle Meyer
This should have been done in the last commit.
2019-11-02git-annex: Drop custom definitionKyle Meyer
The upstream definition has S3 support as of ac1b080107.
2019-09-16km-git-annex: Remove custom versionKyle Meyer
Upstream is currently up to date.
2019-09-16km-git-annex: Remove custom ghc-magic inputKyle Meyer
Upstream now has ghc-magic and builds git-annex with MagicMime support.
2019-09-13km-git-annex: UpdateKyle Meyer
2019-09-06git-annex-dev: Use km-git-annex's package argumentsKyle Meyer
This should have been done in 0d39391 (git-annex-dev: Inherit from km-git-annex, 2019-09-03).
2019-09-03git-annex: Enable S3Kyle Meyer
2019-09-03git-annex-dev: Inherit from km-git-annexKyle Meyer
... to avoid duplicating modifications.
2019-09-03git-annex: Move definition of km-git-annexKyle Meyer
2019-09-02git-annex-dev: Work around upstream workaroundKyle Meyer
The fix in 3d45d8f14b (gnu: git-annex: Don't patch shebang used in hooks, 2019-07-21) involves stashing Shell.hs to a temporary file and then copying it back over.
2019-09-02git-annex-dev: Remove unnecessary inputKyle Meyer
This is now an input for the upstream package.
2019-09-02git-annex-latest: Rework for upstream fixesKyle Meyer
The patch issue has been fixed as of 3d45d8f14b (gnu: git-annex: Don't patch shebang used in hooks., 2019-07-21). I'll keep a custom package here at least until I get around to adding ghc-magic to the upstream package.
2019-09-02git-annex-latest: UpdateKyle Meyer
2019-07-12git-annex.scm: Add ipfs special remoteKyle Meyer
2019-07-09git-annex.scm: Drop ghc-concurrent-outputKyle Meyer
It's available upstream as of 3c69d462ce (2019-06-07).
2019-07-08git-annex-latest: UpdateKyle Meyer
2019-06-26git-annex-latest: UpdateKyle Meyer
2019-05-13git-annex-latest: UpdateKyle Meyer
2019-05-04git-annex-latest: UpdateKyle Meyer
2019-05-04git-annex.scm: Adjust for upstream module changeKyle Meyer
2019-03-27git-annex-latest: UpdateKyle Meyer
2019-02-21git-annex-latest: UpdateKyle Meyer
2019-02-06Initial importKyle Meyer