glib: remove Autotools specific env vars
Even upstream no longer ships Autotools build files.
This commit is contained in:
parent
c5406e30b0
commit
e4da6854a0
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user