guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 386f2917aee3d6a0642f8ae6849eac9c6af30d19
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 23 07:47:32 2026 +0100

    gnu: ieee-p1076: Fix paths.
    
    * gnu/packages/electronics.scm (ieee-p1076)[arguments]: Correct paths
    in #:install-plan.
    [native-search-paths]: Update.
    
    Change-Id: I4d424104ec3b5944cf61778791f8d102ee43a624
---
 gnu/packages/electronics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 473bd811f7..dc929de2c5 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.")
       ;; 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

Reply via email to