Merge pull request #114096 from gebner/pivycmake

python3Packages.pivy: fix build
This commit is contained in:
Gabriel Ebner 2021-02-23 12:08:56 +01:00 committed by GitHub
commit 7f9c3b8001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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