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")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256 (base32 "13jmmyqqknlk5qnnm4h7a8y6nm3vz217pck8244lnzrk9khgflkj"))
|
||||
(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'"))))))
|
||||
(modules '((guix build utils)))))
|
||||
(native-inputs
|
||||
(list gobject-introspection
|
||||
python-setuptools
|
||||
python-wrapper
|
||||
python-wheel))
|
||||
(inputs
|
||||
(list gtk
|
||||
gtk+
|
||||
(list gtk+
|
||||
gtk-layer-shell))
|
||||
(propagated-inputs
|
||||
(list atk
|
||||
|
|
Loading…
Reference in a new issue