mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
chore: format with alejandra
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ stdenv, lib, fetchurl, mupdf }:
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchurl,
|
||||
mupdf,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "tocharian-font";
|
||||
version = "unstable-2022-01-11";
|
||||
@@ -7,7 +12,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "08bzkva9a6b2cfl38p9m22b1cf6yv27xsw6nrvq5ly5nffjm32hv";
|
||||
};
|
||||
dontUnpack = true;
|
||||
buildInputs = [ mupdf ];
|
||||
buildInputs = [mupdf];
|
||||
buildPhase = ''
|
||||
mutool extract $src
|
||||
'';
|
||||
@@ -19,6 +24,6 @@ stdenv.mkDerivation {
|
||||
description = "Tocharian font by Lee Wilson";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ kmein ];
|
||||
maintainers = with maintainers; [kmein];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user