build(nix): add missing dependancy
auto-patchelf could not satisfy dependency libgcc_s.so.1 wanted by /nix/store/iziq61qknha0aa3skjcxb44x63kyx891-fridge-0.1.0/bin/fridgeG
This commit is contained in:
parent
e7b46b17c4
commit
d9c7807cca
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@
|
|||
pkgs.autoPatchelfHook
|
||||
];
|
||||
|
||||
buildInputs = commonArgs.buildInputs ++ [
|
||||
pkgs.libgcc
|
||||
];
|
||||
|
||||
runtimeDependencies = dlDeps;
|
||||
|
||||
doCheck = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue