Loading pkgs/by-name/ap/aporetic-bin/package.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { stdenvNoCC, lib, fetchFromGitHub, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "aporetic-bin"; version = "1.1.0"; src = fetchFromGitHub { owner = "protesilaos"; repo = "aporetic"; tag = finalAttrs.version; hash = "sha256-5lPViAo9SztOdds6HEmKJpT17tgcxmU/voXDffxTMDI="; }; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/truetype cp -r $src/{aporetic-sans-mono,aporetic-sans,aporetic-serif-mono,aporetic-serif} $out/share/fonts/truetype runHook postInstall ''; meta = { homepage = "https://github.com/protesilaos/aporetic"; description = '' Custom build of Iosevka with different style and metrics than the default. This is the successor to my "Iosevka Comfy" fonts. ''; license = lib.licenses.ofl; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ DamienCassou drupol ]; }; }) pkgs/by-name/ap/aporetic/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ symlinkJoin { meta = { inherit (src.meta) homepage; description = '' Custom build of Iosevka with different style and metrics than the default. This is the successor to my "Iosevka Comfy" fonts. Custom build of Iosevka with different style and metrics than the default, successor to my "Iosevka Comfy" fonts ''; license = lib.licenses.ofl; platforms = iosevka.meta.platforms; Loading Loading
pkgs/by-name/ap/aporetic-bin/package.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { stdenvNoCC, lib, fetchFromGitHub, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "aporetic-bin"; version = "1.1.0"; src = fetchFromGitHub { owner = "protesilaos"; repo = "aporetic"; tag = finalAttrs.version; hash = "sha256-5lPViAo9SztOdds6HEmKJpT17tgcxmU/voXDffxTMDI="; }; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/truetype cp -r $src/{aporetic-sans-mono,aporetic-sans,aporetic-serif-mono,aporetic-serif} $out/share/fonts/truetype runHook postInstall ''; meta = { homepage = "https://github.com/protesilaos/aporetic"; description = '' Custom build of Iosevka with different style and metrics than the default. This is the successor to my "Iosevka Comfy" fonts. ''; license = lib.licenses.ofl; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ DamienCassou drupol ]; }; })
pkgs/by-name/ap/aporetic/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ symlinkJoin { meta = { inherit (src.meta) homepage; description = '' Custom build of Iosevka with different style and metrics than the default. This is the successor to my "Iosevka Comfy" fonts. Custom build of Iosevka with different style and metrics than the default, successor to my "Iosevka Comfy" fonts ''; license = lib.licenses.ofl; platforms = iosevka.meta.platforms; Loading