Merge pull request #175480 from helsinki-systems/fix/unbreak-tested

libportal/libqalculate: Unbreak
This commit is contained in:
Janne Heß 2022-05-30 16:11:38 +02:00 committed by GitHub
commit 9cc11e28ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Flatpak portal library";
homepage = "https://github.com/flatpak/libportal";
license = licenses.lgpl3Plus;

View File

@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "An advanced calculator library";
homepage = "http://qalculate.github.io";
license = licenses.gpl2Plus;