Archived
1
0
Fork 0

gnu: poke: Update to 1.4.

* gnu/packages/engineering.scm (poke): Update to 1.4.
[native-inputs]: Remove clisp, perl, python-2, and python-3.
This commit is contained in:
Efraim Flashner 2021-12-06 10:47:46 +02:00
parent e050ddad0b
commit c70df3c467
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2777,27 +2777,22 @@ GUI.")
(define-public poke (define-public poke
(package (package
(name "poke") (name "poke")
(version "1.3") (version "1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version (uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32 "095a0qal1fwnqxnal0xb4mp0n4zy97j3ww1j04ij3jb0jpr4s1ff"))))
"06qgry1pal2vampmbmc1lzlhf1qnjkd8py781r5h020v981n6y5s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; The GUI, which we elide, requires tcl and tk. ;; The GUI, which we elide, requires tcl and tk.
(native-inputs `(;; Requires bison 3.6+ but we currently only have 3.5. (native-inputs `(;; Requires bison 3.6+ but we currently only have 3.5.
;; Bison 3.6 will be available in the next core update. ;; Bison 3.6 will be available in the next core update.
("bison-3.6" ,bison-3.6) ("bison-3.6" ,bison-3.6)
("clisp" ,clisp)
("dejagnu" ,dejagnu) ("dejagnu" ,dejagnu)
("flex" ,flex) ("flex" ,flex)
("libtool" ,libtool) ("libtool" ,libtool)
("perl" ,perl) ("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
("python-2" ,python-2)
("python-3" ,python-3)))
;; FIXME: Enable NBD support by adding `libnbd' (currently unpackaged). ;; FIXME: Enable NBD support by adding `libnbd' (currently unpackaged).
(inputs `(("json-c" ,json-c) (inputs `(("json-c" ,json-c)
("libgc" ,libgc) ("libgc" ,libgc)