mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
avrdude: add darwin platform
This commit is contained in:
parent
d0df007843
commit
b4888489e3
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user