Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahrun committed Mar 24, 2024
1 parent cf4819e commit 259cf27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';

installPhase = ''
cmake --install build_x86_64 --prefix "$out"/usr
cmake --install build_x86_64 --prefix "$out"
'';

meta = with lib; {
Expand Down

0 comments on commit 259cf27

Please sign in to comment.