python3Packages.pivy: fix build

This commit is contained in:
Gabriel Ebner 2021-02-23 11:20:47 +01:00
parent 93a812bb9f
commit 5cc2d5097f

View file

@ -11,6 +11,8 @@ buildPythonPackage rec {
sha256 = "0vids7sxk8w5vr73xdnf8xdci71a7syl6cd35aiisppbqyyfmykx";
};
dontUseCmakeConfigure = true;
nativeBuildInputs = with pkgs; [
swig qmake cmake
];