mp3fs: add darwin build

This commit is contained in:
midchildan 2021-03-26 01:39:56 +09:00
parent fe7b5496aa
commit 3c9116aa23
No known key found for this signature in database
GPG key ID: D9A5748BACC6E3C2

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://khenriks.github.io/mp3fs/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}