mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
prl-tools: use undmg without redirection
This commit is contained in:
parent
5283247e33
commit
c033432ca1
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
inherit libsOnly;
|
||||
|
||||
unpackPhase = ''
|
||||
undmg < "${src}"
|
||||
undmg "${src}"
|
||||
|
||||
export sourceRoot=prl-tools-build
|
||||
7z x "Parallels Desktop.app/Contents/Resources/Tools/prl-tools-lin.iso" -o$sourceRoot
|
||||
|
Loading…
Reference in New Issue
Block a user