summary refs log tree commit diff
path: root/pkgs/applications/misc/robomongo
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-03-26 14:44:05 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-03-26 14:44:05 -0700
commit767c179a9440293f259433f6e8bf578176927d72 (patch)
tree1902b66023b85f0991d78f4f404bdce12ffb7503 /pkgs/applications/misc/robomongo
parent2c8cf45772862e7e2d77086bbaaa6ac0183ea0bf (diff)
parent5a2a71f2c2bbefe01f33c8f0542f57b770a065b2 (diff)
downloadnixpkgs-767c179a9440293f259433f6e8bf578176927d72.tar
nixpkgs-767c179a9440293f259433f6e8bf578176927d72.tar.gz
nixpkgs-767c179a9440293f259433f6e8bf578176927d72.tar.bz2
nixpkgs-767c179a9440293f259433f6e8bf578176927d72.tar.lz
nixpkgs-767c179a9440293f259433f6e8bf578176927d72.tar.xz
nixpkgs-767c179a9440293f259433f6e8bf578176927d72.tar.zst
nixpkgs-767c179a9440293f259433f6e8bf578176927d72.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/applications/misc/robomongo')
-rw-r--r--pkgs/applications/misc/robomongo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/robomongo/default.nix b/pkgs/applications/misc/robomongo/default.nix
index 26c091a7aa9..80424a308d7 100644
--- a/pkgs/applications/misc/robomongo/default.nix
+++ b/pkgs/applications/misc/robomongo/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
   patches = [ ./robomongo.patch ];
 
   postPatch = ''
-    rm ./cmake/FindOpenSSL.cmake
+    rm ./cmake/FindOpenSSL.cmake # remove outdated bundled CMake file
   '';
 
   NIX_CFLAGS_COMPILE = "-fno-stack-protector";