···15 sha256 = "sha256-vUhP71vZ5XFG7MDkPFpAcCUL4kIdzHJ1hAkwqIi6ksQ=";
16 };
1718- # We have no LTO on i686 since commit 22284b0
19- postPatch = lib.optionalString stdenv.isi686 ''
20- substituteInPlace chelper/__init__.py \
21- --replace "-flto -fwhole-program " ""
22- '';
23-24 sourceRoot = "source/klippy";
2526 # there is currently an attempt at moving it to Python 3, but it will remain
···15 sha256 = "sha256-vUhP71vZ5XFG7MDkPFpAcCUL4kIdzHJ1hAkwqIi6ksQ=";
16 };
1700000018 sourceRoot = "source/klippy";
1920 # there is currently an attempt at moving it to Python 3, but it will remain
-2
pkgs/tools/system/efibootmgr/default.nix
···22 sha256 = "1sbijvlpv4khkix3vix9mbhzffj8lp8zpnbxm9gnzjz8yssz9p5h";
23 })
24 ];
25- # We have no LTO here since commit 22284b07.
26- postPatch = if stdenv.isi686 then "sed '/^CFLAGS/s/-flto//' -i Make.defaults" else null;
2728 makeFlags = [ "EFIDIR=nixos" "PKG_CONFIG=${stdenv.cc.targetPrefix}pkg-config" ];
29