summaryrefslogtreecommitdiff
path: root/px/packages/node.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-03-30 12:24:42 +0000
committerFranz Geffke <franz@pantherx.org>2024-03-30 12:24:42 +0000
commitf7c4e579e145dab0036d375147b9e6119e4bd051 (patch)
treeb94258e5c2af3da001022c822cdff2fecc976a6a /px/packages/node.scm
parent27acb574a2845a61fce39bf682d388e2c7a0882b (diff)
drop pnpm-7
Diffstat (limited to 'px/packages/node.scm')
-rw-r--r--px/packages/node.scm19
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