add very WIP toki pona patch

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-14 19:21:04 +01:00
parent bdbf7a4b0d
commit 172ae034e2
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 3207 additions and 2 deletions

View file

@ -6,6 +6,7 @@
version = inputs.mastodon.lastModifiedDate;
src = inputs.mastodon;
nasin-nanpa = import ../fonts/nasin-nanpa.nix args;
patches = [./toki.patch];
in rec {
mastodon-yarn = (pkgs.callPackage ./yarn.nix {}).offline_cache;
mastodon-gems = pkgs.bundlerEnv {
@ -26,7 +27,7 @@ in rec {
};
mastodon-modules = pkgs.stdenv.mkDerivation {
pname = "${pname}-modules";
inherit src version;
inherit src version patches;
nativeBuildInputs = with pkgs; [fixup_yarn_lock nodejs-slim yarn mastodon-gems mastodon-gems.wrappedRuby];
@ -60,7 +61,7 @@ in rec {
};
mastodon = pkgs.stdenv.mkDerivation rec {
inherit pname version src;
inherit pname version src patches;
propagatedBuildInputs = with pkgs; [imagemagick ffmpeg file mastodon-gems.wrappedRuby];
buildInputs = with pkgs; [mastodon-gems nodejs-slim];

3204
mastodon/toki.patch Normal file

File diff suppressed because it is too large Load diff