mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
Merge pull request #897 from trofi/pycairo-without-xlibsWrapper
Closes https://github.com/nix-community/poetry2nix/issues/863
This commit is contained in:
commit
37122a1cdb
1 changed files with 0 additions and 1 deletions
|
@ -1683,7 +1683,6 @@ lib.composeManyExtensions [
|
||||||
|
|
||||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
|
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
|
||||||
pkgs.cairo
|
pkgs.cairo
|
||||||
pkgs.xlibsWrapper
|
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [ "-Dpython=${if self.isPy3k then "python3" else "python"}" ];
|
mesonFlags = [ "-Dpython=${if self.isPy3k then "python3" else "python"}" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue