gvolicon: fixup build with glibc-2.25

This commit is contained in:
Vladimír Čunát 2017-02-21 18:52:53 +01:00
parent 9fe56e52dd
commit 5f420c1ff5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -13,7 +13,9 @@ stdenv.mkDerivation {
librsvg wrapGAppsHook
];
makeFlags="PREFIX=$(out)";
makeFlags = [ "PREFIX=$(out)" ];
NIX_CFLAGS_COMPILE = [ "-D_POSIX_C_SOURCE" ];
meta = {
description = "A simple and lightweight volume icon that sits in your system tray";