Merge pull request #175779 from patricksjackson/fno-common-xbindkeys
xbindkeys-config: add -fcommon workaround
This commit is contained in:
commit
66def2957e
@ -4,6 +4,10 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "xbindkeys-config";
|
pname = "xbindkeys-config";
|
||||||
version = "0.1.3";
|
version = "0.1.3";
|
||||||
|
|
||||||
|
# Workaround build failure on -fno-common toolchains like upstream
|
||||||
|
# gcc-10.
|
||||||
|
NIX_CFLAGS_COMPILE = "-fcommon";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||||
buildInputs = [ gtk ];
|
buildInputs = [ gtk ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user