Skip to content

Commit

Permalink
add deflate to guix.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Jul 10, 2024
1 parent 2243583 commit 9956936
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions guix.scm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
;;
;; mkdir -p /usr/bin ; ln -s $GUIX_ENVIRONMENT/bin/env /usr/bin/env
;;
;; by Pjotr Prins (c) 2023
;; by Pjotr Prins & Andrea Guarracino (c) 2023-2024

(use-modules
((guix licenses) #:prefix license:)
Expand Down Expand Up @@ -75,11 +75,12 @@
; ("parallel" ,parallel) ; for wfmash-parallel
("bzip2" ,bzip2)
("xz" ,xz)
("zlib" ,zlib)))
("zlib" ,zlib)
("libdeflate" ,libdeflate)))
(synopsis "wfmash")
(description
"wfmash.")
(home-page "https://github.com/waveygang/wfmash")
(license license:expat)))

wfmash-git
wfmash-git

0 comments on commit 9956936

Please sign in to comment.