mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
fonts/gohufont: update for outputs change in bdf2psf
This commit is contained in:
parent
c99f686a93
commit
6661c367df
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
# convert bdf to psf fonts
|
||||
build=$(pwd)
|
||||
mkdir psf
|
||||
cd ${bdf2psf}/usr/share/bdf2psf
|
||||
cd ${bdf2psf}/share/bdf2psf
|
||||
for i in $bdf/*.bdf; do
|
||||
bdf2psf \
|
||||
--fb "$i" standard.equivalents \
|
||||
|
|
Loading…
Reference in a new issue