summaryrefslogtreecommitdiff
path: root/gnu/packages/compression.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/compression.scm')
-rw-r--r--gnu/packages/compression.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index b6403aa37e2..e632c42b488 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -599,6 +599,21 @@ than gzip and 15 % smaller output than bzip2.")
599 (license (list license:gpl2+ license:lgpl2.1+)) ; bits of both 599 (license (list license:gpl2+ license:lgpl2.1+)) ; bits of both
600 (home-page "https://tukaani.org/xz/"))) 600 (home-page "https://tukaani.org/xz/")))
601 601
602(define-public xz-for-graal-truffle
603 (package
604 (inherit xz)
605 (name "xz-for-graal-truffle")
606 (version "5.6.2")
607 (source (origin
608 (method url-fetch)
609 (uri (list (string-append "http://tukaani.org/xz/xz-" version
610 ".tar.gz")
611 (string-append "http://multiprecision.org/guix/xz-"
612 version ".tar.gz")))
613 (sha256
614 (base32
615 "06a585qzn2qlwdv44w7x6p6x8qmbqrqzlz29y8108vyqw7021zcb"))))))
616
602(define-public heatshrink 617(define-public heatshrink
603 (package 618 (package
604 (name "heatshrink") 619 (name "heatshrink")