mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
re-added cmake bc dumb
This commit is contained in:
parent
008ad48d36
commit
82d97d2c4f
1 changed files with 2 additions and 4 deletions
|
@ -3,10 +3,8 @@
|
|||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix build-system meson)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build utils)
|
||||
#:use-module (guix build glib-or-gtk-build-system)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (guix utils)
|
||||
|
@ -68,7 +66,7 @@
|
|||
(substitute* (find-files "." "\\.cp?*$")
|
||||
(("/bin/sh") "sh")
|
||||
(("\\<(sh|grim|hyprctl|slurp)\\>" _ cmd)
|
||||
(search-input-files inputs (string-append "/bin/" cmd)))
|
||||
(search-input-file inputs (string-append "/bin/" cmd)))
|
||||
(("\\<(hyprctl-share-picker)\\>" _ cmd)
|
||||
(string-append #$output "/bin/" cmd))))))))
|
||||
(native-inputs (list gcc-13 pkg-config wayland))
|
||||
|
@ -108,4 +106,4 @@
|
|||
(description "mirror displays")
|
||||
(license license:expat)))
|
||||
|
||||
xdg-desktop-portal-hyprland-ryan
|
||||
wl-mirror
|
||||
|
|
Loading…
Reference in a new issue