Merge pull request #115974 from siraben/darwin-mass-fix-buildInputs=0-alt

This commit is contained in:
Sandro
2021-03-13 19:42:55 +01:00
committed by GitHub
33 changed files with 57 additions and 37 deletions
@@ -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 ];
};
}