Skip to content

Commit be2656a

Browse files
committed
1 parent d882126 commit be2656a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin

1 file changed

+2
-2
lines changed

pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
lib,
33
stdenv,
44
fetchurl,
5+
gettext,
56
pkg-config,
6-
intltool,
77
glib,
88
gtk3,
99
json_c,
@@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
3232
};
3333

3434
nativeBuildInputs = [
35+
gettext
3536
pkg-config
36-
intltool
3737
];
3838

3939
buildInputs = [

0 commit comments

Comments
 (0)