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
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;