.
This commit is contained in:
parent
24d0e9972d
commit
023ac3591f
1 changed files with 6 additions and 1 deletions
|
@ -224,7 +224,12 @@ command line tool called @code{udcli} that incorporates the library.")
|
||||||
(("(execAndGet\\(\\(\")\\<nm\\>" _ pre)
|
(("(execAndGet\\(\\(\")\\<nm\\>" _ pre)
|
||||||
(string-append pre #$binutils "/bin/nm"))
|
(string-append pre #$binutils "/bin/nm"))
|
||||||
(("\\<(addr2line|objcopy)\\>" _ cmd)
|
(("\\<(addr2line|objcopy)\\>" _ cmd)
|
||||||
(string-append #$binutils "/bin/" cmd))))))))
|
(string-append #$binutils "/bin/" cmd)))))
|
||||||
|
(add-before 'install 'install-headers
|
||||||
|
(lambda _
|
||||||
|
(let* ((output (assoc-ref %outputs "out"))
|
||||||
|
(out-header (string-append output "/include")))
|
||||||
|
(copy-recursively "./include" output)))))))
|
||||||
(native-inputs (list cmake gcc-13 jq pkg-config))
|
(native-inputs (list cmake gcc-13 jq pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(list cairo-for-hyprland
|
||||||
|
|
Loading…
Reference in a new issue