mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
prevent accidentally installing unwrapped steam
This commit is contained in:
parent
76da869d9a
commit
3c09ff6d15
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue