[PATCH 2/2]: nongnu: Add wine-gecko.
* nongnu/packages/wine-xyz.scm (wine-gecko): New variable.
This commit is contained in:
parent
71b92d36ce
commit
6d0e92b920
|
@ -30,3 +30,26 @@
|
|||
(description
|
||||
"Mono is an implementation of the .NET Framework for Wine.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public wine-gecko
|
||||
(let ((arch (if (target-64bit?) "x86_64" "x86")))
|
||||
(package
|
||||
(name "wine-gecko")
|
||||
(version "2.47.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.winehq.org/wine/wine-gecko/" version
|
||||
"/wine-gecko-" version "-" arch ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0518m084f9bdl836gs3d8qm8jx65j2y1w35zi9x8s1bxadzgr27x"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
#~(list (list "." "share/wine/gecko/"))))
|
||||
(home-page "https://wiki.winehq.org/Gecko")
|
||||
(synopsis "Internet explorer for Wine")
|
||||
(description
|
||||
"Gecko is an internet explorer for Wine.")
|
||||
(license license:expat))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user