diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-27 15:31:48 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-27 15:34:21 +0100 |
commit | c1e875eea340e7b14c41c6377df4dde74dee1145 (patch) | |
tree | f4c1891ac8acc55a722679ad44e0bd7dfa7c30ea /gnu/packages | |
parent | 4fb43ae287fb399e3d8f4fbd885dfb42d2f899e8 (diff) | |
download | guix-c1e875eea340e7b14c41c6377df4dde74dee1145.tar.gz |
gnu: Remove go-github-com-calmh-du.
This repository has been archived by the owner on Nov 27, 2018. It is now read-only. * gnu/packages/syncthing.scm (go-github-com-calmh-du): Delete variable. Change-Id: Ibe99cf590ea1d57d12d0fe0085b0149b372482ee
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/syncthing.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 09d62f57fd..7f8e08adb0 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -213,28 +213,6 @@ notification area icon for Syncthing. Supported Syncthing features: (define-public qsyncthingtray (deprecated-package "qsyncthingtray" syncthing-gtk)) -(define-public go-github-com-calmh-du - (package - (name "go-github-com-calmh-du") - (version "1.0.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/calmh/du") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0qb3a6y3p9nkyn3s66k6zcm16y8n8578qh23ddj14cxf2scrr2n2")))) - (build-system go-build-system) - (arguments - `(#:import-path "github.com/calmh/du")) - (synopsis "Get total and available disk space of a given volume") - (description "This is a Go implementation of `du`. It provides disk usage -information, such as how much storage space is available, free, and used.") - (home-page "https://github.com/calmh/du") - (license public-domain))) - (define-public go-github-com-calmh-xdr (package (name "go-github-com-calmh-xdr") |