Compare commits
No commits in common. "b7b2d5fc729bbd84d27b8726d5c8c5f69a80f6a2" and "f4a7213057d680185342a4fc66135dda853d6154" have entirely different histories.
b7b2d5fc72
...
f4a7213057
@ -83,9 +83,7 @@
|
|||||||
zig
|
zig
|
||||||
zls
|
zls
|
||||||
|
|
||||||
/*
|
/* install here until nvim flake is fixed */
|
||||||
install here until nvim flake is fixed
|
|
||||||
*/
|
|
||||||
alejandra
|
alejandra
|
||||||
ccls
|
ccls
|
||||||
gopls
|
gopls
|
||||||
@ -103,6 +101,5 @@
|
|||||||
++ [
|
++ [
|
||||||
inputs.swaysw.packages.x86_64-linux.swaysw
|
inputs.swaysw.packages.x86_64-linux.swaysw
|
||||||
inputs.nvim.packages.x86_64-linux.nvim
|
inputs.nvim.packages.x86_64-linux.nvim
|
||||||
(import ../packages/zapzap/default.nix {inherit pkgs;})
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../../.nixd.json
|
|
@ -1,23 +0,0 @@
|
|||||||
{pkgs}:
|
|
||||||
pkgs.python3Packages.buildPythonPackage {
|
|
||||||
name = "zapzap";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "zapzap-linux";
|
|
||||||
repo = "zapzap";
|
|
||||||
rev = "5de4a4015128c164af3c964ecbe5b6358d98b521";
|
|
||||||
hash = "sha256-bd3YcITK4lraOu7D/xZfnibilAZQZWqazVVtUwqJ4wc=";
|
|
||||||
};
|
|
||||||
dontWrapQtApps = true;
|
|
||||||
propagatedBuildInputs = with pkgs.python3Packages; [pyqt6-webengine qt6.qtwayland qt6.qtsvg];
|
|
||||||
nativeBuildInputs = with pkgs; [qt6.wrapQtAppsHook makeWrapper];
|
|
||||||
env = {
|
|
||||||
HOME = "/tmp";
|
|
||||||
};
|
|
||||||
preFixup = ''
|
|
||||||
makeWrapperArgs+=(
|
|
||||||
# Force the app to use QT_PLUGIN_PATH values from wrapper
|
|
||||||
--unset QT_PLUGIN_PATH
|
|
||||||
"''${qtWrapperArgs[@]}"
|
|
||||||
)
|
|
||||||
'';
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user