qalc integrated

This commit is contained in:
maxstrb 2026-02-23 14:15:12 +01:00
parent 0f5818432c
commit 672d69ef75
11 changed files with 231 additions and 16 deletions

View file

@ -25,6 +25,15 @@
version = "0.1.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
nativeBuildInputs = with pkgs; [
pkg-config
gcc
];
buildInputs = with pkgs; [
libqalculate
];
};
};
@ -36,6 +45,7 @@
rustToolchain
evcxr
pkg-config
libqalculate
];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (with pkgs; [