mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #114096 from gebner/pivycmake
python3Packages.pivy: fix build
This commit is contained in:
commit
7f9c3b8001
@ -11,6 +11,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0vids7sxk8w5vr73xdnf8xdci71a7syl6cd35aiisppbqyyfmykx";
|
sha256 = "0vids7sxk8w5vr73xdnf8xdci71a7syl6cd35aiisppbqyyfmykx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
swig qmake cmake
|
swig qmake cmake
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user