Skip to content

Commit

Permalink
pythonPackages.gnutls: works with recent gnutls versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 18, 2016
1 parent 01f8b65 commit db51e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6720,7 +6720,7 @@ in modules // {

propagatedBuildInputs = with self; [ pkgs.gnutls ];
patchPhase = ''
substituteInPlace gnutls/library/__init__.py --replace "/usr/local/lib" "${pkgs.gnutls33.out}/lib"
substituteInPlace gnutls/library/__init__.py --replace "/usr/local/lib" "${pkgs.gnutls.out}/lib"
'';
};

Expand Down

0 comments on commit db51e90

Please sign in to comment.