> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux 12:06:16 up 1 day 15:34, 2 users, load average: 0.31, 0.44, 0.46
This commit is contained in:
parent
4bec6d86ef
commit
20c8c52468
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs,
|
{ pkgs,
|
||||||
lib,
|
lib,
|
||||||
stdenv
|
stdenv,
|
||||||
|
am-kernels
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -21,6 +22,12 @@ stdenv.mkDerivation rec {
|
||||||
libllvm
|
libllvm
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
|
am-kernels
|
||||||
|
];
|
||||||
|
|
||||||
|
IMAGES_PATH = "${am-kernels}/share/images"
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
export NEMU_HOME=$(pwd)
|
export NEMU_HOME=$(pwd)
|
||||||
make alldefconfig
|
make alldefconfig
|
||||||
|
|
Loading…
Reference in a new issue