Commit Graph

31 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
6cc231f5e3 mmc-utils: unstable-2023-10-10 -> unstable-2024-03-07 2024-03-07 22:29:50 +00:00
R. Ryantm
96f0cea134 mmc-utils: unstable-2023-08-07 -> unstable-2023-10-10 2023-10-11 07:33:20 +00:00
R. Ryantm
15a82ae336 mmc-utils: unstable-2023-06-12 -> unstable-2023-08-07 2023-08-08 04:34:04 +00:00
Theodore Ni
2052c2d56f
mmc-utils: disable fortify3 hardening flag 2023-07-12 22:27:28 -07:00
R. Ryantm
9c5fcd5864 mmc-utils: unstable-2023-04-17 -> unstable-2023-06-12 2023-06-17 04:37:25 +00:00
R. Ryantm
270107e9da mmc-utils: unstable-2023-02-09 -> unstable-2023-04-17 2023-04-17 17:35:30 +00:00
R. Ryantm
f7d3b72f49 mmc-utils: unstable-2022-11-09 -> unstable-2023-02-09 2023-02-16 05:46:59 +00:00
R. Ryantm
8ad4b1c66c mmc-utils: unstable-2022-09-27 -> unstable-2022-11-09 2022-11-09 19:54:25 +00:00
R. Ryantm
8569f6e82e mmc-utils: unstable-2022-07-13 -> unstable-2022-09-27 2022-09-29 13:15:46 +02:00
R. Ryantm
2e40126eff mmc-utils: unstable-2022-04-26 -> unstable-2022-07-13 2022-07-14 08:37:02 +00:00
Alyssa Ross
18ad5579c4 mmc-utils: clarify license 2022-06-10 08:49:46 +00:00
Alyssa Ross
0d5048765f mmc-utils: enable parallel building
Build tested at -j4.
2022-06-10 08:49:46 +00:00
Alyssa Ross
77d0ed11f6 mmc-utils: don't manually run make
It's better to let this be handled by stdenv.
2022-06-10 08:49:46 +00:00
Alyssa Ross
dc08e07e7c mmc-utils: 2021-05-11 -> unstable-2022-04-26
I did this with unstableGitUpdater, which should help this package
stay up to date in future.
2022-06-10 08:49:46 +00:00
Alyssa Ross
0bbe51030e mmc-utils: fetchgit -> fetchzip
There's no need to download the full git history when a tarball is
available.
2022-06-10 08:49:46 +00:00
Alyssa Ross
134b8fc0d4 mmc-utils: update homepage and src URL
These are also used by Debian.
2022-06-10 08:49:46 +00:00
vulpes2
4e157ee757 mmc-utils: 2019-10-04 -> 2021-05-11 2021-05-15 04:32:28 -04: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
Markus Wamser
3cecd3fe69
mmc-utils: 2018-12-14 -> 2019-10-04 (#98150) 2020-09-18 23:34:18 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Frederik Rietdijk
5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Franz Pletz
de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
Robin Gloster
5acbd2f6d8
mmc-utils: 2018-03-27 -> 2018-12-14 2019-06-17 07:06:06 +02:00
Markov Dmitry
2ec116130e mmc-utils: update to upstream 2018-08-20 15:19:54 +03:00
Ben Gamari
67e4ed9693 mmc-utils: Enable cross-compilation 2018-05-03 17:04:50 -04:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Tuomas Tynkkynen
69ba6c1d30 mmc-utils: init at 2015-11-18, fixes #12489 2016-01-20 01:50:34 +01:00