pwndbg: expand platforms to all
This commit is contained in:
parent
dca4490738
commit
5c9cb64b43
|
@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
|
||||||
description = "Exploit Development and Reverse Engineering with GDB Made Easy";
|
description = "Exploit Development and Reverse Engineering with GDB Made Easy";
|
||||||
homepage = "https://github.com/pwndbg/pwndbg";
|
homepage = "https://github.com/pwndbg/pwndbg";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mic92 ];
|
maintainers = with maintainers; [ mic92 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue