--- 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" ubmit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/less.scm
w procedure, (newt-installer): register it. * gnu/installer.scm (installer-steps): Add "substitutes-page" step. * gnu/system/install.scm (%installation-services): Add avahi-service-type and enable substitute server discover in guix-service-type. [<name-service-switch>]: Set it to %mdns-host-lookup-nss.
AgeCommit message (Expand)Author
2021-04-28gnu: less: Update to 581.2....* gnu/packages/less.scm (less): Update to 581.2. Tobias Geerinckx-Rice
2021-04-19gnu: less: Update to 581....* gnu/packages/less.scm (less): Update to 581. Tobias Geerinckx-Rice
Mathieu Othacehe
2020-11-07installer: Limit listbox height....Fixes: <https://issues.guix.gnu.org/44428>. * gnu/installer/newt.scm (init): Print screen size. * gnu/installer/newt/page.scm (default-listbox-height): New variable. (run-listbox-selection-page): Use it. * gnu/installer/newt/wifi.scm (wifi-listbox-height): Ditto. * gnu/installer/newt/network.scm (run-technology-page): Set the maximum listbox height to 5. * gnu/installer/newt/ethernet.scm (run-ethernet-page): Ditto. * gnu/installer/newt/final.scm (run-config-display-page): Change listbox height. * gnu/installer/newt/partition.scm (run-disk-page): Ditto. * gnu/installer/newt/welcome.scm (display-logo?): New procedure. (run-menu-page): Use it. * gnu/installer/steps.scm (%configuration-file-width): Remove it. Mathieu Othacehe
2020-09-21installer: Rename RUN-PARTIONING-PAGE....* gnu/installer/newt/partition.scm (run-partioning-page): Rename to run-partitioning-page. Adjust all callers. Tobias Geerinckx-Rice