3
0
Fork 0
forked from mirrors/nixpkgs

riscv-pk-with-kernel: remove

hasn't evaluated sind Nov 2018, due to linux_riscv not existing since
then
This commit is contained in:
Robin Gloster 2019-10-27 11:44:05 +01:00
parent a04feba65c
commit d06a48139f
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -16589,10 +16589,6 @@ in
riscv-pk = callPackage ../misc/riscv-pk { }; riscv-pk = callPackage ../misc/riscv-pk { };
riscv-pk-with-kernel = riscv-pk.override {
payload = "${linux_riscv}/vmlinux";
};
roccat-tools = callPackage ../os-specific/linux/roccat-tools { }; roccat-tools = callPackage ../os-specific/linux/roccat-tools { };
rtkit = callPackage ../os-specific/linux/rtkit { }; rtkit = callPackage ../os-specific/linux/rtkit { };