diff options
Diffstat (limited to 'gnu/packages/libevent.scm')
-rw-r--r-- | gnu/packages/libevent.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 8f2d5dad46..dce1ac1a69 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -37,16 +37,13 @@ "-stable.tar.gz")) (sha256 (base32 - "1xblymln9vihdmf1aqkp8chwvnhpdch3786bh30bj75slnl31992")))) + "1xblymln9vihdmf1aqkp8chwvnhpdch3786bh30bj75slnl31992")) + (patches (list (search-patch "libevent-dns-tests.patch"))))) (build-system gnu-build-system) (inputs - `(("patch/dns-tests" ,(search-patch "libevent-dns-tests.patch")) - - ;; Dependencies used for the tests and for `event_rpcgen.py'. + `(;; Dependencies used for the tests and for `event_rpcgen.py'. ("which" ,which) ("python" ,python-wrapper))) - (arguments - '(#:patches (list (assoc-ref %build-inputs "patch/dns-tests")))) (home-page "http://libevent.org/") (synopsis "libevent, an event notification library") |