scx.full: 1.0.11 -> 1.0.12 (#406124)

remove unused `fetchpatch2`
This commit is contained in:
Gliczy 2025-05-11 14:02:19 +02:00 committed by GitHub
parent c6aa14fd87
commit 6c2e919de4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 4 deletions

View file

@ -2,7 +2,6 @@
lib, lib,
callPackage, callPackage,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2,
}: }:
let let
scx-common = rec { scx-common = rec {

View file

@ -13,6 +13,8 @@
zlib, zlib,
zstd, zstd,
scx-common, scx-common,
protobuf,
libseccomp,
}: }:
let let
@ -74,6 +76,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
jq jq
pkg-config pkg-config
zstd zstd
protobuf
] ]
++ bpftools.buildInputs ++ bpftools.buildInputs
++ bpftools.nativeBuildInputs; ++ bpftools.nativeBuildInputs;
@ -81,6 +84,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
elfutils elfutils
zlib zlib
libseccomp
]; ];
mesonFlags = [ mesonFlags = [

View file

@ -8,6 +8,8 @@
zstd, zstd,
scx-common, scx-common,
scx, scx,
protobuf,
libseccomp,
}: }:
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "scx_rustscheds"; pname = "scx_rustscheds";
@ -26,11 +28,13 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
rustPlatform.bindgenHook rustPlatform.bindgenHook
protobuf
]; ];
buildInputs = [ buildInputs = [
elfutils elfutils
zlib zlib
zstd zstd
libseccomp
]; ];
env = { env = {

View file

@ -1,8 +1,8 @@
{ {
"scx": { "scx": {
"version": "1.0.11", "version": "1.0.12",
"hash": "sha256-Lj+YH+pWcdbGvpk6PAgat279cXOGkm0SZ5+wdK+2u9Q=", "hash": "sha256-ti4SPx66Ykwqsel7l8Rb0WEBypFbQKoDd0foMAtEmlE=",
"cargoHash": "sha256-sDrkUiZpX04A6a4ltFFZo6qtUgUgZ0ydml4mfKYYu3g=" "cargoHash": "sha256-nD+RalFCJLqQGMVtaJm/NLCrY8Iq5/eAsW+ydABvw2o="
}, },
"bpftool": { "bpftool": {
"rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e", "rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",