backward-cpp: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent ed7f2582bf
commit b8b075a9e6
  1. 2
      pkgs/development/libraries/backward-cpp/default.nix

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Beautiful stack trace pretty printer for C++";
homepage = "https://github.com/bombela/backward-cpp";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
};
}

Loading…
Cancel
Save