Merge pull request #897 from trofi/pycairo-without-xlibsWrapper

Closes https://github.com/nix-community/poetry2nix/issues/863
This commit is contained in:
Phillip Cloud 2022-12-18 06:50:38 -05:00 committed by GitHub
commit 37122a1cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1683,7 +1683,6 @@ lib.composeManyExtensions [
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
pkgs.cairo
pkgs.xlibsWrapper
];
mesonFlags = [ "-Dpython=${if self.isPy3k then "python3" else "python"}" ];