linuxPackages_latest.prl-tools: 18.2.0-53488 -> 18.3.0-53606

This commit is contained in:
Weijia Wang 2023-05-20 00:02:09 +03:00
parent 9758484940
commit ee0de1a8cc

View file

@ -35,14 +35,14 @@ let
];
in
stdenv.mkDerivation rec {
version = "18.2.0-53488";
version = "18.3.0-53606";
pname = "prl-tools";
# 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 version}/${version}/ParallelsDesktop-${version}.dmg";
hash = "sha256-FpAbQQapIcZ7GsGjH4ZeJ81Ke+NUF7GvgV1wEDLKoUU=";
hash = "sha256-uthaY6266YJqh5UtlI6ifmJVZVC6JTlsEoxEUOihx4I=";
};
hardeningDisable = [ "pic" "format" ];
@ -84,8 +84,6 @@ stdenv.mkDerivation rec {
runHook postUnpack
'';
env.NIX_CFLAGS_COMPILE = lib.optionalString (lib.versionAtLeast kernelVersion "6.3") "-Wno-incompatible-pointer-types";
buildPhase = ''
runHook preBuild