R. RyanTM
3080d02a27
mailnag: 2.1.0 -> 2.2.0
2021-02-17 08:51:34 +02:00
Doron Behar
f9c6e07c67
treewide: Remove usages of stdenv.lib by @doronbehar
...
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02: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
Sandro Jäckel
b8cba06e08
mailnag: Fix editor check
2020-12-31 16:55:55 +01:00
R. RyanTM
2ccf617cac
mailnag: 2.0.0 -> 2.1.0
2020-12-31 15:09:29 +00:00
Doron Behar
62f2fea77b
mailnag: Fix pluginDeps usage & comment
2020-08-23 16:04:20 +03:00
Doron Behar
6c3d919edf
mailnag: implement a withPlugins interface
2020-08-15 10:17:06 -07:00
Doron Behar
ddb962bec4
mailnag: Make it possible to override available plugins
2020-08-15 10:17:06 -07:00
Doron Behar
7ff82bfee6
mailnag: enable to configure plugins
...
Add an availablePlugins attrset with all plugins available.
Make mailnag's expression accept a "plugins" argument specifying plugins
to install, from `availablePlugins`.
Prevent double wrapping (nor related to plugins).
Install plugins using xorg.lndir.
2020-08-15 10:17:06 -07:00
Doron Behar
a416707246
mailnag: 1.3.0 -> 2.0.0
...
Notable changes:
- Switch to Python3 by default.
- Format inputs and arguments.
- Use wrapGAppsHook.
- Use libsecret (replaces libgnome-keyring) by default
- Add @doronbehar as maintainer.
- Remove overridden phases.
2020-04-25 04:03:32 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
R. RyanTM
a01f5e0c7f
mailnag: 1.2.1 -> 1.3.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/mailnag/versions
2019-04-01 16:38:06 -07:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
gnidorah
5c06711c80
mailnag: gnomekeyring by default
2017-11-02 07:53:09 +03:00
gnidorah
b3b438a8fd
mailnag: use setup.py
2017-11-02 07:53:09 +03:00
gnidorah
27bcd6c426
mailnag: fix working ( #30358 )
...
* mailnag: fix working
* mailnag: use wrapGAppsHook; add icon theme
2017-10-14 12:07:44 +01:00
Bastian Köcher
5b91f125aa
mailnag: 1.1.0 -> 1.2.1
2017-09-14 17:06:31 +03:00
Frederik Rietdijk
760a36372e
mailnag: use python2
2016-10-18 23:16:08 +02:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
See #11567 .
Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.
There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Domen Kožar
704c8bab41
buildPythonPackage: fix standalone applications using it
2015-11-21 21:44:12 +01:00
Jascha Geerds
8ae4d0b1e1
Add mailnag package
2015-06-14 18:31:48 +02:00