fix hyprland-plugins
This commit is contained in:
parent
d6e1e5b92e
commit
e6d80dd95a
1 changed files with 3 additions and 3 deletions
|
@ -582,7 +582,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
|
||||||
%hyprland-version)
|
%hyprland-version)
|
||||||
|
|
||||||
(define %hyprland-plugins-commit
|
(define %hyprland-plugins-commit
|
||||||
"0bc619b2c3b4f9c2b65247e81d69f8bbc573d991")
|
"344a69db96fa8c6dc3b8f1f8f5a75f6eb441cbf2")
|
||||||
|
|
||||||
(define-syntax hyprland-plugin-impl
|
(define-syntax hyprland-plugin-impl
|
||||||
(syntax-rules ()
|
(syntax-rules ()
|
||||||
|
@ -598,7 +598,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
|
||||||
(commit %hyprland-plugins-commit)))
|
(commit %hyprland-plugins-commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kg93k4g24zy9l8b2y05cf597z8pvbybw7pczbzwfn4ppp955ldz"))
|
"1n4pxdfjl9j8js2gnk43jly9x8mmr6q9pdrzxfp7fhwk6chhrfk6"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -610,7 +610,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
|
||||||
(lambda _ (chdir (string-append "../source/" plugin "/")))))))
|
(lambda _ (chdir (string-append "../source/" plugin "/")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
gcc-13))
|
gcc-14))
|
||||||
(inputs
|
(inputs
|
||||||
(list aquamarine
|
(list aquamarine
|
||||||
hyprland
|
hyprland
|
||||||
|
|
Loading…
Reference in a new issue