Skip to content

Commit

Permalink
avrdude: add darwin platform
Browse files Browse the repository at this point in the history
  • Loading branch information
thefloweringash authored and bjornfor committed Mar 23, 2018
1 parent d0df007 commit b488848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/avrdude/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.nongnu.org/avrdude/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
maintainers = [ maintainers.bjornfor ];
};
}

0 comments on commit b488848

Please sign in to comment.