bakelite: extend platforms

Since it only relies on the C standard library for POSIX, it should work
fine on all unixoid platforms.
This commit is contained in:
Mikael Voss 2022-02-15 12:51:42 +01:00
parent 999a964d09
commit b237d3275d
No known key found for this signature in database
GPG Key ID: D991B1833C467B03

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/richfelker/bakelite";
description = "Incremental backup with strong cryptographic confidentality";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ mvs ];
platforms = platforms.unix;
};
}