Skip to content

Commit

Permalink
fix(build): add graphviz/d2 to nix derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Nov 8, 2024
1 parent d187a6c commit 6807763
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,13 @@
ln -sf ${config.packages.arguebase} data/arguebase
'';
arguebuf = pkgs.poetry2nix.mkPoetryApplication {
inherit python;
inherit python propagatedBuildInputs;
projectDir = ./.;
preferWheels = true;
preCheck = ''
${lib.getExe config.packages.link-arguebase}
PATH="${lib.makeBinPath propagatedBuildInputs}:$PATH"
'';
# postInstall = ''
# wrapProgram $out/bin/arguebuf \
# --prefix PATH : ${lib.makeBinPath propagatedBuildInputs}
# '';
nativeCheckInputs = with python.pkgs; [
pytestCheckHook
pytest-cov-stub
Expand Down

0 comments on commit 6807763

Please sign in to comment.