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 , wxGTK
, cmake , cmake
, ninja , ninja
, wrapGAppsHook
, unstableGitUpdater , unstableGitUpdater
}: }:
@ -21,6 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
ninja ninja
wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [

View file

@ -29457,7 +29457,9 @@ with pkgs;
tree = callPackage ../tools/system/tree {}; 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 { }; tremc = callPackage ../applications/networking/p2p/tremc { };