fedi: fix local emoji builds
This commit is contained in:
parent
d45e4e9d02
commit
b395075081
6 changed files with 15 additions and 5 deletions
16
modules/fedi/blobfox.nix
Normal file
16
modules/fedi/blobfox.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{stdenvNoCC}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "blobfox";
|
||||
version = "2020.09.04";
|
||||
|
||||
src = ./blobfox;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out
|
||||
cp *.png $out
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue