Skip to content

Commit c508d37

Browse files
author
László Vaskó
committed
nix: defer to the version of cryptography available in the store
NixOS 20.09 doesn't have the necessarry toolchain to build newer versions.
1 parent 4eae137 commit c508d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/openconnect-sso.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ poetry2nix.mkPoetryApplication {
2424
poetry2nix.defaultPoetryOverrides
2525
(
2626
self: super: {
27-
inherit (python3Packages) pyqt5 pyqtwebengine;
27+
inherit (python3Packages) cryptography pyqt5 pyqtwebengine;
2828
coverage_enable_subprocess = with python3.pkgs; buildPythonPackage rec {
2929
pname = "coverage_enable_subprocess";
3030
version = "1.0";

0 commit comments

Comments
 (0)