Skip to content

Commit

Permalink
nix/k.nix: Include lib/kframework/bin in bin-unwrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrepta committed Nov 21, 2023
1 parent 2fc5421 commit 7ab650e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/k.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ let
chmod +x $out/bin/k-which-python
cp -r k-distribution/target/release/k/bin/* $out/bin-unwrapped/
cp -r k-distribution/target/release/k/lib/kframework/bin/* $out/bin-unwrapped/
cp -r k-distribution/target/release/k/{include,lib} $out/
mkdir -p $out/lib/cmake/kframework
Expand Down

0 comments on commit 7ab650e

Please sign in to comment.