mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-06 13:23:41 +00:00
mk-python-derivation: passthru disabled
Enables outside testing of whether a package is supported for the current interpreter
This commit is contained in:
@@ -397,7 +397,10 @@ let
|
||||
outputs = outputs ++ optional withDistOutput "dist";
|
||||
|
||||
passthru =
|
||||
attrs.passthru or { }
|
||||
{
|
||||
inherit disabled;
|
||||
}
|
||||
// attrs.passthru or { }
|
||||
// {
|
||||
updateScript =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user