leftwm: unbreak on aarch64-linux

This commit is contained in:
Adam Stephens 2023-06-19 13:22:38 -04:00
parent 99ad2409dd
commit 4cf8f94c88
No known key found for this signature in database

View File

@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec {
dontPatchELF = true;
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "A tiling window manager for the adventurer";
homepage = "https://github.com/leftwm/leftwm";
license = licenses.mit;