xbindkeys-config: add -fcommon workaround
This commit is contained in:
parent
b62ada4305
commit
d798024479
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ stdenv.mkDerivation rec {
|
|||
pname = "xbindkeys-config";
|
||||
version = "0.1.3";
|
||||
|
||||
# Workaround build failure on -fno-common toolchains like upstream
|
||||
# gcc-10.
|
||||
NIX_CFLAGS_COMPILE = "-fcommon";
|
||||
|
||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||
buildInputs = [ gtk ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue