Loading pkgs/os-specific/linux/prl-tools/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading @@ -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 Loading Loading
pkgs/os-specific/linux/prl-tools/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading @@ -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 Loading