Skip to content
Unverified Commit ae16dd1a authored by Matthew Bauer's avatar Matthew Bauer Committed by GitHub
Browse files

stdenv/make-derivation: don't hide broken packages

This behavior ended up breaking the handleEvalIssue functionality by hiding those packages. So something like this:

$ nix-env -iA nixpkgs.zoom-us

would silently fail, without telling the user how to fix it! Regardless, this "bug" should be handled in Nix - not Nixpkgs.

Fixes #38952.
parent 39fdfd0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment