summary refs log tree commit diff
path: root/pkgs/games/iortcw/sp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/iortcw/sp.nix')
-rw-r--r--pkgs/games/iortcw/sp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/iortcw/sp.nix b/pkgs/games/iortcw/sp.nix
index 7f78f89b036..66944c49ddd 100644
--- a/pkgs/games/iortcw/sp.nix
+++ b/pkgs/games/iortcw/sp.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  sourceRoot = "source/SP";
+  sourceRoot = "${src.name}/SP";
 
   makeFlags = [
     "USE_INTERNAL_LIBS=0"