Skip to content

Commit 377e858

Browse files
committed
Fix pkgs
1 parent c782939 commit 377e858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/suggested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ pkgs.mkShell {
275275
nativeBuildInputs = with pkgs; [
276276
binutils cmake ninja pkg-config python3 git curl cacert patchelf nix
277277
];
278-
buildInputs = [
278+
buildInputs = with pkgs; [
279279
openssl glibc.out glibc.static
280280
];
281281
# Avoid creating text files for ICEs.

0 commit comments

Comments
 (0)