akkoma-emoji/blobs_gg: init at unstable-2019-17-24
This commit is contained in:
parent
628b61f33f
commit
faa2d4fd40
20
pkgs/servers/akkoma/emoji/blobs_gg.nix
Normal file
20
pkgs/servers/akkoma/emoji/blobs_gg.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ lib, fetchzip }:
|
||||
|
||||
let
|
||||
rev = "e764ba00b9c34524e3ff3ffd19a44fa2a5c296a5";
|
||||
in fetchzip {
|
||||
pname = "blobs.gg";
|
||||
version = "unstable-2019-07-24";
|
||||
|
||||
url = "https://git.pleroma.social/pleroma/emoji-index/-/raw/${rev}/packs/blobs_gg.zip";
|
||||
hash = "sha256-dnOwW93xTyJKRnYgvPgsqZHNWod4y80aNhBSVKNk6do=";
|
||||
|
||||
stripRoot = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Blob emoji from blobs.gg repacked as APNG";
|
||||
homepage = "https://blobs.gg";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mvs ];
|
||||
};
|
||||
}
|
@ -1199,6 +1199,9 @@ with pkgs;
|
||||
pleroma-fe = callPackage ../servers/akkoma/pleroma-fe { };
|
||||
admin-fe = callPackage ../servers/akkoma/admin-fe { };
|
||||
};
|
||||
akkoma-emoji = recurseIntoAttrs {
|
||||
blobs_gg = callPackage ../servers/akkoma/emoji/blobs_gg.nix { };
|
||||
};
|
||||
|
||||
advancecomp = callPackage ../tools/compression/advancecomp {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user