Coder Social home page Coder Social logo

Comments (5)

figsoda avatar figsoda commented on May 27, 2024 2

Before 0.2.1, nix-init opted to use the rustls-tls feature of reqwest to avoid depending on openssl. nix-init 0.2.1 added dependency on the cargo crate which unconditionally depends on openssl, so the feature was removed in 56e2e8f, and since the feature is not mentioned anywhere in Cargo.toml, the required dependencies (e.g. hyper-rustls) isn't present in Cargo.lock and therefore isn't fetched by the prepare phase, which causes the failure at build time.

from nix-init.

Technetium1 avatar Technetium1 commented on May 27, 2024 1

Thanks, the issue is now solved!

from nix-init.

figsoda avatar figsoda commented on May 27, 2024

Maybe removing --features 'reqwest/rustls-tls' from the PKGBUILD would be able to fix the failure?

I'm planning to work on a new feature before publishing the next release, which will probably be published in the next few days.

from nix-init.

Technetium1 avatar Technetium1 commented on May 27, 2024

@figsoda Great, that allowed the build to complete! What are the implications of removing it, what exactly is changed? We will wait to add this into Chaotic-AUR until the next release is published.

from nix-init.

figsoda avatar figsoda commented on May 27, 2024

released 0.3.0

from nix-init.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.