mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
mmex: use gtk3 wxGTK
This commit is contained in:
parent
a11e023201
commit
f9deadf01c
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, sqlite, wxGTK30, gettext }:
|
||||
{ stdenv, fetchgit, sqlite, wxGTK30, gettext, wrapGAppsHook }:
|
||||
|
||||
|
||||
let
|
||||
@ -14,7 +14,16 @@ in
|
||||
sha256 = "0r4n93z3scv0i0zqflsxwv7j4yl8jy3gr0m4l30y1q8qv0zj9n74";
|
||||
};
|
||||
|
||||
buildInputs = [ sqlite wxGTK30 gettext ];
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gettext
|
||||
sqlite
|
||||
wxGTK30
|
||||
wxGTK30.gtk
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Easy-to-use personal finance software";
|
||||
|
@ -20001,7 +20001,10 @@ in
|
||||
MMA = callPackage ../applications/audio/MMA { };
|
||||
|
||||
mmex = callPackage ../applications/office/mmex {
|
||||
wxGTK30 = wxGTK30.override { withWebKit = true ; };
|
||||
wxGTK30 = wxGTK30.override {
|
||||
withWebKit = true;
|
||||
withGtk2 = false;
|
||||
};
|
||||
};
|
||||
|
||||
mmsd = callPackage ../tools/networking/mmsd { };
|
||||
|
Loading…
Reference in New Issue
Block a user