forked from mirrors/nixpkgs
Merge pull request #58946 from marzipankaiser/fix/grisbi-update
grisbi: 1.0.4 -> 1.2.1
This commit is contained in:
commit
ba01392d91
|
@ -1,17 +1,17 @@
|
|||
{ fetchurl, stdenv, gtk, pkgconfig, libofx, intltool, wrapGAppsHook
|
||||
{ fetchurl, stdenv, gtk, pkgconfig, libgsf, libofx, intltool, wrapGAppsHook
|
||||
, hicolor-icon-theme, libsoup, gnome3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "grisbi-${version}";
|
||||
version = "1.0.4";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/grisbi/${name}.tar.bz2";
|
||||
sha256 = "1rh2iqvi7lpz5l57vn7qk9azil3y1g65mfbi9hhbx956knh9bpf6";
|
||||
sha1 = "1159c5491967fa7afd251783013579ffb45b891b";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
||||
buildInputs = [ gtk libofx intltool hicolor-icon-theme libsoup
|
||||
buildInputs = [ gtk libgsf libofx intltool hicolor-icon-theme libsoup
|
||||
gnome3.adwaita-icon-theme ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
|
@ -17733,7 +17733,7 @@ in
|
|||
|
||||
graphicsmagick-imagemagick-compat = callPackage ../applications/graphics/graphicsmagick/compat.nix { };
|
||||
|
||||
grisbi = callPackage ../applications/office/grisbi { gtk = gtk2; };
|
||||
grisbi = callPackage ../applications/office/grisbi { gtk = gtk3; };
|
||||
|
||||
gtkpod = callPackage ../applications/audio/gtkpod { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue