You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mvnix-update -E "(import ./.).foo" will fail because .override is redefined by callPackage. This is a common issue, and can be worked around by the user, however, I think it would be better if buildMaven defines an overrideAttrs instead.
For Python I introduced at the time overridePythonAttrs, but in retrospect I think all specific builders should re-define overrideAttrs. See also NixOS/nixpkgs#46842 (comment).
The text was updated successfully, but these errors were encountered:
Consider the file
builder.nix
and
Using
mvnix-update -E "(import ./.).foo"
will fail because.override
is redefined bycallPackage
. This is a common issue, and can be worked around by the user, however, I think it would be better ifbuildMaven
defines anoverrideAttrs
instead.For Python I introduced at the time
overridePythonAttrs
, but in retrospect I think all specific builders should re-defineoverrideAttrs
. See also NixOS/nixpkgs#46842 (comment).The text was updated successfully, but these errors were encountered: