Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
eagle7: unbreak by using openssl 1.0 instead of 1.1
Browse files Browse the repository at this point in the history
The default openssl version in nixpkgs is too new for eagle7 and it
fails to start:

  eagle: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
  • Loading branch information
bjornfor committed Oct 23, 2019
1 parent dcc8c7f commit 13859d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -23689,7 +23689,9 @@ in
# Since version 8 Eagle requires an Autodesk account and a subscription
# in contrast to single payment for the charged editions.
# This is the last version with the old model.
eagle7 = callPackage ../applications/science/electronics/eagle/eagle7.nix { };
eagle7 = callPackage ../applications/science/electronics/eagle/eagle7.nix {
openssl = openssl_1_0_2;
};

eagle = libsForQt5.callPackage ../applications/science/electronics/eagle/eagle.nix { };

Expand Down

0 comments on commit 13859d0

Please sign in to comment.