Unverified Commit a9e2a5b6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

mk-python-derivation: passthru `disabled` (#328421)

parents 53ae2f05 8fd082ed
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