mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: ieee-p1076: Fix paths.
* gnu/packages/electronics.scm (ieee-p1076)[arguments]: Correct paths in #:install-plan. [native-search-paths]: Update. Change-Id: I4d424104ec3b5944cf61778791f8d102ee43a624 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
bfd13653ee
commit
7c620d0c75
1 changed files with 4 additions and 4 deletions
|
|
@ -424,13 +424,13 @@ ensuring that a design refactor preserves correctness in all conditions.")
|
|||
;; pass 1055 of 1648
|
||||
#:tests? #f
|
||||
#:install-plan
|
||||
#~'(("ieee" "share/ieee/p1076/ieee" #:include ("vhdl"))
|
||||
("std" "share/ieee/p1076/std" #:include ("vhdl")))))
|
||||
#~'(("ieee" "share/ieee-p1076/ieee" #:include ("vhdl"))
|
||||
("std" "share/ieee-p1076/std" #:include ("vhdl")))))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "IEEE-1076")
|
||||
(variable "FW_IEEE_p1076")
|
||||
(separator #f)
|
||||
(files (list "share/ieee/p1076")))))
|
||||
(files (list "share/ieee-p1076")))))
|
||||
(home-page "https://IEEE-P1076.gitlab.io")
|
||||
(synopsis "VHDL libraries corresponding to the IEEE 1076 standard")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue