mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
xautolock: fix broken build caused by glibc update
This commit is contained in:
parent
e0bf3a111b
commit
80ed6b5ccf
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "042lc5yyyl3zszll2l930apysd0lip26w0d0f0gjkl7sbhshgk8v";
|
||||
})
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = "-DSYSV";
|
||||
makeFlags="BINDIR=\${out}/bin MANPATH=\${out}/man";
|
||||
preBuild = "xmkmf";
|
||||
installTargets = "install install.man";
|
||||
|
Loading…
Reference in New Issue
Block a user