btfs: add darwin build

This commit is contained in:
midchildan 2021-03-26 01:35:19 +09:00
parent ef3a48a77f
commit 67db526c02
No known key found for this signature in database
GPG key ID: D9A5748BACC6E3C2

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/johang/btfs";
license = licenses.gpl3;
maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}