me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-04-04 18:07:49 +02:00
parent e6df74d2b1
commit 83b9867e00
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 9 deletions

View File

@ -38847,8 +38847,8 @@ headlines, keywords, tables and source blocks.")
(license license:gpl3+)))) ; License is in pyimport.el
(define-public emacs-straight-el
(let ((commit "039e5c9a9b5c00749602afb41341e9e77ba09429")
(revision "2"))
(let ((commit "b3760f5829dba37e855add7323304561eb57a3d4")
(revision "3"))
(package
(name "emacs-straight-el")
(version (git-version "0" revision commit))
@ -38861,7 +38861,7 @@ headlines, keywords, tables and source blocks.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "05avzakgkwzrj1pxa1pkcv96knqq4mnkv2cszn4cs4kmvr2mchxm"))))
(base32 "10kvm2gzn7yf2wkfprq7cm6m2la83rdi394rcrsxql3yyhd0v599"))))
(build-system emacs-build-system)
(arguments
(list
@ -38881,12 +38881,7 @@ headlines, keywords, tables and source blocks.")
(("\"git\"")
(string-append "\""
(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
(list texinfo))
(inputs