mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: fet: Update to 6.5.3.
* gnu/packages/education.scm (fet): Update to 6.5.3.
This commit is contained in:
parent
deeec484a6
commit
7911f6ff04
1 changed files with 14 additions and 13 deletions
|
@ -579,7 +579,7 @@ (define-public openboard
|
||||||
(define-public fet
|
(define-public fet
|
||||||
(package
|
(package
|
||||||
(name "fet")
|
(name "fet")
|
||||||
(version "6.2.2")
|
(version "6.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -588,20 +588,21 @@ (define-public fet
|
||||||
(list (string-append directory base)
|
(list (string-append directory base)
|
||||||
(string-append directory "old/" base))))
|
(string-append directory "old/" base))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x8m543n88iqprh4zccx1zcfm20balmh0h6syrbv03cszmkvfw07"))))
|
(base32 "030njv53azzw6fn2d5mkxn7hyvyb45yss2y49wxb8bgj3ayv1rgp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-after 'unpack 'fix-hardcoded-directories
|
#~(modify-phases %standard-phases
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(add-after 'unpack 'fix-hardcoded-directories
|
||||||
(substitute* (list "fet.pro"
|
(lambda _
|
||||||
"src/src.pro"
|
(substitute* (list "fet.pro"
|
||||||
"src/src-cl.pro"
|
"src/src.pro"
|
||||||
"src/interface/fet.cpp")
|
"src/src-cl.pro"
|
||||||
(("/usr") (assoc-ref outputs "out")))))
|
"src/interface/fet.cpp")
|
||||||
(replace 'configure
|
(("/usr") #$output))))
|
||||||
(lambda _ (invoke "qmake" "fet.pro"))))))
|
(replace 'configure
|
||||||
|
(lambda _ (invoke "qmake" "fet.pro"))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase))
|
(list qtbase))
|
||||||
(home-page "https://www.lalescu.ro/liviu/fet/")
|
(home-page "https://www.lalescu.ro/liviu/fet/")
|
||||||
|
|
Loading…
Reference in a new issue