Commit 8fd082ed authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

mk-python-derivation: passthru `disabled`

Enables outside testing of whether a package is supported for the current interpreter
parent 84d88b44
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -397,7 +397,10 @@ let
        outputs = outputs ++ optional withDistOutput "dist";

        passthru =
          attrs.passthru or { }
          {
            inherit disabled;
          }
          // attrs.passthru or { }
          // {
            updateScript =
              let