mariadb: remove darwin patch that no longer applies

Hopefully it isn't needed anymore.
This commit is contained in:
Vladimír Čunát
2016-08-10 22:07:33 +02:00
parent b94559dc7f
commit 6f5c6fb6a1
2 changed files with 0 additions and 20 deletions
-2
View File
@@ -29,8 +29,6 @@ common = rec { # attributes common to both builds
sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
'';
patches = stdenv.lib.optional stdenv.isDarwin ./my_context_asm.patch;
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [