tremc: deprecate phases
This commit is contained in:
parent
be219752d2
commit
5ac283b237
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ python3Packages.buildPythonApplication rec {
|
|||
] ++
|
||||
lib.optional useGeoIP GeoIP;
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
dontBuild = true;
|
||||
doCheck = false;
|
||||
|
||||
makeWrapperArgs = ["--prefix PATH : ${wrapperPath}"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue