flake ready

This commit is contained in:
maxstrb 2026-02-23 14:36:45 +01:00
parent 672d69ef75
commit f452bb14c6
5 changed files with 10 additions and 5 deletions

View file

@ -29,11 +29,17 @@
nativeBuildInputs = with pkgs; [
pkg-config
gcc
makeWrapper
];
buildInputs = with pkgs; [
libqalculate
];
postInstall = ''
wrapProgram $out/bin/floating-calculator \
--set LD_LIBRARY_PATH ${pkgs.lib.makeLibraryPath [pkgs.wayland pkgs.libxkbcommon]}
'';
};
};
@ -50,7 +56,6 @@
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (with pkgs; [
wayland
libxkbcommon
]);
};
};