pkgs/data/fonts: merge back the split otb output
Since the Pango issue 457[1] has been fixed and Nixpkgs patched, it's no longer necessary to keep X11 and .otb fonts in separate outputs (previously they would cause application to display broken fonts). [1]: https://gitlab.gnome.org/GNOME/pango/-/issues/457
This commit is contained in:
@@ -20,14 +20,10 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
install -D -m644 creep.bdf "$out/share/fonts/misc/creep.bdf"
|
||||
install -D -m644 creep.otb creep.bdf -t "$out/share/fonts/misc/"
|
||||
mkfontdir "$out/share/fonts/misc"
|
||||
install -D -m644 creep.otb "$otb/share/fonts/misc/creep.otb"
|
||||
mkfontdir "$otb/share/fonts/misc"
|
||||
'';
|
||||
|
||||
outputs = [ "out" "otb" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A pretty sweet 4px wide pixel font";
|
||||
homepage = "https://github.com/romeovs/creep";
|
||||
|
||||
Reference in New Issue
Block a user