treesheets: Switch to GTK 3

This commit is contained in:
Jan Tojnar 2022-01-12 05:00:00 +01:00
parent ae54adf8ff
commit 993e8e313d
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,7 @@
, wxGTK
, cmake
, ninja
, wrapGAppsHook
, unstableGitUpdater
}:
@ -21,6 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
ninja
wrapGAppsHook
];
buildInputs = [

View file

@ -29457,7 +29457,9 @@ with pkgs;
tree = callPackage ../tools/system/tree {};
treesheets = callPackage ../applications/office/treesheets { wxGTK = wxGTK31; };
treesheets = callPackage ../applications/office/treesheets {
wxGTK = wxGTK31-gtk3;
};
tremc = callPackage ../applications/networking/p2p/tremc { };