chore: debug banana-accounting on wayland
This commit is contained in:
parent
9988e3e969
commit
6aefeb06c1
3 changed files with 37 additions and 5 deletions
|
@ -66,6 +66,38 @@ pkgs.stdenv.mkDerivation {
|
||||||
ntfy
|
ntfy
|
||||||
|
|
||||||
hedgedoc-cli
|
hedgedoc-cli
|
||||||
|
|
||||||
|
xwayland
|
||||||
|
(banana-accounting.overrideDerivation (attrs:
|
||||||
|
with inputs'.nixpkgs-2211.legacyPackages; {
|
||||||
|
# dontWrapGApps = true;
|
||||||
|
|
||||||
|
srcs = builtins.fetchurl {
|
||||||
|
# hosted via https://web3.storage
|
||||||
|
url = "https://bafybeiabi4m2i4izummipbl5wzhwxjyjt2rylgsrahhkh7i63piwd37n4u.ipfs.w3s.link/mfpcksczayaqqx8fdacp0627zm36c001-bananaplus.tgz";
|
||||||
|
|
||||||
|
sha256 = "09666iqzqdw2526pf6bg5kd0hfw0wblw8ag636ki72dsiw6bmbf1";
|
||||||
|
};
|
||||||
|
|
||||||
|
# nativeBuildInputs =
|
||||||
|
# attrs.nativeBuildInputs
|
||||||
|
# ++ [
|
||||||
|
# qt5.qtbase
|
||||||
|
# qt5.wrapQtAppsHook
|
||||||
|
# ];
|
||||||
|
|
||||||
|
# buildInputs =
|
||||||
|
# attrs.buildInputs
|
||||||
|
# ++ [
|
||||||
|
# qt5.qtwayland
|
||||||
|
# ];
|
||||||
|
|
||||||
|
# preFixup =
|
||||||
|
# (attrs.preFixup or "")
|
||||||
|
# + ''
|
||||||
|
# qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||||
|
# '';
|
||||||
|
}))
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Set Environment Variables
|
# Set Environment Variables
|
||||||
|
|
|
@ -54,13 +54,14 @@ in {
|
||||||
pavucontrol
|
pavucontrol
|
||||||
playerctl
|
playerctl
|
||||||
pasystray
|
pasystray
|
||||||
# qt5.qtwayland
|
qt5.qtwayland
|
||||||
# qt6.qtwayland
|
qt6.qtwayland
|
||||||
|
# libsForQt5.qt5.qtwayland
|
||||||
|
# libsForQt6.qt6.qtwayland
|
||||||
|
|
||||||
# probably required by flameshot
|
# probably required by flameshot
|
||||||
# xdg-desktop-portal xdg-desktop-portal-wlr
|
# xdg-desktop-portal xdg-desktop-portal-wlr
|
||||||
# grim
|
# grim
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
banana-accounting
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue