Shell: Add missing cairo build dependency
pycairo’s wheel doesn’t build otherwise
This commit is contained in:
parent
5388791d3a
commit
cc7e3fde57
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ pkgs.mkShell {
|
|||
];
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
stdenv.cc.cc.lib
|
||||
cairo
|
||||
];
|
||||
|
||||
venvDir = "./venv";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue