~ruther/guix-exprs

2b6b096e8d15c6542cc0a16f310a12239b0d44f2 — Rutherther 6 months ago c90da4f
fix: vhdl-ls missing vhdl_libraries
1 files changed, 4 insertions(+), 1 deletions(-)

M ruther/packages/vhdl-ls.scm
M ruther/packages/vhdl-ls.scm => ruther/packages/vhdl-ls.scm +4 -1
@@ 559,7 559,10 @@ array.")
             (let* ((out (assoc-ref outputs "out")))
               (mkdir-p out)
               (invoke "cargo" "install" "--no-track"
                       "--path" "./vhdl_ls" "--root" out)))))
                       "--path" "./vhdl_ls" "--root" out)
               (mkdir-p (string-append out "/share/vhdl_libraries"))
               (copy-recursively "vhdl_libraries"
                                 (string-append out "/share/vhdl_libraries"))))))
       #:cargo-inputs
       (("rust-clap" ,rust-clap-4)
        ("rust-env-logger" ,rust-env-logger-0.3)

Do not follow this link