diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 12:24:42 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 12:24:42 +0000 |
commit | f7c4e579e145dab0036d375147b9e6119e4bd051 (patch) | |
tree | b94258e5c2af3da001022c822cdff2fecc976a6a /px/packages | |
parent | 27acb574a2845a61fce39bf682d388e2c7a0882b (diff) |
drop pnpm-7
Diffstat (limited to 'px/packages')
-rw-r--r-- | px/packages/node.scm | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/px/packages/node.scm b/px/packages/node.scm index f2d5f92..8250cf6 100644 --- a/px/packages/node.scm +++ b/px/packages/node.scm @@ -36,21 +36,4 @@ (synopsis "Fast, disk space efficient package manager for nodejs") (description "PNPM uses a content-addressable filesystem to store all files from all module directories on a disk") - (license license:expat))) - -(define-public pnpm-7 - (package - (inherit pnpm) - (name "pnpm") - (version "7.32.2") - (source - (origin - (method url-fetch) - (uri (string-append "https://github.com/pnpm/pnpm/releases/download/v" - version "/pnpm-linuxstatic-" - (match (or (%current-system) - (%current-target-system)) - ("x86_64-linux" "x64") - ("aarch64-linux" "arm64")))) - (sha256 - (base32 "1k3n24ink74ajs8nd0p6y6238vi41n5bvrk8clnydgwg11ax1zx0")))))) + (license license:expat)))
\ No newline at end of file |