mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
boehmgc: 8.2.4 -> 8.2.6
This commit is contained in:
parent
2ef849500f
commit
ec3c6e104e
@ -2,7 +2,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
# doc: https://github.com/ivmai/bdwgc/blob/v8.2.4/doc/README.macros (LARGE_CONFIG)
|
# doc: https://github.com/ivmai/bdwgc/blob/v8.2.6/doc/README.macros (LARGE_CONFIG)
|
||||||
, enableLargeConfig ? false
|
, enableLargeConfig ? false
|
||||||
, enableMmap ? true
|
, enableMmap ? true
|
||||||
, enableStatic ? false
|
, enableStatic ? false
|
||||||
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "boehm-gc";
|
pname = "boehm-gc";
|
||||||
version = "8.2.4";
|
version = "8.2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ivmai";
|
owner = "ivmai";
|
||||||
repo = "bdwgc";
|
repo = "bdwgc";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-KHijT4BBKfDvTpHpwognN+3ZXoC6JabBTFSYFyOUT9o=";
|
hash = "sha256-y6hU5qU4qO9VvQvKNH9dvReCrf3+Ih2HHbF6IS1V3WQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" ];
|
outputs = [ "out" "dev" "doc" ];
|
||||||
@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
# not fix the problem the test failure will be a reminder to
|
# not fix the problem the test failure will be a reminder to
|
||||||
# extend the set of versions requiring the workaround).
|
# extend the set of versions requiring the workaround).
|
||||||
makeFlags = lib.optionals (stdenv.hostPlatform.isPower64 &&
|
makeFlags = lib.optionals (stdenv.hostPlatform.isPower64 &&
|
||||||
finalAttrs.version == "8.2.4")
|
finalAttrs.version == "8.2.6")
|
||||||
[
|
[
|
||||||
# do not use /proc primitives to track dirty bits; see:
|
# do not use /proc primitives to track dirty bits; see:
|
||||||
# https://github.com/ivmai/bdwgc/issues/479#issuecomment-1279687537
|
# https://github.com/ivmai/bdwgc/issues/479#issuecomment-1279687537
|
||||||
|
Loading…
Reference in New Issue
Block a user