gvolicon: fixup build with glibc-2.25
This commit is contained in:
parent
9fe56e52dd
commit
5f420c1ff5
@ -13,7 +13,9 @@ stdenv.mkDerivation {
|
|||||||
librsvg wrapGAppsHook
|
librsvg wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags="PREFIX=$(out)";
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-D_POSIX_C_SOURCE" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple and lightweight volume icon that sits in your system tray";
|
description = "A simple and lightweight volume icon that sits in your system tray";
|
||||||
|
Loading…
Reference in New Issue
Block a user