lol

clasp-common-lisp: use ninjaFlags instead of explicitly setting buildPhase and installPhase

+2 -8
+2 -8
pkgs/development/compilers/clasp/default.nix
··· 59 59 libclang 60 60 ]; 61 61 62 + ninjaFlags = [ "-C" "build" ]; 63 + 62 64 postUnpack = lib.concatStringsSep "\n" (builtins.map unpackDependency dependencies); 63 65 64 66 configurePhase = '' ··· 73 75 --bin-path=$out/bin \ 74 76 --lib-path=$out/lib \ 75 77 --share-path=$out/share 76 - ''; 77 - 78 - buildPhase = '' 79 - ninja -C build 80 - ''; 81 - 82 - installPhase = '' 83 - ninja -C build install 84 78 ''; 85 79 86 80 meta = {