safefile: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:21:58 +07:00
parent 7c5efd446a
commit 413fbf5b9f

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "File open routines to safely open a file when in the presence of an attack";
license = lib.licenses.asl20 ;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
platforms = lib.platforms.all;
homepage = "https://research.cs.wisc.edu/mist/safefile/";
updateWalker = true;
};