xlockmore: disable format hardening to fix build

build output was empty since hardening was enabled by default
This commit is contained in:
Uli Baum 2018-06-13 01:08:30 +02:00
parent afad9983e3
commit 2483720ad9

View file

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
configureFlags+=" --enable-appdefaultdir=$out/share/X11/app-defaults"
'';
hardeningDisable = [ "format" ]; # no build output otherwise
meta = with lib; {
description = "Screen locker for the X Window System";
homepage = http://sillycycle.com/xlockmore.html;