Skip to content

Commit 6c2e919

Browse files
authored
scx.full: 1.0.11 -> 1.0.12 (#406124)
remove unused `fetchpatch2`
1 parent c6aa14f commit 6c2e919

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

pkgs/os-specific/linux/scx/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
callPackage,
44
fetchFromGitHub,
5-
fetchpatch2,
65
}:
76
let
87
scx-common = rec {

pkgs/os-specific/linux/scx/scx_cscheds.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
zlib,
1414
zstd,
1515
scx-common,
16+
protobuf,
17+
libseccomp,
1618
}:
1719

1820
let
@@ -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 = [

pkgs/os-specific/linux/scx/scx_rustscheds.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
zstd,
99
scx-common,
1010
scx,
11+
protobuf,
12+
libseccomp,
1113
}:
1214
rustPlatform.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 = {

pkgs/os-specific/linux/scx/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",

0 commit comments

Comments
 (0)