mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: disorderfs: Update to 0.5.5.
* gnu/packages/file-systems.scm (disorderfs): Update to 0.5.5.
This commit is contained in:
parent
58cd3123ac
commit
becee7029f
1 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ (define-public httpfs2
|
||||||
(define-public disorderfs
|
(define-public disorderfs
|
||||||
(package
|
(package
|
||||||
(name "disorderfs")
|
(name "disorderfs")
|
||||||
(version "0.5.4")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -117,7 +117,7 @@ (define-public disorderfs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mw4ix9h17ikki8p2rxdvzp87rcm1c7by5lvfn5gxlxr7hlj9f8g"))))
|
"18c32qcdzbxrzg7srnqnw1ls9yqqxyk9b996yxr6w2znw6x6n8v4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -126,7 +126,7 @@ (define-public disorderfs
|
||||||
("attr" ,attr)))
|
("attr" ,attr)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure))
|
(delete 'configure)) ; no configure script
|
||||||
#:make-flags (let ((out (assoc-ref %outputs "out")))
|
#:make-flags (let ((out (assoc-ref %outputs "out")))
|
||||||
(list (string-append "PREFIX=" out)))
|
(list (string-append "PREFIX=" out)))
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
|
|
Loading…
Reference in a new issue