about summary refs log tree commit diff
path: root/pkgs/games/BeatSaberModManager
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2022-10-03 11:13:17 -0300
committerDavid McFarland <corngood@gmail.com>2022-12-19 15:36:25 -0400
commit3fdb6c5a9010690eb4c2676dcc40693094de590d (patch)
treecb4963ea37236959ca3c8e11fbef6e861ddd23b7 /pkgs/games/BeatSaberModManager
parentd38c3c84845cc9faef97e7f68f488bffa4f34ee1 (diff)
dotnetCorePackages: move systemToDotnetRid out of sdk
Diffstat (limited to 'pkgs/games/BeatSaberModManager')
-rw-r--r--pkgs/games/BeatSaberModManager/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/BeatSaberModManager/default.nix b/pkgs/games/BeatSaberModManager/default.nix
index 8d607268dc642..ceef75f4585e1 100644
--- a/pkgs/games/BeatSaberModManager/default.nix
+++ b/pkgs/games/BeatSaberModManager/default.nix
@@ -34,7 +34,7 @@ buildDotnetModule rec {
   patches = [
     (substituteAll {
       src = ./add-runtime-identifier.patch;
-      runtimeIdentifier = dotnet-sdk.passthru.systemToDotnetRid targetPlatform.system;
+      runtimeIdentifier = dotnetCorePackages.systemToDotnetRid targetPlatform.system;
     })
   ];