Skip to content

Commit

Permalink
mmex: v1.2.7 -> v1.3.1 (#21755)
Browse files Browse the repository at this point in the history
  • Loading branch information
andjscott authored and fpletz committed Jan 9, 2017
1 parent 2bbbea7 commit 0970931
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/applications/office/mmex/default.nix
Expand Up @@ -2,22 +2,17 @@


let
version = "1.2.7";
version = "1.3.1";
in
stdenv.mkDerivation {
name = "money-manager-ex-${version}";

src = fetchgit {
url = "https://github.com/moneymanagerex/moneymanagerex.git";
rev = "refs/tags/v${version}";
sha256 = "0d6jcsj3m3b9mj68vfwr7dn67dws11p0pdys3spyyiv1464vmywi";
sha256 = "1cmwmvlzg7r85qq23lbbmq2y91vhf9f5pblpja5ph98bsd218pc0";
};

preConfigure = ''
export CFLAGS="-I`pwd`/include"
export CXXFLAGS="$CFLAGS"
'';

buildInputs = [ sqlite wxGTK30 gettext ];

meta = {
Expand Down

0 comments on commit 0970931

Please sign in to comment.