Skip to content

Commit a1f7e9f

Browse files
committed
propagate libgcc to nix-bundle
1 parent 1cb770d commit a1f7e9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nix/misc.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ in
44
with (import ./project.nix); rec {
55
pkgBin = pkg: "${pkgs.${pkg}}/bin/${pkg}";
66
nix-bundle = pkgs.nix-bundle.overrideAttrs (attrs: {
7+
buildInputs =
8+
attrs.buildInputs
9+
++ [
10+
pkgs.stdenv.cc.cc.libgcc or null
11+
];
712
postInstall =
813
attrs.postInstall
914
+ ''

0 commit comments

Comments
 (0)