Skip to content

Commit

Permalink
prl-tools: init Rosetta support (NixOS#334661)
Browse files Browse the repository at this point in the history
prl-tools: install prlbinfmtconfig
  • Loading branch information
codgician authored Sep 5, 2024
1 parent 7218366 commit 14efd10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/prl-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ stdenv.mkDerivation (finalAttrs: {
done
install -Dm755 ../../tools/prlfsmountd.sh $out/sbin/prlfsmountd
install -Dm755 ../../tools/prlbinfmtconfig.sh $out/sbin/prlbinfmtconfig
for f in $out/bin/* $out/sbin/*; do
wrapProgram $f \
--prefix LD_LIBRARY_PATH ':' "${libPath}" \
Expand Down

0 comments on commit 14efd10

Please sign in to comment.