Commit Graph

5 Commits

Author SHA1 Message Date
R. Ryantm
b6124a6283 xemu: 0.7.84 -> 0.7.85 2023-03-09 05:18:44 +00:00
Anderson Torres
31b278f6ad xemu: add meta attributes
- Get rid of nested `with` in meta
  + Because `with` itself is an antipattern, as explained in
    https://nix.dev/anti-patterns/language#with-attrset-expression
  + Because nested `with` has unintuitive behavior, as shown in
    https://github.com/NixOS/nix/issues/490
- Add meta.longDescription;
- Add meta.changelog;
- Update meta.maintainers list.
2023-02-20 11:29:06 -03:00
Anderson Torres
320cb59815 xemu: refactor installPhase
- Use install command instead of mkdir + cp
- Use nix functional code instead of shell for loop
2023-02-20 11:29:06 -03:00
Anderson Torres
9bff8435da xemu: cosmetic rewrite
- Use rec-less, overlay-style overridable attributes for stdenv.mkDerivation;
- Reorder the lists and sets in asciibetical order;
- Format the code.
2023-02-19 22:21:23 -03:00
GenericNerdyUsername
379bb7c2af
xemu: init at 0.7.84 2023-02-17 14:44:38 +00:00