pwndbg: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:23:08 +07:00
parent dca4490738
commit 5c9cb64b43

View file

@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
description = "Exploit Development and Reverse Engineering with GDB Made Easy";
homepage = "https://github.com/pwndbg/pwndbg";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ mic92 ];
};
}