whalebird: add changelog, fix build on aarch64-linux (#296143)

This commit is contained in:
Yureka 2024-03-16 02:59:23 +01:00 committed by GitHub
parent c2e03072b8
commit 0b04d2b28c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
runHook preInstall
mkdir -p $out/opt
cp -r ./dist/linux-unpacked $out/opt/Whalebird
cp -r ./dist/*-unpacked $out/opt/Whalebird
# Install icons
# Taken from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=whalebird#n41
@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Single-column Fediverse client for desktop";
homepage = "https://whalebird.social";
sourceProvenance = with sourceTypes; [ fromSource ];
changelog = "https://github.com/h3poteto/whalebird-desktop/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang colinsane weathercold ];
platforms = [ "x86_64-linux" "aarch64-linux" ];