treewide: Make explicit that 'dev' output of glib is used

This commit is contained in:
Tuomas Tynkkynen 2016-08-23 04:07:00 +03:00
parent 0f3c0e6801
commit 4db1657fa7
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
];
buildPhase = ''
${glib}/bin/glib-compile-schemas --targetdir=${uuid}/schemas ${uuid}/schemas
${glib.dev}/bin/glib-compile-schemas --targetdir=${uuid}/schemas ${uuid}/schemas
'';
installPhase = ''

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
];
buildPhase = ''
${glib}/bin/glib-compile-schemas --targetdir=${uuid}/schemas ${uuid}/schemas
${glib.dev}/bin/glib-compile-schemas --targetdir=${uuid}/schemas ${uuid}/schemas
'';
installPhase = ''