Hi, I've applied some formating adjustemnt: --8<---------------cut here---------------start------------->8--- @@ -2702,19 +2702,25 @@ (define-public python-pyclip (build-system pyproject-build-system) (arguments (list - #:phases #~(modify-phases %standard-phases - (add-before 'check 'start-xorg-server - (lambda _ - (system "Xvfb :1 &") - (setenv "DISPLAY" ":1")))))) - (native-inputs (list python-setuptools python-wheel python-pytest - xorg-server-for-tests)) - (propagated-inputs (list xclip wl-clipboard)) + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'start-xorg-server + (lambda _ + (system "Xvfb :1 &") + (setenv "DISPLAY" ":1")))))) + (native-inputs + (list python-pytest + python-setuptools + python-wheel + xorg-server-for-tests)) + (propagated-inputs + (list wl-clipboard + xclip)) (home-page "https://github.com/spyoungtech/pyclip") (synopsis "Cross-platform clipboard module for Python") (description - "This library implements cross-platform clipboard utilities supporting both -binary and text data.") + "This library implements cross-platform clipboard utilities supporting +both binary and text data.") (license license:asl2.0))) --8<---------------cut here---------------end--------------->8--- Pushed to master as 2b9de7595002eda6ffe2dcffe48871f5ce83711b. -- Oleg