treewide: fix types for mkDerivation params
This commit is contained in:
committed by
Jan Tojnar
parent
81ffabdf4f
commit
006242fd5a
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake perl ];
|
||||
buildInputs = [
|
||||
zlib luajit ncurses jsoncpp libb64 openssl curl jq gcc elfutils tbb c-ares protobuf grpc
|
||||
] ++ optional (kernel != null) kernel.moduleBuildDependencies;
|
||||
] ++ optionals (kernel != null) kernel.moduleBuildDependencies;
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user