libportal/libqalculate: Unbreak

This blocks release because the tested jobset depends on these
indirectly.
This commit is contained in:
Janne Heß
2022-05-30 15:47:24 +02:00
parent 437c8e6554
commit cd0956e5d8
2 changed files with 0 additions and 2 deletions
@@ -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;
@@ -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;