--- openssl-sys-0.9.84/Cargo.toml.orig 2023-04-03 09:10:11.979197979 -0400 +++ openssl-sys-0.9.84/Cargo.toml 2023-04-03 12:07:30.285315609 -0400 @@ -31,10 +31,6 @@ [package.metadata.pkg-config] openssl = "1.0.1" -[dependencies.bssl-sys] -version = "0.1.0" -optional = true - [dependencies.libc] version = "0.2" @@ -46,16 +42,12 @@ [build-dependencies.cc] version = "1.0" -[build-dependencies.openssl-src] -version = "111" -optional = true - [build-dependencies.pkg-config] version = "0.3.9" [features] -unstable_boringssl = ["bssl-sys"] -vendored = ["openssl-src"] +unstable_boringssl = [] +vendored = [] [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] version = "0.2.8" mit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rdf.scm
AgeCommit message (Expand)Author
2024-03-10gnu: Remove python-rdflib-jsonld....* gnu/packages/rdf.scm (python-rdflib-jsonld): Delete variable. Change-Id: I4756396d70eb64ae01b4f6f6c416d9a34a124942 Arun Isaac
2024-03-10gnu: Remove python-rdflib-5....* gnu/packages/rdf.scm (python-rdflib-5): Delete variable. Change-Id: I3a2dfe42805ccc5eedc5b71d900dfae2aa91d7a1 Arun Isaac
2024-01-16gnu: python-pyrdfa3: Update to 3.6.2....* gnu/packages/rdf.scm (python-pyrdfa3): Update to 3.6.2. [build-system]: Use pyproject-build-system. [arguments]: Remove custom build phases. [propagated-inputs]: Add python-requests. Change-Id: Ie8a1a369a569d29c8f43248d03f024e6cc19c004 Ricardo Wurmus
2024-01-11gnu: sord: Update to 0.16.16....* gnu/packages/rdf.scm (sord): Update to 0.16.16. [propagated-inputs]: Add zix. Change-Id: I48f2bfef05d3c5f4e1cfd53dc1b147b9f7f44e75 Ricardo Wurmus
2024-01-11gnu: sord: Enable tests....* gnu/packages/rdf.scm (sord)[arguments]: Remove.ldflag hack not needed with meson; enable tests. [home-page]: Update. Change-Id: I03017745594356c4fa714c211aa68101248605cd Brendan Tildesley
2024-01-11gnu: serd: Update to 0.32.0....* gnu/packages/rdf.scm (serd): Update to 0.32.0. Change-Id: I6701d78572c14adcfe340eac8409afd975e847bb Ricardo Wurmus
2024-01-11gnu: serd: Enable tests....* gnu/packages/rdf.scm (serd)[arguments]: Remove. [native-inputs]: Add python-minimal. Change-Id: Ice5ceac6b432474b70a7dc171cd3a6bb68dc97fd Brendan Tildesley