Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e10704335a491b172c4b01a43cfa9b107c1c5bd4
      
https://github.com/NixOS/nixpkgs/commit/e10704335a491b172c4b01a43cfa9b107c1c5bd4
  Author: Bjørn Forsman <[email protected]>
  Date:   2015-02-07 (Sat, 07 Feb 2015)

  Changed paths:
    M pkgs/development/arduino/arduino-core/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  arduino: new package (2nd attempt). Close #6159.

[Now without the "stdenv.glibc" reference, which is unavailable on
darwin. It seems the dynamic linker finds libc/libm without it being
explicitly in RPATH, so we can just drop it.]

This commit adds the graphical Arduino IDE, built from the arduino-core
expression.

Also:
  - Add libusb to RPATH for avrdude. Without this, avrdude is broken.
    Possible TODO: replace bundled avrdude with the one from nixpkgs.
  - Use "cp -r ./build/linux/work/*", so example sketeches, the HTML
    reference documentation and the 'arduino' shell script that starts the
    IDE gets included.
  - Make meta.description slightly more generic, to cover both GUI/core
    variants.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to