summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2016-08-25 17:11:27 -0400
committerJörg Thalheim <joerg@higgsboson.tk>2016-10-01 16:13:41 +0200
commitfcee1d0b28aa0f45f559d38659fd2a11cd34dafe (patch)
tree809af78a8471b509b0e0516df1d2fbb5817a4b83 /pkgs/tools/filesystems
parent0e3e7a6bcd96405ddc257b93d57cda09b558cbdb (diff)
downloadnixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.gz
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.bz2
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.lz
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.xz
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.zst
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.zip
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.

fixes #18000
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/darling-dmg/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/darling-dmg/default.nix b/pkgs/tools/filesystems/darling-dmg/default.nix
index 74e7686a3d17..7931df2cc57d 100644
--- a/pkgs/tools/filesystems/darling-dmg/default.nix
+++ b/pkgs/tools/filesystems/darling-dmg/default.nix
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ cmake fuse openssl zlib bzip2 libxml2 icu ];
 
-  cmakeConfigureFlagFlags = ["-DCMAKE_BUILD_TYPE=RELEASE"];
-
   meta = {
     homepage = http://www.darlinghq.org/;
     description = "Darling lets you open OS X dmgs on Linux";