manualPackages: remove unneeded emacs from trivialBuild buildInputs

This commit is contained in:
Lin Jian 2024-06-01 11:47:09 +08:00
parent cc6d856e65
commit a0d85d0929
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5
2 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@ trivialBuild rec {
hash = "sha256-/8T1VTYkKUxlNWXuuS54S5jpl4UxJBbgSuWc17a/VyM=";
};
buildInputs = [ emacs ];
meta = with lib; {
homepage = "http://emacswiki.org/emacs/RectangleMark";
description = "Mark a rectangle of text with highlighting";

View File

@ -15,8 +15,6 @@ trivialBuild {
sha256 = "sha256-Etl95rcoRACDPjcTPQqYK2L+w8OZbOrTrRT0JadMdH4=";
};
buildInputs = [ emacs ];
meta = with lib; {
description = "Emacs youtube-dl download manager";
homepage = "https://github.com/skeeto/youtube-dl-emacs";