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:
parent
dbed54656c
commit
2e2d5d6f11
|
@ -35,6 +35,5 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ edrex ];
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue