mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
nitter: remove platform restrictions
Motivation: Allow this to be compiled on aarch64-linux, which works!
This commit is contained in:
parent
884445b3bf
commit
0b6d154102
@ -45,7 +45,6 @@ nimPackages.buildNimPackage rec {
|
||||
homepage = "https://github.com/zedeus/nitter";
|
||||
maintainers = with maintainers; [ erdnaxe ];
|
||||
license = licenses.agpl3Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "nitter";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user