Unverified Commit 2ca4d545 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #334601 from SuperSandro2000/bwdc

bitwarden-directory-connector: fix missing distutils
parents 55710fc2 28d06e49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ let
    ];

    nativeBuildInputs = [
      python3
      (python3.withPackages (ps: with ps; [ setuptools ]))
      pkg-config
    ];