qalc integrated
This commit is contained in:
parent
0f5818432c
commit
672d69ef75
11 changed files with 231 additions and 16 deletions
10
flake.nix
10
flake.nix
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue