boolstuff: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-04 15:12:21 +07:00
parent 5549e98c8c
commit aebe0ec419

View file

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
homepage = "${baseurl}/boolstuff.html";
license = "GPL";
maintainers = [ lib.maintainers.marcweber ];
platforms = lib.platforms.linux;
platforms = lib.platforms.all;
};
}