Commit graph

43 commits

Author SHA1 Message Date
Ben Siraphob 2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07:00
R. RyanTM 67c7662d27 postman: 7.36.0 -> 7.36.1 2021-01-22 07:43:04 -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
R. RyanTM f229e92f8d postman: 7.34.0 -> 7.36.0 2020-11-29 08:58:53 +00:00
R. RyanTM 319ec9b2fa postman: 7.32.0 -> 7.34.0 2020-11-04 10:53:58 +00:00
Evan Stoll 5684d011e4 postman: 7.31.1 -> 7.32.0 2020-09-15 10:17:23 -04:00
Evan Stoll d977d7653c postman: 7.30.1 -> 7.31.1 2020-09-05 16:04:57 -04:00
R. RyanTM 5de9260b28 postman: 7.26.0 -> 7.30.1 2020-08-16 05:56:27 +00:00
ngerstle-cognite f56472d93a Postman: fix and add libuuid as dependency 2020-07-06 15:03:52 +02:00
zowoq c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
R. RyanTM b8e9a8c2df postman: 7.24.0 -> 7.26.0 2020-06-24 14:15:11 -07:00
R. RyanTM 2837210585 postman: 7.23.0 -> 7.24.0 2020-05-23 05:22:25 +00:00
R. RyanTM 53de71be2c postman: 7.21.2 -> 7.23.0 2020-05-07 11:22:30 -07:00
R. RyanTM 1c98a86e13 postman: 7.20.0 -> 7.21.2 2020-04-06 15:53:42 +00:00
R. RyanTM 8b0c2cdfa9 postman: 7.19.1 -> 7.20.0 2020-03-11 13:42:33 +00:00
Evan Stoll a8b644f358 postman: 7.18.0 -> 7.19.1 2020-02-29 20:51:19 -08:00
R. RyanTM 5c403726bc postman: 7.16.1 -> 7.18.0 2020-02-13 09:04:17 -08:00
Evan Stoll 39c103aa94 postman: 7.16.0 -> 7.16.1 2020-02-02 11:15:35 -08:00
Evan Stoll f6d0441bf5 postman: 7.14.0 -> 7.16.0 2020-01-22 00:06:50 -08:00
R. RyanTM 23ff95084c postman: 7.12.0 -> 7.14.0 2019-12-24 00:05:01 -08:00
R. RyanTM 3855fbb20f postman: 7.10.0 -> 7.12.0 2019-11-28 19:05:02 -08:00
R. RyanTM 63436c1375 postman: 7.9.0 -> 7.10.0 2019-11-02 13:05:32 -07:00
R. RyanTM af9d34d033 postman: 7.6.0 -> 7.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postman/versions
2019-10-22 22:52:50 -07:00
Evan Stoll e4c243d6a0 postman: add evanjs to maintainers 2019-09-05 19:24:48 -04:00
Evan Stoll abd41c3f68 postman: 7.0.7 -> 7.6.0
- Remove gnome2 (#39976)
  - Use pango instead of gnome2.pango
  - Remove gnome2.GConf
  - Remove gtk2-x11
- Add at-spi2-atk dependency
- Explicitly import packages rather than just pkgs or xorg
- Refactor patchelf to be more generic
- Use wrapGAppsHook
  - As this app uses GTK3 for the UI, we need to use wrapGAppsHook
- Move libPath creation to postFixup
- Remove dontPatchELF
- Remove unnecessary Postman binary, only use _Postman
- Remove unnecessary makeWrapper
- Add dontConfigure
- Remove unnecessary lib 
- Move libPath inputs to buildInputs
2019-09-05 19:24:31 -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
d10n dd47ef70ff postman: Link icon to $out/share/icons root
At least on the version of Gnome shipping with CentOS 6, the icon in
$out/share/icons/hicolor/128x128/apps is not picked up, but the icon in
$out/share/icons does get picked up.
2019-04-03 14:01:44 -04:00
d10n 5dbc956869 postman: 7.0.6 -> 7.0.7 2019-04-03 13:47:53 -04:00
d10n 16a416bf43 postman: 6.7.3 -> 7.0.6 2019-03-28 16:18:28 -04:00
David Gazdos 818eff0056 postman: 6.7.1 -> 6.7.3 2019-02-11 23:08:43 +01:00
ngerstle-cognite c7c6c35768 postman: 6.3.0 -> 6.7.1 (#54101)
A simple update from 6.3.0 to 6.7.1 fixes a breaking bug - something about requested version 30 being less than version 80 during startup?
Either way, 6.7.1 seems to solve the issue.
2019-01-17 11:09:49 +00:00
rembo10 794c4ec7fb postman: 6.2.5 -> 6.3.0 (#46771) 2018-09-17 11:45:27 +02:00
Adam Oliver Zsigmond 29b92e9cb0 postman: 6.1.4 -> 6.2.5 2018-08-23 12:25:29 +02:00
Boris ef9c7f0ac9 postman: 5.5.3 -> 6.1.4 (#44052) 2018-07-29 22:05:04 +02:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
Jörg Thalheim 03b18ccf96
Merge pull request #43807 from borisbabic/bugs/postman_icon
postman: fix icon not found
2018-07-21 16:23:09 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Boris Babic 338898c2f7 postman: fix icon not found 2018-07-19 12:38:15 +02:00
Matthew Justin Bauer edf5548958
Merge pull request #35201 from xurei/app/postman
postman : 5.5.2 -> 5.5.3
2018-04-25 14:47:43 -05:00
volth 7ec0471242 treewide: s/xlibs/xorg/g (#36889) 2018-03-13 10:16:03 +00:00
Olivier Bourdoux 844c468b8f postman : 5.5.2 -> 5.5.3 2018-02-20 19:34:17 +01:00
Olivier Bourdoux 63a4cbfb43 postman: init at 5.5.2 2018-02-11 18:39:44 +01:00