boolstuff: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent 5549e98c8c
commit aebe0ec419
  1. 2
      pkgs/development/libraries/boolstuff/default.nix

@ -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;
};
}

Loading…
Cancel
Save