mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gvolicon: fixup build with glibc-2.25
This commit is contained in:
parent
9fe56e52dd
commit
5f420c1ff5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user