diff options
| author | divoplade <d@divoplade.fr> | 2021-10-12 12:21:36 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-18 10:07:56 +0200 |
| commit | 0d2400ceca8d0a0358abaf4cd699e54ddad0e885 (patch) | |
| tree | 3a3df0248431e0400c05f104a7365cc3ef01212b | |
| parent | 3275c9e1f573b0e8698dc0bb5c8e52a3b3858ba8 (diff) | |
gnu: Remove 'guile-mkdir-p'.
* gnu/packages/guile-xyz.scm: Remove guile-mkdir-p
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index c4d6d38b9b5..355b23f57e9 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -4470,45 +4470,6 @@ Discovery (DNS-SD).") | |||
| 4470 | (home-page "https://www.nongnu.org/guile-avahi/") | 4470 | (home-page "https://www.nongnu.org/guile-avahi/") |
| 4471 | (license license:lgpl3+)))) | 4471 | (license license:lgpl3+)))) |
| 4472 | 4472 | ||
| 4473 | (define-public guile-mkdir-p | ||
| 4474 | (package | ||
| 4475 | (name "guile-mkdir-p") | ||
| 4476 | (version "1.0.1") | ||
| 4477 | (source | ||
| 4478 | (origin | ||
| 4479 | (method git-fetch) | ||
| 4480 | (uri (git-reference | ||
| 4481 | (url "https://code.divoplade.fr/mkdir-p.git") | ||
| 4482 | (commit (string-append "v" version)))) | ||
| 4483 | (sha256 | ||
| 4484 | (base32 "01k20rjcv6p0spmw8ls776aar6bfw0jxw46d2n12w0cb2p79xjv8")) | ||
| 4485 | (file-name (git-file-name name version)) | ||
| 4486 | (snippet | ||
| 4487 | `(begin | ||
| 4488 | (with-output-to-file ".tarball-version" | ||
| 4489 | (lambda _ (format #t "~a~%" ,version))) | ||
| 4490 | #t)))) | ||
| 4491 | (build-system gnu-build-system) | ||
| 4492 | (arguments `()) | ||
| 4493 | (native-inputs | ||
| 4494 | `(("guile" ,guile-3.0) | ||
| 4495 | ("texinfo" ,texinfo) | ||
| 4496 | ("autoconf" ,autoconf) | ||
| 4497 | ("autoconf-archive" ,autoconf-archive) | ||
| 4498 | ("automake" ,automake) | ||
| 4499 | ("pkg-config" ,pkg-config) | ||
| 4500 | ("gettext" ,gettext-minimal))) | ||
| 4501 | (inputs `(("guile" ,guile-3.0))) | ||
| 4502 | (synopsis "Implementation of a recursive @code{mkdir} for Guile") | ||
| 4503 | (description | ||
| 4504 | "This package provides within the @code{(mkdir-p)} module the | ||
| 4505 | @code{mkdir-p} function that tries to create the chain of directories | ||
| 4506 | recursively. It also provides new versions of @code{open-output-file}, | ||
| 4507 | @code{call-with-output-file} and @code{with-output-to-file} to create the | ||
| 4508 | directory of its argument if it does not exist.") | ||
| 4509 | (home-page "https://mkdir-p.divoplade.fr") | ||
| 4510 | (license license:asl2.0))) | ||
| 4511 | |||
| 4512 | (define-public guile-jwt | 4473 | (define-public guile-jwt |
| 4513 | (package | 4474 | (package |
| 4514 | (name "guile-jwt") | 4475 | (name "guile-jwt") |
