fix evaluation with config.allowAliases = false

This commit is contained in:
volth
2019-04-19 10:16:44 +00:00
parent 5e7e5a2062
commit cf3f3fd1b5
6 changed files with 12 additions and 11 deletions
@@ -4,6 +4,7 @@
, ninja
, pkgconfig
, gnome3
, glib
, desktop-file-utils
, gettext
, itstool
@@ -55,7 +56,7 @@ in stdenv.mkDerivation rec {
# https://github.com/NixOS/nixpkgs/issues/36468
# https://gitlab.gnome.org/GNOME/recipes/issues/76
NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0";
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
postPatch = ''
chmod +x src/list_to_c.py