nixpkgs/pkgs
Bjørn Forsman a31ba7ed65 eagle: new package
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.
2013-05-25 21:12:47 +02:00
..
applications eagle: new package 2013-05-25 21:12:47 +02:00
build-support fetchhg: allow untrusted certs (merge #540) 2013-05-20 21:24:25 +02:00
data Fix maintainers attribute 2013-05-21 09:20:00 +02:00
desktops kde 4.10.3: fix hashes 2013-05-20 18:44:57 +02:00
development Fix boost-1.49.0 on Darwin 2013-05-23 22:19:58 +02:00
games uqm: Include optional support for 3DO videos. 2013-05-16 21:03:07 +02:00
lib maintainers.nix: add myself (Bjørn Forsman) 2013-05-20 20:09:48 +02:00
misc lilypond: Update to 2.16.2, fix guile. 2013-05-18 13:35:14 +02:00
os-specific firmware-linux-nonfree: set platform as linux 2013-05-23 21:00:18 +02:00
servers Fix maintainers attribute 2013-05-21 09:20:00 +02:00
shells Fix another maintainers attribute 2013-05-21 09:27:35 +02:00
stdenv mkDerivation: Allow direct access to passthru 2013-05-03 09:07:42 -04:00
test
tools megatools: fixing the network part 2013-05-25 00:08:42 +02:00
top-level eagle: new package 2013-05-25 21:12:47 +02:00