diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 14:40:42 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 14:40:42 +1200 |
| commit | 2b84c9b4754869d98425a1b3175f783e9b17651c (patch) | |
| tree | e571fdf5ee99f7f592bddb9c78bb0d23b2846c5f /nix | |
| parent | 9c10f8d445a80830063418e24c4725341a57f29f (diff) | |
| download | yerbalinux-2b84c9b4754869d98425a1b3175f783e9b17651c.tar.xz yerbalinux-2b84c9b4754869d98425a1b3175f783e9b17651c.zip | |
Kernel deps AGAIN
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/kernel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/kernel.nix b/nix/kernel.nix index 124e2d7..1083c8e 100644 --- a/nix/kernel.nix +++ b/nix/kernel.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, flex, bison, ncurses, elfutils }: +{ stdenv, fetchurl, flex, bison, ncurses, elfutils, bc, cpio, rsync, gmp, libmpc, mpfr, zlib, python3, gnutar, gzip, patch, xz, which, gcc }: stdenv.mkDerivation { name = "linux-yerba"; @@ -6,7 +6,7 @@ stdenv.mkDerivation { url = "https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.11.tar.xz"; hash = "sha256-5WyDVt2gETamBBxu+DK9Dsmb0tNd/5eDKqXsEO0BQwQ="; }; - buildInputs = [ flex bison ncurses elfutils ]; + buildInputs = [ stdenv fetchurl flex bison ncurses elfutils bc cpio rsync gmp libmpc mpfr zlib python3 gnutar gzip patch xz which gcc ]; preConfigure = '' cp ${./linux_config} .config ''; |
