Skip to content

Commit

Permalink
Merge pull request #258 from waveygang/guix
Browse files Browse the repository at this point in the history
add deflate to guix.scm
  • Loading branch information
AndreaGuarracino authored Jul 10, 2024
2 parents 2243583 + 9956936 commit 02daf84
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 02daf84

Please sign in to comment.