diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-17 13:21:03 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-17 13:21:03 +0300 |
commit | 2ed2b884c50f25bf757113c9630b12147d3f9b18 (patch) | |
tree | ec4cee94415390752857c3a5a3591c7e9f7be520 /modules/nixos/games/steam-run.nix | |
parent | 2023-06-10 (diff) |
2023-06-17
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/games/steam-run.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/games/steam-run.nix b/modules/nixos/games/steam-run.nix index 37a20e0..f2bce67 100644 --- a/modules/nixos/games/steam-run.nix +++ b/modules/nixos/games/steam-run.nix @@ -42,7 +42,7 @@ in { (glew.overrideAttrs (_: super: let opname = super.pname; in rec { - pname = "${opname}-runfix"; + pname = "${opname}-steam-run-fix"; inherit (super) version; src = fetchurl { url = "mirror://sourceforge/${opname}/${opname}-${version}.tgz"; @@ -52,7 +52,7 @@ in { (fmodex.overrideAttrs (_: super: let opname = super.pname; in rec { - pname = "${opname}-runfix"; + pname = "${opname}-steam-run-fix"; inherit (super) version; installPhase = let libPath = makeLibraryPath [ |