glib: remove Autotools specific env vars

Even upstream no longer ships Autotools build files.
This commit is contained in:
Jan Tojnar 2019-12-31 09:08:09 +01:00
parent c5406e30b0
commit e4da6854a0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -138,9 +138,6 @@ stdenv.mkDerivation rec {
patchShebangs tests/gen-casemap-txt.py
'';
LIBELF_CFLAGS = optional stdenv.isFreeBSD "-I${libelf}";
LIBELF_LIBS = optional stdenv.isFreeBSD "-L${libelf} -lelf";
DETERMINISTIC_BUILD = 1;
postInstall = ''