summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-23 07:47:32 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:30:30 +0100
commit7c620d0c757a15008a0219d02203580283ce83ea (patch)
tree85533a1838b5a7925c7cb5e4f7d41098bbf6a4b7
parentbfd13653eecb0b28dae9c1996f796e843fdc8d3e (diff)
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>
-rw-r--r--gnu/packages/electronics.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 59084b6af73..d19a32cb942 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -424,13 +424,13 @@ ensuring that a design refactor preserves correctness in all conditions.")
424 ;; pass 1055 of 1648 424 ;; pass 1055 of 1648
425 #:tests? #f 425 #:tests? #f
426 #:install-plan 426 #:install-plan
427 #~'(("ieee" "share/ieee/p1076/ieee" #:include ("vhdl")) 427 #~'(("ieee" "share/ieee-p1076/ieee" #:include ("vhdl"))
428 ("std" "share/ieee/p1076/std" #:include ("vhdl"))))) 428 ("std" "share/ieee-p1076/std" #:include ("vhdl")))))
429 (native-search-paths 429 (native-search-paths
430 (list (search-path-specification 430 (list (search-path-specification
431 (variable "IEEE-1076") 431 (variable "FW_IEEE_p1076")
432 (separator #f) 432 (separator #f)
433 (files (list "share/ieee/p1076"))))) 433 (files (list "share/ieee-p1076")))))
434 (home-page "https://IEEE-P1076.gitlab.io") 434 (home-page "https://IEEE-P1076.gitlab.io")
435 (synopsis "VHDL libraries corresponding to the IEEE 1076 standard") 435 (synopsis "VHDL libraries corresponding to the IEEE 1076 standard")
436 (description 436 (description