me
/
guix
Archived
1
0
Fork 0

gnu: python-posix-ipc: Remove unused input.

* gnu/packages/python-xyz.scm (python-posix-ipc)[native-inputs]: Remove.
Marius Bakke 2022-08-15 23:43:19 +02:00
parent d23a04e52e
commit afdcd03689
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -29826,8 +29826,6 @@ fashion.")
(substitute* "prober.py" (substitute* "prober.py"
(("cmd = .cc") (("cmd = .cc")
(string-append "cmd = \"" #$(cc-for-target))))))))) (string-append "cmd = \"" #$(cc-for-target)))))))))
(native-inputs
(list python-unittest2))
(home-page "http://semanchuk.com/philip/posix_ipc/") (home-page "http://semanchuk.com/philip/posix_ipc/")
(synopsis "POSIX IPC primitives for Python") (synopsis "POSIX IPC primitives for Python")
(description (description