This commit is contained in:
Daniel Ziltener 2024-04-05 14:06:39 +02:00
parent 24d0e9972d
commit 023ac3591f
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -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