summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorHerman Rimm <herman@rimm.ee>2025-10-06 17:03:49 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-26 12:52:19 +0000
commit182d4b3d343085d047fa5c8a7f314f974eef4219 (patch)
tree9d481f442ba00b6683ffba4c9984a6ec962b7121 /gnu/packages/linux.scm
parent5b31cb7360df3846117f78e224d833741f26a8d4 (diff)
gnu: ddate: Move to (gnu packages calendar).
* gnu/packages/linux.scm (ddate): Move from here ... * gnu/packages/calendar.scm (ddate): ... to here. Change-Id: I6e42f8d4487e9a6615fdc895c8ca32254679a691 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1d01e1b37da..ad4e82c1637 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3395,28 +3395,6 @@ such as @command{grep}, @command{cp}, @command{vi}, etc. and can be used as an
alternative to the corresponding implementations from the GNU project.")
(license license:bsd-2)))
-(define-public ddate
- (package
- (name "ddate")
- (version "0.2.2")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/bo0ts/ddate")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1qchxnxvghbma6gp1g78wnjxsri0b72ha9axyk31cplssl7yn73f"))))
- (build-system cmake-build-system)
- (arguments '(#:tests? #f))
- (home-page "https://github.com/bo0ts/ddate")
- (synopsis "PERPETUAL DATE CONVERTER FROM GREGORIAN TO POEE CALENDAR")
- (description
- "ddate displays the Discordian date and holidays of a given date.
-The Discordian calendar was made popular by the \"Illuminatus!\" trilogy
-by Robert Shea and Robert Anton Wilson.")
- (license license:public-domain)))
-
(define-public dislocker
(package
(name "dislocker")