We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb770d commit a1f7e9fCopy full SHA for a1f7e9f
nix/misc.nix
@@ -4,6 +4,11 @@ in
4
with (import ./project.nix); rec {
5
pkgBin = pkg: "${pkgs.${pkg}}/bin/${pkg}";
6
nix-bundle = pkgs.nix-bundle.overrideAttrs (attrs: {
7
+ buildInputs =
8
+ attrs.buildInputs
9
+ ++ [
10
+ pkgs.stdenv.cc.cc.libgcc or null
11
+ ];
12
postInstall =
13
attrs.postInstall
14
+ ''
0 commit comments