backward-cpp: expand platforms to all
This commit is contained in:
parent
ed7f2582bf
commit
b8b075a9e6
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Beautiful stack trace pretty printer for C++";
|
description = "Beautiful stack trace pretty printer for C++";
|
||||||
homepage = "https://github.com/bombela/backward-cpp";
|
homepage = "https://github.com/bombela/backward-cpp";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ cstrahan ];
|
maintainers = with maintainers; [ cstrahan ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue