linuxPackages_latest.prl-tools: 19.4.1-54985 -> 20.0.0-55653
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
, perl
|
||||
, undmg
|
||||
, dbus-glib
|
||||
, fuse
|
||||
, glib
|
||||
, xorg
|
||||
, zlib
|
||||
@@ -36,13 +37,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "prl-tools";
|
||||
version = "19.4.1-54985";
|
||||
version = "20.0.0-55653";
|
||||
|
||||
# We download the full distribution to extract prl-tools-lin.iso from
|
||||
# => ${dmg}/Parallels\ Desktop.app/Contents/Resources/Tools/prl-tools-lin.iso
|
||||
src = fetchurl {
|
||||
url = "https://download.parallels.com/desktop/v${lib.versions.major finalAttrs.version}/${finalAttrs.version}/ParallelsDesktop-${finalAttrs.version}.dmg";
|
||||
hash = "sha256-VBHCsxaMI6mfmc/iQ4hJW/592rKck9HilTX2Hq7Hb5s=";
|
||||
hash = "sha256-ohGhaLVzXuR/mQ6ToeGbTixKy01F14JSgTs128vGZXM=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" "format" ];
|
||||
@@ -58,6 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
dbus-glib
|
||||
fuse
|
||||
glib
|
||||
xorg.libX11
|
||||
xorg.libXcomposite
|
||||
|
||||
Reference in New Issue
Block a user