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 |
|