summary refs log tree commit diff
path: root/pkgs/os-specific/linux/prl-tools
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge pull request #76854 from earksiinni/ersin/prl-tools-no-assert-versionSilvan Mosberger2020-01-03
|\ | | | | linuxPackages.prl-tools: remove version assertion
| * linuxPackages.prl-tools: remove version assertionErsin Akinci2020-01-02
| |
* | Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|\|
| * tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting2019-09-26
| | | | | | | | | | | | | | | | | | 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.
* | treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson2019-11-24
|/ | | | | That is because this commit should be merged to both master and release-19.09.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* prl-tools: assert linux kernel version < 4.15Luke Adams2018-03-03
|
* prl-tools: use kernel.moduleBuildDependencies instead of libelfJörg Thalheim2018-03-02
|
* prl-tools: add libelf inputLuke Adams2018-03-01
| | | | fixes build on 18.03
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* treewide platform checks: `abort` -> `throw`Vladimír Čunát2017-12-12
| | | | | | They aren't meant to be critical (uncatchable) errors. Tested with nix-env + checkMeta: [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
* prl-tools: remove user services using .desktop filesLuke Adams2017-11-11
|
* prl-tools: hardeningDisable: +"format"Luke Adams2017-11-11
|
* prl-tools: unpackPhase: extract prl-tools-lin.iso from dmg; add undmg, ↵Luke Adams2017-11-11
| | | | fetchurl inputs; update sourceRoot
* prl-tools: 10.0.2.27712 -> 12.2.1-41615; src: download parallels dmgLuke Adams2017-11-11
|
* prl-tools: Update platforms and urlLuke Adams2017-11-11
|
* prl-tools: ignore patchelf errorsLuke Adams2017-11-11
|
* linuxPackages.prl-tools: disable pic hardeningFranz Pletz2016-08-13
|
* "Parallel Tools" -> Parallels ToolsTobias Geerinckx-Rice2015-09-15
|
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Missed gcc refsShea Levy2014-12-26
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* prl-tools: add packageNikolay Amiantov2014-11-12