summary refs log tree commit diff
path: root/pkgs/applications/science/electronics/eagle
Commit message (Collapse)AuthorAge
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* eagle: 7.7 -> 9.1.2rittelle2018-08-19
| | | | Updated eagle to version to 9.1.2 while keeping version 7.7 as eagle7.
* eagle: 7.5 -> 7.7Bjørn Forsman2017-09-11
| | | | | | | | | | | | This is the latest release from Cadsoft, before they were bought by Autocad. Autocad has released 8.x, but - it requires reworking the Nix expression (different packaging) - the paid license version requires a monthly subscription fee, you never "own" the software (AFAICT). Due to the licensing change in 8.x, I think keeping Eagle 7.x around is a good idea.
* replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
|
* eagle: 6.6.0 -> 7.5.0Bjørn Forsman2015-12-08
| | | | | | * It grew a couple of extra (hard) dependencies: libxcb, cups, xkeyboardconfig * It is also available in native 64-bit version (yay!)
* eagle 6.5.0 -> 6.6.0Tobias Geerinckx-Rice2015-06-22
| | | | | | | | | | CC @bjornfor: Version 6.5.0 has disappeared from Cadsoft's FTP site. This is the closest version that's still available. Not extensively tested, but works fine here. Current version is 7.3.0. I leave that to someone more interested.
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* eagle: bump version 6.4.0 -> 6.5.0Bjørn Forsman2013-08-25
| | | | | | And name the desktop file "eagle.desktop", not "Eagle.desktop". The user facing application name is still "Eagle"; it has nothing to do with the name of the desktop file.
* eagle: new packageBjørn Forsman2013-05-25
Eagle is a schematic capture and PCB layout program from CadSoft. This is proprietary software; CadSoft provide a self-extracting shell script with embedded tarball of the prebuilt application. Add the latest Eagle version, 6.4.0. I've added a small LD_PRELOAD library that redirects operations on the license file from <eagle_install_path>/bin/eagle.key to $HOME/.eagle.key. Without this Eagle will never get past the license dialog (because you cannot write to the nix store). Eagle also has issues copying its example projects to other locations; it seems that it wants to preserve the read-only permissions from the source over to the destination. Because of this it cannot complete the copy operation because it cannot write the project files into to the (read-only) project directory it just created. So wrap chmod by OR'ing in the write-by-owner bit.