GNU bug report logs -
#67834
[PATCH] gnu: Add node-path-key.
Previous Next
Reported by: Rikard Nordgren <hrn <at> posteo.net>
Date: Fri, 15 Dec 2023 07:30:02 UTC
Severity: normal
Tags: patch
Done: Jelle Licht <jlicht <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67834 in the body.
You can then email your comments to 67834 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67834
; Package
guix-patches
.
(Fri, 15 Dec 2023 07:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rikard Nordgren <hrn <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 15 Dec 2023 07:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/node-xyz.scm (node-path-key): New variable
Change-Id: I0fc1cbbcf82622f4bf2dd6d2ca46b22605ea964a
---
gnu/packages/node-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 6c16417309..9146daef8a 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -631,6 +631,31 @@ (define-public node-once
if desired.")
(license license:isc)))
+(define-public node-path-key
+ (package
+ (name "node-path-key")
+ (version "4.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sindresorhus/path-key")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09f4rf70qhq234fcc3pw9nrqic8cb75pk2b6wfnpr96v0r1h8d8g"))))
+ (build-system node-build-system)
+ (arguments
+ '(#:tests? #f
+ #:phases (modify-phases %standard-phases
+ (add-after 'patch-dependencies 'delete-dependencies
+ (lambda _
+ (delete-dependencies '("@types/node" "ava" "tsd" "xo")))))))
+ (home-page "https://github.com/sindresorhus/path-key")
+ (synopsis "Get the PATH environment variable key cross-platform")
+ (description "Get the PATH environment variable key cross-platform")
+ (license license:expat)))
+
(define-public node-ieee754
(package
(name "node-ieee754")
base-commit: 23627b1706af25a0a30b96b9169a3495279aff1b
--
2.34.1
Reply sent
to
Jelle Licht <jlicht <at> posteo.net>
:
You have taken responsibility.
(Sat, 03 Feb 2024 17:10:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rikard Nordgren <hrn <at> posteo.net>
:
bug acknowledged by developer.
(Sat, 03 Feb 2024 17:10:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 67834-done <at> debbugs.gnu.org (full text, mbox):
Rikard Nordgren <hrn <at> posteo.net> writes:
> * gnu/packages/node-xyz.scm (node-path-key): New variable
>
> Change-Id: I0fc1cbbcf82622f4bf2dd6d2ca46b22605ea964a
Thanks! Pushed to master, I slightly reworded the package description
(hopefully for the better).
- Jelle
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 03 Mar 2024 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.