Commit Graph

47 Commits

Author SHA1 Message Date
Weijia Wang
95d9e58ace linuxPackages_latest.prl-tools: 19.0.0-54570 -> 19.1.0-54729 2023-10-24 03:50:34 +02:00
Weijia Wang
2284873c47 linuxPackages_latest.prl-tools: 18.3.2-53621 -> 19.0.0-54570 2023-08-29 19:52:52 +02:00
Weijia Wang
dd93b8a0ca linuxPackages_latest.prl-tools: 18.3.1-53614 -> 18.3.2-53621 2023-07-09 18:01:23 +03:00
Weijia Wang
ee002b53e5 linuxPackages_latest.prl-tools: 18.3.0-53606 -> 18.3.1-53614 2023-06-09 12:48:08 +03:00
Weijia Wang
ee0de1a8cc linuxPackages_latest.prl-tools: 18.2.0-53488 -> 18.3.0-53606 2023-05-20 00:02:09 +03:00
Weijia Wang
76694fdeb3 prl-tools: refactor 2023-03-27 13:47:01 +03:00
Weijia Wang
83d62a00ea prl-tools: 18.1.1-53328 -> 18.2.0-53488 2023-02-25 12:35:25 +02:00
Weijia Wang
14ac198bbe prl-tools: 18.1.0-53311 -> 18.1.1-53328 2022-12-15 17:48:45 +01:00
Weijia Wang
521e2f5089 prl-tools: 18.0.3-53079 -> 18.1.0-53311 2022-11-03 16:13:22 +01:00
Weijia Wang
2235c4ca33 prl-tools: 18.0.2-53077 -> 18.0.3-53079 2022-10-27 03:17:10 +02:00
Sandro
e6cf6a32d9
Merge pull request #194588 from wegank/prl-tools-6.0 2022-10-08 02:17:28 +02:00
Weijia Wang
f88f295bdf prl-tools: add patch against 6.0 2022-10-05 15:11:22 +02:00
Weijia Wang
e15bc1fadd prl-tools: 18.0.1-53056 -> 18.0.2-53077 2022-09-20 12:28:34 +02:00
Weijia Wang
c176cbaa19 prl-tools: 18.0.0-53049 -> 18.0.1-53056 2022-09-10 12:45:28 +02:00
Kirill A. Korinsky
219c2c7942
prl-tools: 17.1.4-51567 -> 18.0.0-53049 2022-08-14 23:22:43 +02:00
Weijia Wang
9594f17360 prl-tools: add patch against 5.19 2022-08-03 23:08:39 +02:00
Kirill A. Korinsky
f41fc22111
prl-tools: 12.2.1-41615 -> 17.1.4-51567
Install Parallel Tools updated for version 17 of Parallels for macOS. This
fixes clipboard sharing, so that copy and paste works between the host
macOS and the guest NixOS VM. Support for guests on M1 Apple Silicon-based
Macs (aarch64-linux) is also added.

Co-authored-by: Paul Smith <paulsmith@gmail.com>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2022-07-09 14:43:27 +02:00
Craig Younkins
c033432ca1 prl-tools: use undmg without redirection 2021-11-02 21:01:50 -04:00
Ben Siraphob
16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Silvan Mosberger
4f6f0491a4
Merge pull request #76854 from earksiinni/ersin/prl-tools-no-assert-version
linuxPackages.prl-tools: remove version assertion
2020-01-03 18:59:05 +01:00
Ersin Akinci
8ed2577f18
linuxPackages.prl-tools: remove version assertion 2020-01-02 13:53:38 -08:00
John Ericson
d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
Quoting from the splitString docstring:

   NOTE: this function is not performant and should never be used.

This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Luke Adams
552105d502 prl-tools: assert linux kernel version < 4.15 2018-03-03 10:36:17 -06:00
Jörg Thalheim
45fa79d43b prl-tools: use kernel.moduleBuildDependencies instead of libelf 2018-03-02 09:18:57 +00:00
Luke Adams
ae7fae71ed prl-tools: add libelf input
fixes build on 18.03
2018-03-01 16:55:38 -06:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Vladimír Čunát
3a110ea3f9
treewide platform checks: abort -> throw
They aren't meant to be critical (uncatchable) errors.
Tested with nix-env + checkMeta:
[ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
2017-12-12 18:08:10 -05:00
Luke Adams
6ead149ff9 prl-tools: remove user services using .desktop files 2017-11-11 17:05:08 -06:00
Luke Adams
029b44db9d prl-tools: hardeningDisable: +"format" 2017-11-11 17:05:08 -06:00
Luke Adams
019cbdaa6a prl-tools: unpackPhase: extract prl-tools-lin.iso from dmg; add undmg, fetchurl inputs; update sourceRoot 2017-11-11 17:05:08 -06:00
Luke Adams
0b845abd22 prl-tools: 10.0.2.27712 -> 12.2.1-41615; src: download parallels dmg 2017-11-11 17:05:07 -06:00
Luke Adams
e58b67ab2b prl-tools: Update platforms and url 2017-11-11 17:05:07 -06:00
Luke Adams
1aef116e41 prl-tools: ignore patchelf errors 2017-11-11 17:05:07 -06:00
Franz Pletz
62e6bc0bd9 linuxPackages.prl-tools: disable pic hardening 2016-08-13 16:40:42 +02:00
Tobias Geerinckx-Rice
193319ce03 "Parallel Tools" -> Parallels Tools 2015-09-15 08:51:02 +02:00
Eric Seidel
f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
Shea Levy
05edd656f6 Missed gcc refs 2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Nikolay Amiantov
3c8fe179f6 prl-tools: add package 2014-11-12 01:26:23 +03:00