Merge pull request #178357 from dasj19/update-poedit
poedit: 3.0.1 -> 3.1
This commit is contained in:
commit
b40a78f7c0
2 changed files with 5 additions and 5 deletions
|
@ -1,22 +1,22 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, gettext, pkg-config, wxGTK31-gtk3,
|
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, gettext, pkg-config, wxGTK30-gtk3,
|
||||||
boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk3, gtkspell3, pugixml,
|
boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk3, gtkspell3, pugixml,
|
||||||
nlohmann_json, hicolor-icon-theme, wrapGAppsHook }:
|
nlohmann_json, hicolor-icon-theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "poedit";
|
pname = "poedit";
|
||||||
version = "3.0.1";
|
version = "3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vslavik";
|
owner = "vslavik";
|
||||||
repo = "poedit";
|
repo = "poedit";
|
||||||
rev = "v${version}-oss";
|
rev = "v${version}-oss";
|
||||||
sha256 = "sha256-PBAOCAO3OrBE7lOho7nJNEpqwds7XiblN/f+GonrXHA=";
|
sha256 = "sha256-Wxj1xPbtupEnzuvf7JdUgdTxX2oAZDEYk6W4CjrmRRE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook
|
nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook
|
||||||
libxslt xmlto boost libtool pkg-config ];
|
libxslt xmlto boost libtool pkg-config ];
|
||||||
|
|
||||||
buildInputs = [ lucenepp nlohmann_json wxGTK31-gtk3 icu pugixml gtk3 gtkspell3 hicolor-icon-theme ];
|
buildInputs = [ lucenepp nlohmann_json wxGTK30-gtk3 icu pugixml gtk3 gtkspell3 hicolor-icon-theme ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ gettext ];
|
propagatedBuildInputs = [ gettext ];
|
||||||
|
|
||||||
|
|
|
@ -9576,7 +9576,7 @@ with pkgs;
|
||||||
pod2mdoc = callPackage ../tools/misc/pod2mdoc { };
|
pod2mdoc = callPackage ../tools/misc/pod2mdoc { };
|
||||||
|
|
||||||
poedit = callPackage ../tools/text/poedit {
|
poedit = callPackage ../tools/text/poedit {
|
||||||
wxGTK31-gtk3 = wxGTK31-gtk3.override { withWebKit = true; };
|
wxGTK30-gtk3 = wxGTK30-gtk3.override { withWebKit = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
polipo = callPackage ../servers/polipo { };
|
polipo = callPackage ../servers/polipo { };
|
||||||
|
|
Loading…
Reference in a new issue