Loading pkgs/development/tools/simavr/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ let avrSuffixSalt = avrgcc.suffixSalt; }; } ./setup-hook-darwin.sh; in stdenv.mkDerivation rec { pname = "simavr"; Loading Loading @@ -68,7 +69,10 @@ stdenv.mkDerivation rec { homepage = "https://github.com/buserror/simavr"; license = licenses.gpl3; platforms = platforms.unix; maintainers = with maintainers; [ goodrone ]; }; maintainers = with maintainers; [ goodrone patryk27 ]; }; } Loading
pkgs/development/tools/simavr/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ let avrSuffixSalt = avrgcc.suffixSalt; }; } ./setup-hook-darwin.sh; in stdenv.mkDerivation rec { pname = "simavr"; Loading Loading @@ -68,7 +69,10 @@ stdenv.mkDerivation rec { homepage = "https://github.com/buserror/simavr"; license = licenses.gpl3; platforms = platforms.unix; maintainers = with maintainers; [ goodrone ]; }; maintainers = with maintainers; [ goodrone patryk27 ]; }; }