9 stdenvNoCC.mkDerivation {
11 version = "2024-02-26";
13 src = fetchFromGitHub {
14 owner = "noirblancrouge";
16 rev = "c0379c80a3b7d01532413f43f49904b2567341ac";
17 hash = "sha256-jBLVVykHFJamOVF6GSRnQqYixqOrw5K1oV1B3sl4Zoc=";
28 install -D -v fonts/ttf/Beon-Regular.ttf $out/share/fonts/truetype/Beon-Regular.ttf
37 description = "Neon stencil typeface";
38 homepage = "https://noirblancrouge.com/fonts/beon-display";
39 changelog = "https://github.com/noirblancrouge/Beon#changelog";
40 license = lib.licenses.ofl;
41 maintainers = with lib.maintainers; [ raboof ];
42 platforms = lib.platforms.all;