iosevka: remove superfluous inputs
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, pkgs
|
|
||||||
, buildNpmPackage
|
, buildNpmPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nodejs
|
|
||||||
, darwin
|
, darwin
|
||||||
, remarshal
|
, remarshal
|
||||||
, ttfautohint-nox
|
, ttfautohint-nox
|
||||||
@@ -69,7 +67,6 @@ buildNpmPackage rec {
|
|||||||
npmDepsHash = "sha256-Ncf07ggyOnz/2SpgdmaYS2X/8Bad+J2sz8Yyx9Iri3E=";
|
npmDepsHash = "sha256-Ncf07ggyOnz/2SpgdmaYS2X/8Bad+J2sz8Yyx9Iri3E=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
nodejs
|
|
||||||
remarshal
|
remarshal
|
||||||
ttfautohint-nox
|
ttfautohint-nox
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
|||||||
Reference in New Issue
Block a user