mk-python-derivation: passthru disabled

Enables outside testing of whether a package is supported for the current interpreter
This commit is contained in:
Peder Bergebakken Sundt
2024-07-19 14:14:23 +02:00
parent 84d88b44c7
commit 8fd082ed7f

View File

@@ -397,7 +397,10 @@ let
outputs = outputs ++ optional withDistOutput "dist";
passthru =
attrs.passthru or { }
{
inherit disabled;
}
// attrs.passthru or { }
// {
updateScript =
let