flake: package: remove needless unpackPase override

This commit is contained in:
Jacob Birkett 2024-02-01 23:57:57 -07:00
parent 8841ba2fe0
commit 29aef1df84

View file

@ -30,7 +30,6 @@
src = ./.; src = ./.;
nativeBuildInputs = with final; [makeWrapper]; nativeBuildInputs = with final; [makeWrapper];
buildInputs = with final; [fontforge python3]; buildInputs = with final; [fontforge python3];
unpackPhase = ":";
buildPhase = ":"; buildPhase = ":";
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin