mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: emacs-straight-el: Update to 0-3.b3760f5.
Fixes <https://issues.guix.gnu.org/70170>. * gnu/packages/emacs-xyz.scm (emacs-straight-el): Update to 0-3.b3760f5. [arguments]<#:phases>: Remove unnecessary workaround. Change-Id: I557a032e72e2c6f0354d3b216a779389ec5025db
This commit is contained in:
parent
e6df74d2b1
commit
83b9867e00
1 changed files with 4 additions and 9 deletions
|
@ -38847,8 +38847,8 @@ (define-public emacs-pyimport
|
||||||
(license license:gpl3+)))) ; License is in pyimport.el
|
(license license:gpl3+)))) ; License is in pyimport.el
|
||||||
|
|
||||||
(define-public emacs-straight-el
|
(define-public emacs-straight-el
|
||||||
(let ((commit "039e5c9a9b5c00749602afb41341e9e77ba09429")
|
(let ((commit "b3760f5829dba37e855add7323304561eb57a3d4")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-straight-el")
|
(name "emacs-straight-el")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -38861,7 +38861,7 @@ (define-public emacs-straight-el
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05avzakgkwzrj1pxa1pkcv96knqq4mnkv2cszn4cs4kmvr2mchxm"))))
|
(base32 "10kvm2gzn7yf2wkfprq7cm6m2la83rdi394rcrsxql3yyhd0v599"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -38881,12 +38881,7 @@ (define-public emacs-straight-el
|
||||||
(("\"git\"")
|
(("\"git\"")
|
||||||
(string-append "\""
|
(string-append "\""
|
||||||
(search-input-file inputs "/bin/git")
|
(search-input-file inputs "/bin/git")
|
||||||
"\"")))))
|
"\""))))))))
|
||||||
(add-after 'check 'delete-tests
|
|
||||||
;; "tests" directory includes bogus ".el" files that can make
|
|
||||||
;; `patch-el-files' phase fail.
|
|
||||||
(lambda _
|
|
||||||
(delete-file-recursively "tests"))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue