Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.
fixes #18000
This commit is contained in:
@@ -13,10 +13,6 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ cmake pkgconfig docutils glib libpthreadstubs libXau
|
||||
libXdmcp xcbutil ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Use external locker (such as i3lock) as X screen saver";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user