Commit graph

54 commits

Author SHA1 Message Date
Charlotte Van Petegem 7844ff7afb mu: 1.6.1 -> 1.6.2 2021-08-07 10:50:45 -07:00
Charlotte Van Petegem 6eef84d697
mu: 1.6.0 -> 1.6.1 2021-07-31 12:33:43 +02:00
Charlotte Van Petegem 2d1dbaa617
mu: 1.4.15 -> 1.6.0 2021-07-28 00:58:59 +02:00
Charlotte Van Petegem 1678916974
mu: Fix included scripts not finding their dependencies 2021-03-20 15:20:24 +01:00
R. RyanTM 70757bca20 mu: 1.4.13 -> 1.4.15 2021-02-18 12:01:38 +00:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
R. RyanTM 354642d72b mu: 1.4.12 -> 1.4.13 2020-08-11 07:53:57 +00:00
Bart Brouns edb277ac36 mu: 1.4.10 -> 1.4.12 2020-07-26 14:03:42 +02:00
Bart Brouns 524ce45651 mu: 1.4.9 -> 1.4.10 2020-06-09 21:30:03 +02:00
Peter Hoeg b74ad37469
Merge pull request #89670 from magnetophon/mu
mu: 1.4.7 -> 1.4.9
2020-06-07 09:08:36 +08:00
Benjamin Hipple eadc576026 mu: add changelog link in meta 2020-06-06 12:44:58 -04:00
Bart Brouns 94c5c9d0ee mu: 1.4.7 -> 1.4.9 2020-06-06 18:27:52 +02:00
Bart Brouns f5b7d763e1 mu: 1.4.6 -> 1.4.7 2020-05-26 17:01:13 +02:00
ysengrimm a6137ea199 mu: 1.4.5 -> 1.4.6 2020-05-18 18:08:56 -07:00
Dmitry Kalinkin 150a18f9b9
mu: fix on darwin 2020-05-14 00:30:31 -04:00
ysengrimm 6fc7c5b401 mu: 1.4.3 -> 1.4.5 2020-05-13 20:21:21 +02:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Peter Hoeg b96db456f5 mu: allow configuring the BatchSize 2020-05-06 20:51:11 +08:00
Bart Brouns 7b8408fd4b mu: 1.4.1 -> 1.4.3 2020-04-29 11:32:15 +02:00
Peter Hoeg e43a6c9468 mu: minor cleanup 2020-04-21 19:36:47 +02:00
Bart Brouns ed79cb56b7 mu: 1.2 -> 1.4.1
msg2pdf is disabled for now:
https://github.com/djcb/mu/blob/1.4.1/NEWS.org
2020-04-20 11:03:03 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Merlin Göttlinger b9e7d34c1d mu: fixed incorrect substitution
The string to substitute was wrong.
2020-01-16 15:52:57 +01:00
worldofpeace 94a07c6c5d mu: use webkitgtk 2019-12-05 05:53:08 -05:00
Yury Bulka b220d3e0df Revert "mu: 1.2 -> 1.3.3"
This reverts commits 53a536c698
and af931c172d.

The repology.org info was incorrect, pulling in a development version
of mu as a release. The current (stable) release of mu is still 1.2:
https://github.com/djcb/mu/releases
2019-11-08 19:55:11 +02:00
R. RyanTM af931c172d mu: 1.3.3 -> 1.3.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mu/versions
2019-10-22 13:33:27 -07:00
R. RyanTM 53a536c698 mu: 1.2 -> 1.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mu/versions
2019-09-27 11:24:43 -07: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
Alex Branham 67c5d04fee mu: 1.0 -> 1.2 (#59130) 2019-04-08 21:13:10 +02:00
Bart Brouns 2642940e71 mu: 0.9.18 -> 1.0 2018-03-26 11:38:37 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Volth b7ccf27229 rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgtk2 -> webkitgtk24x-gtk2 2017-05-26 13:43:25 +00:00
Peter Hoeg c684c0e82d mu: add checkInputs 2017-05-11 12:53:12 +08:00
Peter Hoeg 8ac336b539 mu: run tests 2017-03-06 21:46:25 +08:00
Joachim Fasting 7b914b2986
mu: leave mug off by default
This unbreaks the package after marking legacy webkit as
insecure.  Per upstream, mug is a toy.
2017-03-04 19:07:02 +01:00
Anthony Cowley 8ca70e358d mu: allow gtk-free builds
The gtk components are enabled by default when stdenv.isLinux is true.
2017-01-05 17:55:54 -05:00
Gabriel Ebner 182c735527 mu: 0.9.16 -> 0.9.18 2016-12-15 14:45:46 -05:00
Gabriel Ebner ad41b8fa19 mu: fix build of webkit support and re-enable it 2016-07-11 10:37:31 +02:00
Gabriel Ebner bca9042663 mu: 0.9.13 -> 0.9.16 2016-01-31 11:19:35 +01:00
Robin Gloster 53b389327e refactor to use autoreconfHook where possible
Close #12446.
2016-01-18 10:45:31 +01:00
Vladimír Čunát 8e45d4da52 mu: don't use nested lists and refactor meta
This doesn't even change derivation hash in the default setting.
2015-09-24 10:38:43 +02:00
Damien Cassou 2d066a8869 mu: 0.9.12 -> 0.9.13 2015-09-24 10:08:30 +02:00
Joachim Fasting 0bca050210 mu: 0.9.11 -> 0.9.12 2015-04-16 11:53:12 +02:00
Damien Cassou 41cff1e9d0 Update mu to 0.9.11 2014-12-25 17:15:47 +01:00
Moritz Ulrich 1c20eba035 Mu: Update to 0.9.10. 2014-09-25 13:54:01 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Moritz Ulrich 27515430ca mu: Bump to 0.9.9.6. 2014-07-03 11:15:55 +02:00
Vladimír Čunát 3c013cdec9 mu: fix build via disabling mug GUI by default
It seems it can't handle gtk-3.10.
CC @the-kenny
2013-12-10 21:27:47 +01:00