Unverified Commit f9661c03 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

botan3: fix `pkgsStatic` eval (#456385)

parents 09f3614b 7583f8b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ assert lib.assertOneOf "policy" policy [
];

let
  stdenv' = if static then buildPackages.libxccStdenv else stdenv;
  stdenv' = if static then buildPackages.libcxxStdenv else stdenv;
in
stdenv'.mkDerivation (finalAttrs: {
  version = "3.9.0";