summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-03 20:59:18 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-22 17:45:39 -0800
commit4cf0848fc85a05bf46b142d3981f542e2e924034 (patch)
tree24a94c990bc48c4b938c31a44859e0d508972964
parent2007702e2bfe6820ab42681f9e32e00321af4877 (diff)
downloadnixpkgs-4cf0848fc85a05bf46b142d3981f542e2e924034.tar
nixpkgs-4cf0848fc85a05bf46b142d3981f542e2e924034.tar.gz
nixpkgs-4cf0848fc85a05bf46b142d3981f542e2e924034.tar.bz2
nixpkgs-4cf0848fc85a05bf46b142d3981f542e2e924034.tar.lz
nixpkgs-4cf0848fc85a05bf46b142d3981f542e2e924034.tar.xz
nixpkgs-4cf0848fc85a05bf46b142d3981f542e2e924034.tar.zst
nixpkgs-4cf0848fc85a05bf46b142d3981f542e2e924034.zip
nixosTests.boot-stage1: fix kernel build with 5.15
-rw-r--r--nixos/tests/boot-stage1.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/boot-stage1.nix b/nixos/tests/boot-stage1.nix
index ce86fc5f494..756decd2039 100644
--- a/nixos/tests/boot-stage1.nix
+++ b/nixos/tests/boot-stage1.nix
@@ -33,6 +33,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
         #include <linux/sched/signal.h>
         #endif
 
+        MODULE_LICENSE("GPL");
+
         struct task_struct *canaryTask;
 
         static int kcanary(void *nothing)