vomit day

This commit is contained in:
TheK0tYaRa 2026-03-22 22:16:01 +02:00
parent 7fa7351aa7
commit 339ef75baf
4 changed files with 46 additions and 30 deletions

View file

@ -720,17 +720,17 @@ inline sycl::event submit_wait_on_events(sycl::queue q, const std::vector<sycl::
--run 'export WINE WINESERVER WINE_BIN WINESERVER_BIN'
'';
});
# winetricks = prev.winetricks.overrideAttrs (
# old:
# let
# version = "20260125";
# in
# {
# inherit version;
# src = final.fetchurl {
# url = "https://github.com/Winetricks/winetricks/archive/refs/tags/${version}.tar.gz";
# hash = "sha256-KJC9n7ut5GOOWLSZmiNycxkt8DtYUWrnuHceCcItL1Y=";
# };
# }
# );
intel-compute-runtime = modify prev.intel-compute-runtime (
old:
let
cmakeSccacheAttrs = mkCmakeSccacheAttrs old;
in
cmakeSccacheAttrs
// {
cmakeFlags = (cmakeSccacheAttrs.cmakeFlags or [ ]) ++ [
(prev.lib.cmakeBool "NEO_ENABLE_XE" true)
];
}
);
}