aboutsummaryrefslogtreecommitdiff
path: root/km-packages
AgeCommit message (Collapse)Author
2022-11-26Clean up unused importsHEADmasterKyle Meyer
2022-11-26b4: Update to latest versionKyle Meyer
2022-11-26b4: Drop unused bindingKyle Meyer
2022-11-26patatt: Update to latest versionKyle Meyer
2022-11-26misc: Drop tojsonKyle Meyer
I haven't been using this.
2022-11-26Update copyright yearsKyle Meyer
2022-03-02emacs.scm: Drop emacs-ox-gfmKyle Meyer
This is available upstream.
2021-09-18b4: Update to latest releaseKyle Meyer
I'm waiting for a patch to be applied upstream (bug#48702, 20210918162853.25997-4-kyle@kyleam.com).
2021-09-18patatt: Update to latest releaseKyle Meyer
I'm waiting for a patch to be applied upstream (bug#48702, 20210918162853.25997-3-kyle@kyleam.com).
2021-09-18emacs.scm: Drop emacs-ledgerKyle Meyer
This has been available upstream for a while.
2021-09-18git-annex.scm: Drop git-annex-devKyle Meyer
I haven't used this in a while.
2021-05-22misc: Add snapshot of unreleased b4Kyle Meyer
2021-05-22misc: Add patattKyle Meyer
This will be required by the next b4 release.
2020-12-24Delete r.scmKyle Meyer
Aside from r-pki and r-rjsonio, it looks like all of these package are available upstream now.
2020-11-15misc: Remove b4Kyle Meyer
It's now available upstream (3b77ba78684).
2020-09-27misc: Remove grokmirrorKyle Meyer
It's now available upstream.
2020-09-21grokmirror: Update to 2.0.0Kyle Meyer
2020-09-01emacs: Drop packages that are now available upstreamKyle Meyer
2020-08-16b4: Avoid installing manpage source files file in man/Kyle Meyer
The man/ directory in b4's source tree includes b4.5.rst. Make the regular expression stricter to avoid installing it.
2020-07-27b4: Update to 0.5.2Kyle Meyer
2020-07-24b4: Install manpagesKyle Meyer
2020-07-24b4: Update to 0.5.1Kyle Meyer
2020-07-24grokmirror: Remove unnecessary argumentsKyle Meyer
2020-05-29b4: Update to 0.5.0Kyle Meyer
2020-05-13b4: Update to 0.4.2Kyle Meyer
2020-05-13misc: Add grokmirrorKyle Meyer
2020-04-21misc: Add b4Kyle Meyer
2020-04-21misc: Do a restricted import of with-directory-excursionKyle Meyer
I'm now seeing the same warning for misc.scm that I was seeing for git-annex.scm before 55c1649.
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-11-02r: Update import for relocated packageKyle Meyer
2019-10-10emacs: Drop custom use-package definitionKyle Meyer
Version 2.4 is available upstream.
2019-10-10emacs: Drop custom ace-link definitionKyle Meyer
This is now available upstream.
2019-10-10emacs: Drop custom avy definitionKyle Meyer
A newer avy has been released and is available upstream.
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-09-02Add tojsonKyle Meyer
2019-07-12git-annex.scm: Add ipfs special remoteKyle Meyer