Commit graph

17 commits

Author SHA1 Message Date
Tomek Mańko 720c66eb61 plex-media-player: 2.58.0.1076 -> 2.58.1 2021-06-12 05:59:16 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Kyle Lacy 9c03664e4b plex-media-player: remove myself as a maintainer 2020-11-24 21:12:06 -08:00
freezeboy fbab63ecd5 plex-media-player: 2.55.0.1069 -> 2.58.0.1076 2020-11-20 22:24:16 +01:00
Fabian Möller 41582c7a02
plex-media-player: 2.40.0.1007 -> 2.55.0.1069 + update script (#68938) 2020-04-20 10:40:00 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Averell Dalton 3162cc1320 plex-media-player: 2.36.0.988 -> 2.40.0.1007 2019-08-29 21:23:12 +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
Averell Dalton 8b401ea18a plex-media-player: fix startup using wrapQtAppsHook 2019-07-25 23:44:20 +02:00
Scott Olson 63e6881290 plex-media-player: 2.23.0 -> 2.36.0 2019-06-27 18:03:16 -06:00
angristan 5f1dc029c0 plex-media-player: remove icon file copy to build output 2019-04-30 23:16:56 +02:00
angristan ee303d04de plex-media-player: remove custom desktopItem 2019-04-30 01:52:45 +02:00
Kyle Lacy 50069a0eea plex-media-player: 2.14.1 -> 2.23.0 2018-12-04 00:11:48 -08:00
Kyle Lacy 87069061c5 plex-media-player: init at 2.14.1 (#43839) 2018-08-04 22:25:48 +02:00