summary refs log tree commit diff
path: root/pkgs/games/the-powder-toy
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-05-04 19:52:24 +0200
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-05-04 19:52:24 +0200
commit9cb260d091f5a474ee70ddccc6b8ecad825a78dc (patch)
treebd916d0989e7ec64fa7a1fda00ce0d9e000afecf /pkgs/games/the-powder-toy
parent01c27d6faf44ccd435069bcbe40785f9e0bfd9be (diff)
downloadnixpkgs-9cb260d091f5a474ee70ddccc6b8ecad825a78dc.tar
nixpkgs-9cb260d091f5a474ee70ddccc6b8ecad825a78dc.tar.gz
nixpkgs-9cb260d091f5a474ee70ddccc6b8ecad825a78dc.tar.bz2
nixpkgs-9cb260d091f5a474ee70ddccc6b8ecad825a78dc.tar.lz
nixpkgs-9cb260d091f5a474ee70ddccc6b8ecad825a78dc.tar.xz
nixpkgs-9cb260d091f5a474ee70ddccc6b8ecad825a78dc.tar.zst
nixpkgs-9cb260d091f5a474ee70ddccc6b8ecad825a78dc.zip
[treewide] delete unused patches
Diffstat (limited to 'pkgs/games/the-powder-toy')
-rw-r--r--pkgs/games/the-powder-toy/fix-env.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/games/the-powder-toy/fix-env.patch b/pkgs/games/the-powder-toy/fix-env.patch
deleted file mode 100644
index b09fd4dcbe9..00000000000
--- a/pkgs/games/the-powder-toy/fix-env.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/SConscript
-+++ b/SConscript
-@@ -99,7 +99,7 @@
- elif platform == "Windows" and not GetOption('msvc'):
- 	env = Environment(tools=['mingw'], ENV={'PATH' : os.environ['PATH']})
- else:
--	env = Environment(tools=['default'], ENV={'PATH' : os.environ['PATH']})
-+	env = Environment(tools=['default'], ENV = os.environ)
- 
- #attempt to automatically find cross compiler
- if not tool and compilePlatform == "Linux" and compilePlatform != platform: