unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67664] [PATCH] gnu: Add node-normalize-path.
@ 2023-12-06 19:11 Rikard Nordgren
  2023-12-22 16:41 ` bug#67664: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rikard Nordgren @ 2023-12-06 19:11 UTC (permalink / raw)
  To: 67664; +Cc: hrn

* gnu/packages/node-xyz.scm (node-normalize-path): New variable.

Change-Id: I9afbede1f16ed1157fed95d3925b97945a73c91b
---
 gnu/packages/node-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 6c16417309..9eb8595add 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -347,6 +347,35 @@ (define-public node-minimist
 Javascript.")
     (license license:expat)))
 
+(define-public node-normalize-path
+  (package
+    (name "node-normalize-path")
+    (version "3.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jonschlinkert/normalize-path")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1l079szbgw2b9i5zx6zbwvxiivssa55a4pwfy4m7n6rdkcmsxf7f"))))
+    (build-system node-build-system)
+    (arguments
+     '(#:tests? #f
+       #:phases (modify-phases %standard-phases
+                  (add-after 'patch-dependencies 'delete-dependencies
+                    (lambda _
+                      (delete-dependencies '("gulp-format-md" "mocha")))))))
+    (native-inputs (list node-minimist))
+    (home-page "https://github.com/jonschlinkert/normalize-path")
+    (synopsis "Normalize slashes in a file path")
+    (description
+     "Normalize slashes in a file path to be POSIX/Unix-like forward slashes.
+Can also condense repeated slashes to a single slash and remove trailing
+slashes, unless disabled.")
+    (license license:expat)))
+
 (define-public node-oop
   ;; No releases, last commit was February 2013.
   (let ((commit "f9d87cda0958886955c14a0a716e57021ed295dc")

base-commit: 23627b1706af25a0a30b96b9169a3495279aff1b
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67664: [PATCH] gnu: Add node-normalize-path.
  2023-12-06 19:11 [bug#67664] [PATCH] gnu: Add node-normalize-path Rikard Nordgren
@ 2023-12-22 16:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-22 16:41 UTC (permalink / raw)
  To: Rikard Nordgren; +Cc: 67664-done

Rikard Nordgren <hrn@posteo.net> skribis:

> * gnu/packages/node-xyz.scm (node-normalize-path): New variable.
>
> Change-Id: I9afbede1f16ed1157fed95d3925b97945a73c91b

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-22 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06 19:11 [bug#67664] [PATCH] gnu: Add node-normalize-path Rikard Nordgren
2023-12-22 16:41 ` bug#67664: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).