Skip to content

Commit

Permalink
treesheets: Switch to GTK 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Mar 13, 2022
1 parent ae54adf commit 993e8e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/applications/office/treesheets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, wxGTK
, cmake
, ninja
, wrapGAppsHook
, unstableGitUpdater
}:

Expand All @@ -21,6 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
ninja
wrapGAppsHook
];

buildInputs = [
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 993e8e3

Please sign in to comment.