treesheets: Switch to GTK 3

main
Jan Tojnar 2 years ago
parent ae54adf8ff
commit 993e8e313d
  1. 2
      pkgs/applications/office/treesheets/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

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

@ -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 { };

Loading…
Cancel
Save