Commit graph

16 commits

Author SHA1 Message Date
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +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
Robert T. McGibbon 3c6445b97e bluejeans: 2.17.0 -> 2.19.0 2020-12-19 19:28:50 -05:00
Robert T. McGibbon 0dc7ad6f1f
bluejeans: 2.4.0 -> 2.17.0.11 (#101973) 2020-10-28 17:37:39 -04:00
Florian Klink db75a25d81 bluejeans: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
Domen Kožar 347ab190c7
remove usage of patchelfUnstable now that it's released 2020-07-08 21:55:09 +02:00
Dmitry Kalinkin 5da46e2739 bluejeans-gui: 2.3.0 -> 2.4.0 2020-07-06 04:57:50 -04:00
Dmitry Kalinkin d7764f71f1 bluejeans-gui: fix desktop entry 2020-06-14 15:17:41 -04:00
Dmitry Kalinkin 893bdd3bdf bluejeans-gui: 2.1.0 -> 2.3.0 2020-06-14 15:16:33 -04:00
Dmitry Kalinkin 0df2d9f900 bluejeans: 1.36.9 -> 2.1.0 2020-03-28 01:07:49 -04:00
Dmitry Kalinkin d5e41b6740 bluejeans: apply nixpkgs-fmt 2020-03-28 01:02:34 -04: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
Dmitry Kalinkin 5601e130ce
bluejeans-gui: use patchShebangs, add me to maintainers 2019-08-05 14:09:42 -04:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Will Dietz eb91037e7b tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is.

While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:

* makeWrapper
* archive utilities (in order to unpack src)
  * a few of these might no longer be needed but leaving for another day
2018-09-28 11:43:16 -05:00
Utku Demir 7fbfba7c66
bluejeans-gui: init at 1.6.39 2018-09-02 19:22:07 +12:00