Merge pull request #38 from DarkKirb/remove-hyperfox
remove animated emoji that may be unsafe for some
This commit is contained in:
commit
c2791f27ac
4 changed files with 12 additions and 0 deletions
|
@ -7,4 +7,7 @@ callPackage ../../../lib/mkPleromaEmoji.nix {} rec {
|
|||
"https://volpeon.ink/art/emojis/${name}/manifest.json"
|
||||
"art/emoji/volpeon/${name}.json"
|
||||
];
|
||||
configurePhase = ''
|
||||
rm a*.png
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -2,4 +2,7 @@
|
|||
callPackage ../../../lib/mkPleromaEmoji.nix {} rec {
|
||||
name = "blobfox_flip";
|
||||
manifest = ./blobfox.json;
|
||||
configurePhase = ''
|
||||
rm a*.png
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -7,4 +7,7 @@ callPackage ../../../lib/mkPleromaEmoji.nix {} rec {
|
|||
"https://volpeon.ink/art/emojis/${name}/manifest.json"
|
||||
"art/emoji/volpeon/${name}.json"
|
||||
];
|
||||
configurePhase = ''
|
||||
rm a*.png
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -2,4 +2,7 @@
|
|||
callPackage ../../../lib/mkPleromaEmoji.nix {} rec {
|
||||
name = "bunhd_flip";
|
||||
manifest = ./bunhd.json;
|
||||
configurePhase = ''
|
||||
rm a*.png
|
||||
'';
|
||||
}
|
||||
|
|
Reference in a new issue