From 434768ad6435a927d92fd40ecae93a7d086c6b67 Mon Sep 17 00:00:00 2001 From: WORLDofPEACE Date: Sun, 21 Mar 2021 01:11:09 -0400 Subject: [PATCH 1/2] gnome-podcasts: don't mark as broken https://github.com/NixOS/nixpkgs/pull/116324 --- pkgs/applications/audio/gnome-podcasts/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/audio/gnome-podcasts/default.nix b/pkgs/applications/audio/gnome-podcasts/default.nix index f4099f49ecf..6524700ae15 100644 --- a/pkgs/applications/audio/gnome-podcasts/default.nix +++ b/pkgs/applications/audio/gnome-podcasts/default.nix @@ -75,7 +75,5 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; maintainers = teams.gnome.members; platforms = platforms.unix; - # couldn't read /build/source/build/podcasts-gtk/resources/resources.gresource: No such file or directory (os error 2) - broken = true; }; } From bbecd2a7a1660e28ef98f4b1d73df3013a809871 Mon Sep 17 00:00:00 2001 From: WORLDofPEACE Date: Sun, 21 Mar 2021 01:11:19 -0400 Subject: [PATCH 2/2] fractal: don't mark as broken https://github.com/NixOS/nixpkgs/pull/116324 --- .../networking/instant-messengers/fractal/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/fractal/default.nix b/pkgs/applications/networking/instant-messengers/fractal/default.nix index ca6537fdfb5..23a4aebb026 100644 --- a/pkgs/applications/networking/instant-messengers/fractal/default.nix +++ b/pkgs/applications/networking/instant-messengers/fractal/default.nix @@ -88,8 +88,6 @@ stdenv.mkDerivation rec { description = "Matrix group messaging app"; homepage = "https://gitlab.gnome.org/GNOME/fractal"; license = licenses.gpl3; - # couldn't read /build/source/build/podcasts-gtk/resources/resources.gresource: No such file or directory (os error 2) - broken = true; maintainers = with maintainers; [ dtzWill worldofpeace ]; }; }