various: revert accidental deletions

This commit is contained in:
Gutyina Gergő
2025-12-10 00:45:16 +01:00
parent 13c73d3252
commit bcd4cbab5f
3 changed files with 3 additions and 0 deletions
@@ -21045,6 +21045,7 @@ final: prev: {
rev = "1331cfe8cbf9b9d79f4b60c1afc211b77c181ad4";
sha256 = "0dmypsgn6lxq2irxcigxh79l923ph4qk4m2hg27mjd8m079x4j2r";
};
meta.homepage = "https://github.com/garbas/vim-snipmate/";
meta.hydraPlatforms = [ ];
};
@@ -180,6 +180,7 @@ in
# > that I made in
# > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006
# >
# > @garbas shared with me the list of patches applied for the Nix package.
# > As they are just for portability and tiny modifications, they don't
# > alter the experience of the product. In parallel, Rok also shared the
# > build options. They seem good (even if I cannot judge the quality of the
@@ -17,6 +17,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Create asciinema videos from a text file";
homepage = "https://github.com/garbas/asciinema-scenario/";
license = with licenses; [ mit ];
mainProgram = "asciinema-scenario";
};