mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: p2pool: Update to 3.4.
* gnu/packages/finance.scm (p2pool): Update to 3.4. [arguments]: Update 'check' phase.
This commit is contained in:
parent
e8c207589d
commit
73fa288989
1 changed files with 4 additions and 2 deletions
|
@ -2256,7 +2256,7 @@ (define-public xmrig
|
||||||
(define-public p2pool
|
(define-public p2pool
|
||||||
(package
|
(package
|
||||||
(name "p2pool")
|
(name "p2pool")
|
||||||
(version "3.2")
|
(version "3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2265,7 +2265,7 @@ (define-public p2pool
|
||||||
(commit (string-append "v" version))
|
(commit (string-append "v" version))
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "0jwddazvp9rv88dd2b67rn2y23grycnl539abl5ax6b8a89wm7i8"))
|
(sha256 (base32 "190dyyscmb71jnz0yb4l2ahsmz9wp7mcnn81yajv01bajgwnbl16"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(for-each delete-file-recursively
|
#~(for-each delete-file-recursively
|
||||||
|
@ -2290,6 +2290,8 @@ (define-public p2pool
|
||||||
(chdir "tests")
|
(chdir "tests")
|
||||||
(invoke "cmake" "../../source/tests")
|
(invoke "cmake" "../../source/tests")
|
||||||
(invoke "make" "-j" (number->string (parallel-job-count)))
|
(invoke "make" "-j" (number->string (parallel-job-count)))
|
||||||
|
(invoke "gzip" "-d" "sidechain_dump.dat.gz")
|
||||||
|
(invoke "gzip" "-d" "sidechain_dump_mini.dat.gz")
|
||||||
(invoke "./p2pool_tests")
|
(invoke "./p2pool_tests")
|
||||||
(chdir ".."))))
|
(chdir ".."))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in a new issue