nwg-displays: attempt to fix it.
This commit is contained in:
parent
9dfd5a0f7e
commit
4ad3e854d7
1 changed files with 2 additions and 11 deletions
|
@ -26,21 +26,12 @@
|
||||||
(url "https://github.com/nwg-piotr/nwg-displays.git")
|
(url "https://github.com/nwg-piotr/nwg-displays.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256 (base32 "13jmmyqqknlk5qnnm4h7a8y6nm3vz217pck8244lnzrk9khgflkj"))
|
(sha256 (base32 "13jmmyqqknlk5qnnm4h7a8y6nm3vz217pck8244lnzrk9khgflkj"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))))
|
||||||
(snippet
|
|
||||||
#~(begin
|
|
||||||
(substitute* "nwg_displays/main.py"
|
|
||||||
(("'Gtk', '3.0'") "'Gtk', '4.8.1'"))
|
|
||||||
(substitute* "nwg_displays/tools.py"
|
|
||||||
(("'Gdk', '3.0'") "'Gdk', '4.8.1'"))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gobject-introspection
|
(list gobject-introspection
|
||||||
python-setuptools
|
|
||||||
python-wrapper
|
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk
|
(list gtk+
|
||||||
gtk+
|
|
||||||
gtk-layer-shell))
|
gtk-layer-shell))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list atk
|
(list atk
|
||||||
|
|
Loading…
Reference in a new issue