https://sources.debian.org/data/main/r/rust-openssl-sys/0.9.53-1/debian/patches/disable-vendor.patch "MIT" licensed according to debian/copyright file slightly modified to only change the vendored openssl-src dependency Starting from rust-openssl-sys@0.9.69 Cargo.toml starts searching for openssl-3.0. --- a/Cargo.toml +++ b/Cargo.toml @@ -31,15 +31,12 @@ [build-dependencies.cc] version = "1.0" -[build-dependencies.openssl-src] -version = "111" -optional = true - [build-dependencies.pkg-config] version = "0.3.9" [features] vendored = ["openssl-src"] +openssl-src = [] [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] version = "0.2.8" ect name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
AgeCommit message (Expand)Author
2020-03-17gnu: gpsd: Install python modules and scripts....* gnu/packages/gps.scm (gpsd)[native-inputs]: Remove python and add bc. [inputs]: Add python, python-pycairo, python-pygobject, python-pyserial, python-wrapper and qtbase. [arguments]: Update scons-flags, remove fix-paths phase, improve fix-build phase and add wrap-python-scripts phase. Guillaume Le Vaillant
2020-03-11gnu: gpxsee: Extend description....* gnu/packages/gps.scm (gpxsee)[description]: Extend. Tobias Geerinckx-Rice
2020-03-11gnu: gpxsee: Update to 7.25....* gnu/packages/gps.scm (gpxsee): Update to 7.25. Tobias Geerinckx-Rice
2020-03-04gnu: Add gpsd....* gnu/packages/gps.scm (gpsd): New variable. Guillaume Le Vaillant