3
0
Fork 0
forked from mirrors/nixpkgs

muso: don't mark as broken on aarch64-linux

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-05-15 11:07:38 +02:00
parent 5ce9c57e1a
commit f3587b78c3
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-+UVUejKCfjC6zdW315wmu7f3A5GmnoQ3rIk8SK6LIRI=";
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
broken = stdenv.isDarwin;
description = "An automatic music sorter (based on ID3 tags)";
homepage = "https://github.com/quebin31/muso";
license = with licenses; [ gpl3Plus ];