xlockmore: disable format hardening to fix build
build output was empty since hardening was enabled by default
This commit is contained in:
parent
afad9983e3
commit
2483720ad9
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags+=" --enable-appdefaultdir=$out/share/X11/app-defaults"
|
configureFlags+=" --enable-appdefaultdir=$out/share/X11/app-defaults"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ]; # no build output otherwise
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Screen locker for the X Window System";
|
description = "Screen locker for the X Window System";
|
||||||
homepage = http://sillycycle.com/xlockmore.html;
|
homepage = http://sillycycle.com/xlockmore.html;
|
||||||
|
Loading…
Reference in New Issue
Block a user