use buildPackages in environment.extraSetup

This commit is contained in:
volth 2018-10-12 01:16:50 +00:00
parent 60ae563293
commit dbb445736f
3 changed files with 4 additions and 4 deletions

View file

@ -140,7 +140,7 @@ in
if [ -x $out/bin/glib-compile-schemas -a -w $out/share/glib-2.0/schemas ]; then
$out/bin/glib-compile-schemas $out/share/glib-2.0/schemas
fi
${config.environment.extraSetup}
'';
};