about summary refs log tree commit diff
path: root/pkgs/games/torcs
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-21 10:53:04 +0000
committerRobin Gloster <mail@glob.in>2016-02-21 10:53:04 +0000
commit27e8d31b1afba4aa9deca84948def09971c3574c (patch)
tree8147aefb6730ef9539d991ac86bea23fe13c08ec /pkgs/games/torcs
parent25dfa39faca704bc8a594db151d34dec0aa3158e (diff)
torcs: turn off format hardening and remove obsolete flag
Diffstat (limited to 'pkgs/games/torcs')
-rw-r--r--pkgs/games/torcs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/torcs/default.nix b/pkgs/games/torcs/default.nix
index e6370d6e7c61a..fd320a32180ed 100644
--- a/pkgs/games/torcs/default.nix
+++ b/pkgs/games/torcs/default.nix
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
 
   installTargets = "install datainstall";
 
+  hardening_format = false;
+
   meta = {
     description = "Car racing game";
     homepage = http://torcs.sourceforge.net/;