3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #130793 from Stunkymonkey/kisslicer-phases

kisslicer: remove phases
This commit is contained in:
Sandro 2021-07-21 16:17:32 +02:00 committed by GitHub
commit aec9d49d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,6 @@ stdenv.mkDerivation {
stripRoot = false;
};
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
buildInputs = [
makeWrapper
libGLU libGL