btfs: add darwin build

This commit is contained in:
midchildan
2021-04-20 00:51:41 +09:00
parent ef3a48a77f
commit 67db526c02
+1 -1
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;
};
}