Skip to content

Commit

Permalink
nix: defer to the version of cryptography available in the store
Browse files Browse the repository at this point in the history
NixOS 20.09 doesn't have the necessarry toolchain to build newer
versions.
  • Loading branch information
László Vaskó committed Feb 23, 2021
1 parent 4eae137 commit c508d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/openconnect-sso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ poetry2nix.mkPoetryApplication {
poetry2nix.defaultPoetryOverrides
(
self: super: {
inherit (python3Packages) pyqt5 pyqtwebengine;
inherit (python3Packages) cryptography pyqt5 pyqtwebengine;
coverage_enable_subprocess = with python3.pkgs; buildPythonPackage rec {
pname = "coverage_enable_subprocess";
version = "1.0";
Expand Down

0 comments on commit c508d37

Please sign in to comment.