Skip to content
Snippets Groups Projects
Unverified Commit 2560aa7a authored by Leo Famulari's avatar Leo Famulari
Browse files
parent 8420c7a3
No related branches found
No related tags found
No related merge requests found
...@@ -1285,24 +1285,6 @@ (define-public unshield ...@@ -1285,24 +1285,6 @@ (define-public unshield
archives from InstallShield installers.") archives from InstallShield installers.")
(license license:expat))) (license license:expat)))
(define-public unrar
(package
(name "unrar")
(version "0.0.1")
(source (origin
(method url-fetch)
(uri (string-append
"http://download.gna.org/unrar/unrar-" version ".tar.gz"))
(sha256
(base32
"1fgmjaxffj3shyxgy765jhxwz1cq88hk0fih1bsdzyvymyyz6mz7"))))
(build-system gnu-build-system)
(home-page "http://download.gna.org/unrar")
(synopsis "RAR archive extraction tool")
(description "Unrar is a simple command-line program to list and extract
RAR archives.")
(license license:gpl2+)))
(define-public zstd (define-public zstd
(package (package
(name "zstd") (name "zstd")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment