mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: rust-pq-sys-0.4: Move to (gnu packages crates-database).
* gnu/packages/crates-io.scm (rust-pq-sys-0.4): Move from here ... * gnu/packages/crates-database.scm: ... to here. Change-Id: I0f3c8c21decd0c0d75d1ac70d780388fa8b5216b
This commit is contained in:
parent
584cf9c933
commit
23b6e3dff3
2 changed files with 28 additions and 26 deletions
|
@ -59131,31 +59131,6 @@ programs.")
|
|||
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-rand" ,rust-rand-0.8))))))
|
||||
|
||||
(define-public rust-pq-sys-0.4
|
||||
(package
|
||||
(name "rust-pq-sys")
|
||||
(version "0.4.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pq-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1npz9756283pjq3lcpwss8xh1rw4sx8f6dz8cxdg90h5bbp5xhka"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
("rust-vcpkg" ,rust-vcpkg-0.2))))
|
||||
(native-inputs
|
||||
(list postgresql))
|
||||
(home-page "https://crates.io/crates/pq-sys")
|
||||
(synopsis "Auto-generated rust bindings for libpq")
|
||||
(description "This package provides auto-generated rust bindings for
|
||||
libpq.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-precomputed-hash-0.1
|
||||
(package
|
||||
(name "rust-precomputed-hash")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue