Skip to content

Commit

Permalink
treewide: Make explicit that 'dev' output of glib is used
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Aug 23, 2016
1 parent 0f3c0e6 commit 4db1657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/extensions/system-monitor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/extensions/volume-mixer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 4db1657

Please sign in to comment.