Commit graph

20 commits

Author SHA1 Message Date
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Olli Helenius 4d7a3be41a
mattermost-desktop: 4.5.2 -> 4.6.2 (#122006) 2021-05-07 17:00:53 +02:00
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
Yannis Koutras 667b4b443c
mattermost-desktop: 4.5.0 -> 4.5.2 (#93667) 2020-07-22 19:52:31 -04:00
Ioannis Koutras a2cdd1464b mattermost-desktop: 4.3.1 -> 4.5.0 2020-07-02 17:39:53 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Kyle Sferrazza 5434a2b8a5 mattermost: fix path in desktop file 2019-11-14 09:42:29 -08:00
Evils f41b8aa67c mattermost-desktop: version 4.2.3 -> 4.3.1 2019-11-06 01:56:29 +01:00
Evils 645a6fd739 mattermost-desktop: fix filechooser causing crash 2019-11-06 01:18:10 +01:00
Samuel Leathers 4b515cf6ef
Merge remote-tracking branch 'upstream/master' into staging-next
* upstream/master:
  vimPlugins: update (#67823)
  mattermost-desktop: 4.2.0 -> 4.2.3 (#67717)
  lightspark: init at 0.8.1 (#67425)
  anki: 2.1.11 -> 2.1.14 (#67738)
  nixos/{namecoind,bitcoind}: removing the altcoin prefix
  rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 06:53:44 -04:00
averelld 44ce76322d mattermost-desktop: 4.2.0 -> 4.2.3 (#67717) 2019-08-31 06:01: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
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Ioannis Koutras 2e9c7418fe mattermost-desktop: refactor phases 2019-02-26 08:45:46 +02:00
Ioannis Koutras 83e8aca5d9 mattermost-desktop: 4.1.2 -> 4.2.0 2019-02-24 12:25:34 +02: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
Jan Tojnar 28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
averelld 06c6ff2465 mattermost-desktop: 4.1.1 -> 4.1.2 (#43117)
Also update some dependencies
2018-07-06 19:27:11 +02:00
averelld 15b5643023 mattermost-desktop: init at 4.1.1 (#40794) 2018-06-13 13:27:29 +02:00