about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2024-01-24 18:39:28 +0100
committerGitHub <noreply@github.com>2024-01-24 18:39:28 +0100
commit987dc940bac487fd80a37f91a186da1624144514 (patch)
treea17e4db664328107540652f2680175e79d6eb834 /pkgs/development
parentd1dfc91eda044573741cfb77114e3495250a5744 (diff)
parent506b21518dfaa747b022ff1850de86b8e5dc44d5 (diff)
Merge pull request #281858 from nh2/fix-ceph-build-use-fmt_9
ceph: Fix build with GCC 13 by using fmt_8 -> fmt_9. Fixes #281027
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/cryptography/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/cryptography/default.nix b/pkgs/development/python-modules/cryptography/default.nix
index 4acb8c6dcd197..770561126fb34 100644
--- a/pkgs/development/python-modules/cryptography/default.nix
+++ b/pkgs/development/python-modules/cryptography/default.nix
@@ -4,6 +4,7 @@
 , callPackage
 , cargo
 , cffi
+, cryptography-vectors ? (callPackage ./vectors.nix { })
 , fetchPypi
 , hypothesis
 , iso8601
@@ -24,9 +25,6 @@
 , setuptoolsRustBuildHook
 }:
 
-let
-  cryptography-vectors = callPackage ./vectors.nix { };
-in
 buildPythonPackage rec {
   pname = "cryptography";
   version = "41.0.7"; # Also update the hash in vectors.nix