File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
pkgs/os-specific/linux/scx Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 callPackage ,
44 fetchFromGitHub ,
5- fetchpatch2 ,
65} :
76let
87 scx-common = rec {
Original file line number Diff line number Diff line change 1313 zlib ,
1414 zstd ,
1515 scx-common ,
16+ protobuf ,
17+ libseccomp ,
1618} :
1719
1820let
@@ -74,13 +76,15 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
7476 jq
7577 pkg-config
7678 zstd
79+ protobuf
7780 ]
7881 ++ bpftools . buildInputs
7982 ++ bpftools . nativeBuildInputs ;
8083
8184 buildInputs = [
8285 elfutils
8386 zlib
87+ libseccomp
8488 ] ;
8589
8690 mesonFlags = [
Original file line number Diff line number Diff line change 88 zstd ,
99 scx-common ,
1010 scx ,
11+ protobuf ,
12+ libseccomp ,
1113} :
1214rustPlatform . buildRustPackage {
1315 pname = "scx_rustscheds" ;
@@ -26,11 +28,13 @@ rustPlatform.buildRustPackage {
2628 nativeBuildInputs = [
2729 pkg-config
2830 rustPlatform . bindgenHook
31+ protobuf
2932 ] ;
3033 buildInputs = [
3134 elfutils
3235 zlib
3336 zstd
37+ libseccomp
3438 ] ;
3539
3640 env = {
Original file line number Diff line number Diff line change 11{
22 "scx" : {
3- "version" : " 1.0.11 " ,
4- "hash" : " sha256-Lj+YH+pWcdbGvpk6PAgat279cXOGkm0SZ5+wdK+2u9Q =" ,
5- "cargoHash" : " sha256-sDrkUiZpX04A6a4ltFFZo6qtUgUgZ0ydml4mfKYYu3g ="
3+ "version" : " 1.0.12 " ,
4+ "hash" : " sha256-ti4SPx66Ykwqsel7l8Rb0WEBypFbQKoDd0foMAtEmlE =" ,
5+ "cargoHash" : " sha256-nD+RalFCJLqQGMVtaJm/NLCrY8Iq5/eAsW+ydABvw2o ="
66 },
77 "bpftool" : {
88 "rev" : " 183e7010387d1fc9f08051426e9a9fbd5f8d409e" ,
You can’t perform that action at this time.
0 commit comments