mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 23:35:54 +02:00
gnu: json-for-vhdl-for-vunit: Simplify.
* gnu/packages/electronics.scm (json-for-vhdl-for-vunit)[arguments]: Delete. [native-inputs]: Delete. (python-vunit)[arguments]: Update ’unbundle #:phase. Change-Id: Id8a947a0d415a48798d2efd4abcab1a7717a336d
This commit is contained in:
@@ -848,13 +848,7 @@ used in the declarative section of design units.")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c106hm0sfnzdi5j9vaacjlz7i5m1dm75j7lrgcdsa4siw5ac7k3"))))
|
||||
(arguments
|
||||
(list
|
||||
#:install-plan
|
||||
#~'(("src" "share/json-for-vhdl" #:include ("vhdl")))))
|
||||
(native-inputs
|
||||
'()))))
|
||||
(base32 "1c106hm0sfnzdi5j9vaacjlz7i5m1dm75j7lrgcdsa4siw5ac7k3")))))))
|
||||
|
||||
(define-public klayout
|
||||
(package
|
||||
@@ -2954,7 +2948,7 @@ to enforce it.")
|
||||
"/vunit/vhdl/")))
|
||||
(mkdir-p (string-append site-packages "JSON-for-VHDL"))
|
||||
(symlink
|
||||
(search-input-directory inputs "share/json-for-vhdl")
|
||||
(search-input-directory inputs "share/json-for-vhdl/work/src")
|
||||
(string-append site-packages "JSON-for-VHDL/src"))
|
||||
(symlink
|
||||
(search-input-directory inputs "share/osvvm/work/osvvm")
|
||||
|
||||
Reference in New Issue
Block a user