Skip to content

Commit

Permalink
Merge pull request #76766 from dtzWill/update/minder-1.6.0
Browse files Browse the repository at this point in the history
minder: 1.5.1 -> 1.6.0, add new req'd deps
  • Loading branch information
dtzWill committed Jan 1, 2020
2 parents a47ad01 + c771235 commit 5de0909
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/misc/minder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
, pkgconfig, meson, ninja, python3
, wrapGAppsHook, vala, shared-mime-info
, cairo, pantheon, glib, gtk3, libxml2, libgee, libarchive
, discount, gtksourceview3
, hicolor-icon-theme # for setup-hook
}:

stdenv.mkDerivation rec {
pname = "minder";
version = "1.5.1";
version = "1.6.0";

src = fetchFromGitHub {
owner = "phase1geo";
repo = pname;
rev = version;
sha256 = "1z3if8bbiigb3m5py641y0j8d9z0s6kbb325waxbqs240pcxipml";
sha256 = "0zma6hjx0068ih7fagb1gg5cgci0ccc764sd8qw6iglg61aihpx7";
};

nativeBuildInputs = [ pkgconfig meson ninja python3 wrapGAppsHook vala shared-mime-info ];
buildInputs = [ cairo pantheon.granite glib gtk3 libxml2 libgee libarchive hicolor-icon-theme ];
buildInputs = [ cairo pantheon.granite glib gtk3 libxml2 libgee libarchive hicolor-icon-theme discount gtksourceview3 ];

postPatch = ''
chmod +x meson/post_install.py
Expand Down

0 comments on commit 5de0909

Please sign in to comment.