brian
/
bad-datalog
Archived
1
0
Fork 0

remove the checkPhase

main
Brian Hicks 2021-09-14 05:27:43 -05:00
parent 6e4b843895
commit 4f55a607d4
1 changed files with 1 additions and 4 deletions

View File

@ -13,7 +13,7 @@
name = "bad-datalog";
src = ./.;
buildInputs = [ pkgs.elmPackages.elm pkgs.elmPackages.elm-test ];
buildInputs = [ pkgs.elmPackages.elm ];
buildPhase = pkgs.elmPackages.fetchElmDeps {
elmPackages = import ./nix/elm-srcs.nix;
@ -21,9 +21,6 @@
registryDat = ./nix/registry.dat;
};
doCheck = true;
checkPhase = "elm-test";
# it's a little weird that elm2nix says it's fine to build in the install
# phase, but who am I to judge?
installPhase = ''