Merge pull request #131099 from Stunkymonkey/unifont-phases

unifont: deprecate phases
This commit is contained in:
Pavol Rusnak 2021-07-22 21:26:49 +02:00 committed by GitHub
commit a5987f48d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ libfaketime fonttosfnt mkfontscale ];
phases = [ "buildPhase" "installPhase" ];
dontUnpack = true;
buildPhase =
''