Removed debug info from dina-psfu

This commit is contained in:
Jan-Bulthuis 2025-02-23 14:49:55 +01:00
parent b62640e1df
commit 539b63cc1c
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ pkgs.stdenv.mkDerivation {
'';
installPhase = ''
install -Dm644 -t $out/debug ./*.*
install -Dm644 -t $out/debug/BDF ./BDF/*.*
install -Dm644 -t $out/share/consolefonts dina.psfu
'';
}