Loading pkgs/by-name/z3/z3/package.nix +25 −22 Original line number Diff line number Diff line Loading @@ -38,8 +38,11 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-eyF3ELv81xEgh9Km0Ehwos87e4VJ82cfsp53RCAtuTo="; }; patches = lib.optionals useCmakeBuild [ patches = lib.optionals useCmakeBuild [ ./fix-pkg-config-paths.patch ] ++ lib.optionals (lib.versionAtLeast finalAttrs.version "4.15.4") [ # fix Segmentation fault. See https://github.com/Z3Prover/z3/pull/8264 and # https://github.com/NixOS/nixpkgs/issues/486491 (fetchpatch2 { Loading Loading
pkgs/by-name/z3/z3/package.nix +25 −22 Original line number Diff line number Diff line Loading @@ -38,8 +38,11 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-eyF3ELv81xEgh9Km0Ehwos87e4VJ82cfsp53RCAtuTo="; }; patches = lib.optionals useCmakeBuild [ patches = lib.optionals useCmakeBuild [ ./fix-pkg-config-paths.patch ] ++ lib.optionals (lib.versionAtLeast finalAttrs.version "4.15.4") [ # fix Segmentation fault. See https://github.com/Z3Prover/z3/pull/8264 and # https://github.com/NixOS/nixpkgs/issues/486491 (fetchpatch2 { Loading