mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: motion: Update to 4.3.2.
* gnu/packages/video.scm (motion): Update to 4.3.2. [arguments]: In 'bootstrap' phase, adjust 'version.sh' file name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
94b7687e3e
commit
dc5d514362
1 changed files with 3 additions and 3 deletions
|
@ -4161,7 +4161,7 @@ (define-public frei0r-plugins
|
|||
(define-public motion
|
||||
(package
|
||||
(name "motion")
|
||||
(version "4.2.2")
|
||||
(version "4.3.2")
|
||||
(home-page "https://motion-project.github.io/")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -4170,7 +4170,7 @@ (define-public motion
|
|||
(commit (string-append "release-" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"05c1gx75xy2hw49x6vkydvwxbr80kipsc3nr906k3hq8735svx6f"))
|
||||
"09xs815jsivcilpmnrx2jkcxirj4lg5kp99fkr0p2sdxw03myi95"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
@ -4187,7 +4187,7 @@ (define-public motion
|
|||
'(#:phases (modify-phases %standard-phases
|
||||
(replace 'bootstrap
|
||||
(lambda _
|
||||
(patch-shebang "version.sh")
|
||||
(patch-shebang "scripts/version.sh")
|
||||
(invoke "autoreconf" "-vfi"))))
|
||||
#:configure-flags '("--sysconfdir=/etc")
|
||||
#:make-flags (list (string-append "sysconfdir="
|
||||
|
|
Loading…
Reference in a new issue