libportal/libqalculate: Unbreak

This blocks release because the tested jobset depends on these
indirectly.
main
Janne Heß 2 years ago
parent 437c8e6554
commit cd0956e5d8
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
  1. 1
      pkgs/development/libraries/libportal/default.nix
  2. 1
      pkgs/development/libraries/libqalculate/default.nix

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

Loading…
Cancel
Save