diff --git a/pkgs/tools/dict/stardict-tools/default.nix b/pkgs/tools/dict/stardict-tools/default.nix
index 171a3b4ce41dd4a1f5ad036b7488209a80672a08..c6741eacb6986a7a318890cc5845b7f157584447 100644
--- a/pkgs/tools/dict/stardict-tools/default.nix
+++ b/pkgs/tools/dict/stardict-tools/default.nix
@@ -31,10 +31,9 @@ libxml2
pcre
];
postPatch = ''
substituteInPlace tools/src/wikipediaImage.cpp \
diff --git a/pkgs/tools/geo/ocad2mp/default.nix b/pkgs/tools/geo/ocad2mp/default.nix
index e7b76789ad6830b59d6b9c46719d0fa119e7682d..902b8938b9d1f8dbe9f7ba304d88f36523c9c85a 100644
--- a/pkgs/tools/geo/ocad2mp/default.nix
+++ b/pkgs/tools/geo/ocad2mp/default.nix
@@ -20,7 +20,6 @@
NIX_CFLAGS_COMPILE = [
"-std=c++03"
"-include stddef.h"
];
makeFlags = [
@@ -28,6 +27,8 @@ "-f Makefile.gcc"
"CFG=Release"
"TARGET_ARCH_BITS=64"
];
installPhase = ''
install -Dm755 Release/ocad2mp -t $out/bin
application/octet-stream
This content has been proxied by September (3851b).