summary refs log tree commit diff
path: root/pkgs/games/steam/default.nix
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2015-05-30 19:26:53 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2015-05-30 19:27:24 +0200
commit3c09ff6d1544ddbf6db51977f48f55c4fe75edcb (patch)
tree8255f476b4a27017d82590f518f5a4b61343d614 /pkgs/games/steam/default.nix
parent76da869d9a6be47328abc58ce953bb8c172a2d0d (diff)
downloadnixpkgs-3c09ff6d1544ddbf6db51977f48f55c4fe75edcb.tar
nixpkgs-3c09ff6d1544ddbf6db51977f48f55c4fe75edcb.tar.gz
nixpkgs-3c09ff6d1544ddbf6db51977f48f55c4fe75edcb.tar.bz2
nixpkgs-3c09ff6d1544ddbf6db51977f48f55c4fe75edcb.tar.lz
nixpkgs-3c09ff6d1544ddbf6db51977f48f55c4fe75edcb.tar.xz
nixpkgs-3c09ff6d1544ddbf6db51977f48f55c4fe75edcb.tar.zst
nixpkgs-3c09ff6d1544ddbf6db51977f48f55c4fe75edcb.zip
prevent accidentally installing unwrapped steam
Diffstat (limited to 'pkgs/games/steam/default.nix')
-rw-r--r--pkgs/games/steam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/default.nix b/pkgs/games/steam/default.nix
index 0478e208da2..2f2ce921176 100644
--- a/pkgs/games/steam/default.nix
+++ b/pkgs/games/steam/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl, traceDeps ? false}:
 
 stdenv.mkDerivation rec {
-  name = "${program}-${version}";
+  name = "${program}-original-${version}";
   program = "steam";
   version = "1.0.0.49";