mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-on-guile: Update to 0.1.0-2.058c596.
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 0.1.0-2.058c596. [source]: Fetch from fork at git.elephly.net. [arguments]: Remove phase "use-canonical-directory-for-go-files".
This commit is contained in:
parent
d60b064d47
commit
4088ae4270
1 changed files with 5 additions and 10 deletions
|
@ -2163,20 +2163,20 @@ (define-public guile-persist
|
|||
(license license:lgpl2.0+))))
|
||||
|
||||
(define-public python-on-guile
|
||||
(let ((commit "0cb7c2b2fff4338ca6153473f3f5c409a818f293")
|
||||
(revision "1"))
|
||||
(let ((commit "058c596cd3886447da31171e1026d4d19f5f5313")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "python-on-guile")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/python-on-guile/python-on-guile.git")
|
||||
(url "https://git.elephly.net/software/python-on-guile.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kpz08rrp5mwcf5ksc4flgrw992syham9x49dn9wq9w31bpcpnby"))))
|
||||
"0ppyh5kkhsph5kc091p2b5a3alnj3wnlx8jr5xpyhrsj0vx9cqph"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-build? #f ; not supported
|
||||
|
@ -2185,12 +2185,7 @@ (define-public python-on-guile
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _ (chdir "modules") #t))
|
||||
(add-after 'chdir 'use-canonical-directory-for-go-files
|
||||
(lambda _
|
||||
(substitute* "Makefile.am"
|
||||
(("/ccache") "/site-ccache"))
|
||||
#t)))))
|
||||
(lambda _ (chdir "modules") #t)))))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.2)))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue