use correct gcc
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
(define-module (gchannel packages hyprland-input-capture)
|
(define-module (gchannel packages hyprland-input-capture)
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
|
#:use-module (gchannel packages libinput-input-capture)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
@@ -103,17 +104,16 @@
|
|||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/3l0w/Hyprland.git")
|
(url "https://github.com/3l0w/Hyprland")
|
||||||
(commit "821497bc2379b8bef091c455bbfbfeec19f5ae4b")))
|
(commit "821497bc2379b8bef091c455bbfbfeec19f5ae4b")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0njqyl6vsqlb8dv4wdn5h34dk67yqzc99gvwa13j252cv3n0bpya"))))
|
(base32 "03qayx0xwcrcb0haxvlq8pasnlfvqc1xzhnlmjbizg70dda9iyxp"))))
|
||||||
;; The project's native build system is Meson.
|
;; The project's native build system is Meson.
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
;; Use Meson's build-in options to configure the project.
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~'("-Dhyprpm=disabled")
|
#~'("-Dhyprpm=disabled")
|
||||||
#:phases
|
#:phases
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
(search-input-file inputs (in-vicinity "bin" cmd)))))))))
|
(search-input-file inputs (in-vicinity "bin" cmd)))))))))
|
||||||
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gcc-14
|
(list gcc-15
|
||||||
hyprwayland-scanner
|
hyprwayland-scanner
|
||||||
(module-ref (resolve-interface
|
(module-ref (resolve-interface
|
||||||
'(gnu packages commencement))
|
'(gnu packages commencement))
|
||||||
@@ -156,7 +156,6 @@
|
|||||||
hyprland-qtutils
|
hyprland-qtutils
|
||||||
hyprlang
|
hyprlang
|
||||||
hyprutils
|
hyprutils
|
||||||
libinput-minimal
|
|
||||||
libxcursor
|
libxcursor
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
mesa
|
mesa
|
||||||
@@ -165,6 +164,7 @@
|
|||||||
re2-next
|
re2-next
|
||||||
udis86
|
udis86
|
||||||
wayland
|
wayland
|
||||||
|
libinput-input-capture
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
linux-libre-headers-6.14
|
linux-libre-headers-6.14
|
||||||
xcb-util-errors
|
xcb-util-errors
|
||||||
|
|||||||
Reference in New Issue
Block a user