about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-22 23:44:58 +0200
committerFelix Buehler <account@buehler.rocks>2021-06-25 01:28:10 +0200
commitce3b463c7900a354775a35f8b75dbd2cd1ca2e7d (patch)
tree3c3d6efc864eaf1543b494bbf8d9c2bfda934151 /pkgs/games/steam
parentd26902aef932e80eb772026433af13ce662e7872 (diff)
games: /s/name/pname&version/
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/fonts.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/steam/fonts.nix b/pkgs/games/steam/fonts.nix
index 9cf68f2c29b05..65efd42a22a48 100644
--- a/pkgs/games/steam/fonts.nix
+++ b/pkgs/games/steam/fonts.nix
@@ -1,7 +1,8 @@
 { stdenv, fetchurl, unzip }:
 
 stdenv.mkDerivation {
-  name = "steam-fonts-1";
+  pname = "steam-fonts";
+  version = "1";
 
   src = fetchurl {
     url = "https://support.steampowered.com/downloads/1974-YFKL-4947/SteamFonts.zip";