Commit Graph

63 Commits

Author SHA1 Message Date
codgician
d1cc3bbf26
linuxPackages_latest.prl-tools: 20.1.0-55732 -> 20.1.1-55740 2024-10-25 05:18:01 +00:00
codgician
888a7effec
linuxPackages_latest.prl-tools: use libxml2 to parse html in update script 2024-10-25 13:17:49 +08:00
codgician
c4f5ce69bd
linuxPackages_latest.prl-tools: 20.0.1-55659 -> 20.1.0-55732 2024-10-11 05:24:13 +00:00
codgician
ed0f0dded5
linuxPackages_latest.prl-tools: fix regex used in updater script to comply with latest webpage 2024-10-11 13:23:38 +08:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
codgician
59070b8044
linuxPackages_latest.prl-tools: 20.0.0-55653 -> 20.0.1-55659 2024-09-20 02:12:04 +08:00
codgician
b146aff9d2
linuxPackages_latest.prl-tools: add update script 2024-09-20 02:11:34 +08:00
codgician
0f319902bb
linuxPackages_latest.prl-tools: 19.4.1-54985 -> 20.0.0-55653 2024-09-12 15:02:06 +08:00
codgician
14efd10316
prl-tools: init Rosetta support (#334661)
prl-tools: install prlbinfmtconfig
2024-09-05 10:00:56 +02:00
Weijia Wang
a271dcc676 linuxPackages_latest.prl-tools: 19.4.0-54962 -> 19.4.1-54985 2024-07-04 01:23:24 +02:00
Weijia Wang
e7b361eee1 linuxPackages_latest.prl-tools: 19.3.1-54941 -> 19.4.0-54962 2024-05-29 07:33:06 +02:00
Weijia Wang
c835cde46b linuxPackages_latest.prl-tools: 19.3.0-54924 -> 19.3.1-54941 2024-05-19 23:52:46 +02:00
Weijia Wang
a51ac7ed16 linuxPackages_latest.prl-tools: 19.2.1-54832 -> 19.3.0-54924 2024-03-13 10:05:26 +01:00
Weijia Wang
ac398af33f linuxPackages_latest.prl-tools: 19.2.0-54827 -> 19.2.1-54832 2024-01-03 01:52:43 +01:00
Weijia Wang
187fbd744c linuxPackages_latest.prl-tools: 19.1.1-54734 -> 19.2.0-54827 2023-12-22 23:07:45 +01:00
Weijia Wang
5201e2aa8a linuxPackages_latest.prl-tools: 19.1.0-54729 -> 19.1.1-54734 2023-11-12 19:24:43 +01:00
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