mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
scx.cscheds: fix typo in name
I don't think we need a alias here, as it has been unstable for a few days. If anyone thinks we should, I am happy to do so.
This commit is contained in:
parent
795a26cf01
commit
9aa0062f82
@ -69,7 +69,7 @@ let
|
|||||||
{ rlfifo = import ./scx_rlfifo; }
|
{ rlfifo = import ./scx_rlfifo; }
|
||||||
{ rustland = import ./scx_rustland; }
|
{ rustland = import ./scx_rustland; }
|
||||||
{ rusty = import ./scx_rusty; }
|
{ rusty = import ./scx_rusty; }
|
||||||
{ csheds = import ./scx_csheds.nix; }
|
{ cscheds = import ./scx_cscheds.nix; }
|
||||||
{ full = import ./scx_full.nix; }
|
{ full = import ./scx_full.nix; }
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
@ -54,7 +54,7 @@ let
|
|||||||
|
|
||||||
in
|
in
|
||||||
mkScxScheduler "c" {
|
mkScxScheduler "c" {
|
||||||
schedulerName = "scx_csheds";
|
schedulerName = "scx_cscheds";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
rm meson-scripts/fetch_bpftool
|
rm meson-scripts/fetch_bpftool
|
@ -4,7 +4,7 @@
|
|||||||
scx,
|
scx,
|
||||||
mkScxScheduler,
|
mkScxScheduler,
|
||||||
}:
|
}:
|
||||||
scx.csheds.overrideAttrs (oldAttrs: {
|
scx.cscheds.overrideAttrs (oldAttrs: {
|
||||||
pname = "scx_full";
|
pname = "scx_full";
|
||||||
postInstall =
|
postInstall =
|
||||||
(oldAttrs.postInstall or "")
|
(oldAttrs.postInstall or "")
|
||||||
|
Loading…
Reference in New Issue
Block a user