Commit Graph

18 Commits

Author SHA1 Message Date
R. Ryantm
d39e2b029d mmv: 2.6 -> 2.7 2024-09-01 23:11:52 -04:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
R. Ryantm
5df62e8e43
mmv: 2.5.1 -> 2.6 2024-02-27 14:58:03 -05:00
Weijia Wang
4a11f504dc mmv: fix build with clang 16 2023-11-08 19:39:31 +01:00
R. Ryantm
35ceefe4b3 mmv: 2.5 -> 2.5.1 2023-08-12 08:40:38 +00:00
R. Ryantm
a00e777b17 mmv: 2.4 -> 2.5 2023-07-23 13:26:33 +00:00
R. Ryantm
cc7bae417c mmv: 2.3 -> 2.4 2023-05-18 10:25:56 +00:00
P. R. d. O
92071669a4
mmv: 2.1 -> 2.3 2022-03-06 11:18:38 -06:00
Ben Siraphob
50017ae35d mmv: 2.0 -> 2.1 2021-06-05 15:20:27 +07:00
Ben Siraphob
4b907c8891 mmv: 1.01b -> 2.0 2021-05-02 21:49:32 +07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
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
Robin Gloster
78fc5dde28 mmv: disable fortify hardening 2016-08-04 07:48:24 +00:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tobias Geerinckx-Rice
5d5044b2ec Use mirror:// URIs for ftp.debian.org
Provide a more robust experience for users with horrible network
hardware (me).
2015-05-22 10:39:27 +02:00
aszlig
de5c5467a6
mmv: New package, version 1.01b from Debian.
This package as well as the patches are used from Debian, as the upstream
version is no longer maintained, plus other distributions seem to use the Debian
patched version aswell. And by looking at the patch from Debian, it seems
reasonable, because it contains a _lot_ of fixes that accrued over time.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:53 +02:00