nwg-displays: attempt to fix it.

This commit is contained in:
Daniel Ziltener 2023-12-19 16:02:45 +01:00
parent 9dfd5a0f7e
commit 4ad3e854d7
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -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