···66 # Build LD_PRELOAD library that redirects license file access to the home
67 # directory of the user
68 mkdir -p "$out"/lib
69- gcc -shared -fPIC -DEAGLE_PATH=\"$out/eagle-${version}\" ${./eagle_fixer.c} -o "$out"/lib/eagle_fixer.so -ldl
7071 # Make wrapper script
72 dynlinker="$(cat $NIX_CC/nix-support/dynamic-linker)"
···66 # Build LD_PRELOAD library that redirects license file access to the home
67 # directory of the user
68 mkdir -p "$out"/lib
69+ gcc -shared -fPIC -DEAGLE_PATH=\"$out/eagle-${version}\" ${./eagle7_fixer.c} -o "$out"/lib/eagle_fixer.so -ldl
7071 # Make wrapper script
72 dynlinker="$(cat $NIX_CC/nix-support/dynamic-linker)"
···2080520806 adms = callPackage ../applications/science/electronics/adms { };
2080720808+ # Since version 8 Eagle requires an Autodesk account and a subscription
20809+ # in contrast to single payment for the charged editions.
20810+ # This is the last version with the old model.
20811+ eagle7 = callPackage ../applications/science/electronics/eagle/eagle7.nix { };
20812+20813+ eagle = libsForQt5.callPackage ../applications/science/electronics/eagle/eagle.nix { };
2081420815 caneda = libsForQt5.callPackage ../applications/science/electronics/caneda { };
20816