3
0
Fork 0
forked from mirrors/nixpkgs

river-tag-overlay: unmark broken on aarch64

This package didn't build on aarch64 when it was added, but now it
does.  In the meantime we bumped the default GCC on aarch64, so
presumably that fixed it.
This commit is contained in:
Alyssa Ross 2023-04-24 20:28:59 +00:00
parent dbed54656c
commit 2e2d5d6f11

View file

@ -35,6 +35,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Only;
maintainers = with maintainers; [ edrex ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}