bakelite: only supports linux

+2 -1
+2 -1
pkgs/tools/backup/bakelite/default.nix
··· 28 28 description = "Incremental backup with strong cryptographic confidentality"; 29 29 license = licenses.gpl2; 30 30 maintainers = with maintainers; [ mvs ]; 31 - platforms = platforms.unix; 31 + # no support for Darwin (yet: https://github.com/richfelker/bakelite/pull/5) 32 + platforms = platforms.linux; 32 33 }; 33 34 }