safefile: expand platforms to all
This commit is contained in:
parent
7c5efd446a
commit
413fbf5b9f
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "File open routines to safely open a file when in the presence of an attack";
|
description = "File open routines to safely open a file when in the presence of an attack";
|
||||||
license = lib.licenses.asl20 ;
|
license = lib.licenses.asl20 ;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.all;
|
||||||
homepage = "https://research.cs.wisc.edu/mist/safefile/";
|
homepage = "https://research.cs.wisc.edu/mist/safefile/";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue