diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 14:56:36 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 14:56:36 +1200 |
| commit | 242b8ac5552a22019da06772659f7506c81545a9 (patch) | |
| tree | 8db0b98ce1b9845b10fc246d3211267e583fc9db /nix | |
| parent | 8feae8391beb012e07202b029c861a176626f9fe (diff) | |
| download | yerbalinux-242b8ac5552a22019da06772659f7506c81545a9.tar.xz yerbalinux-242b8ac5552a22019da06772659f7506c81545a9.zip | |
More dependencies, yay /s
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 4ccd00d..d207abd 100644 --- a/nix/kernel.nix +++ b/nix/kernel.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, flex, bison, ncurses, elfutils, bc, cpio, rsync, gmp, libmpc, mpfr, zlib, python3, gnutar, gzip, patch, xz, which, gcc }: +{ stdenv, fetchurl, flex, bison, ncurses, elfutils, bc, cpio, rsync, gmp, libmpc, mpfr, zlib, python3, gnutar, gzip, patch, xz, which, gcc, perl }: 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 bc cpio rsync gmp libmpc mpfr zlib python3 gnutar gzip patch xz which gcc ]; + buildInputs = [ flex bison ncurses elfutils bc cpio rsync gmp libmpc mpfr zlib python3 gnutar gzip patch xz which gcc perl ]; preConfigure = '' cp ${./linux_config} .config ''; |
