summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mmc-utils
Commit message (Collapse)AuthorAge
* mmc-utils: 2019-10-04 -> 2021-05-11vulpes22021-05-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* mmc-utils: 2018-12-14 -> 2019-10-04 (#98150)Markus Wamser2020-09-18
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-08
|\ | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-03
| |\
| * | mmc-utils: 2018-03-27 -> 2018-12-14Robin Gloster2019-06-17
| | |
* | | treewide: remove redundant recvolth2019-08-28
| |/ |/|
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mmc-utils: update to upstreamMarkov Dmitry2018-08-20
|
* mmc-utils: Enable cross-compilationBen Gamari2018-05-03
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* mmc-utils: init at 2015-11-18, fixes #12489Tuomas Tynkkynen2016-01-20