1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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

View file

@ -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";