mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
leftwm: unbreak on aarch64-linux
This commit is contained in:
parent
99ad2409dd
commit
4cf8f94c88
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user