backward-cpp: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-08 21:54:00 +07:00
parent ed7f2582bf
commit b8b075a9e6

View file

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