tremc: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-03 00:04:51 +02:00
parent be219752d2
commit 5ac283b237

View file

@ -32,7 +32,8 @@ python3Packages.buildPythonApplication rec {
] ++
lib.optional useGeoIP GeoIP;
phases = [ "unpackPhase" "installPhase" ];
dontBuild = true;
doCheck = false;
makeWrapperArgs = ["--prefix PATH : ${wrapperPath}"];