mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
emacsPackages.color-theme-solarized: remove color-theme dependency
This commit is contained in:
parent
19857268a6
commit
8aa86c4650
@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
color-theme,
|
||||
fetchFromGitHub,
|
||||
melpaBuild,
|
||||
unstableGitUpdater,
|
||||
@ -17,8 +16,6 @@ melpaBuild {
|
||||
hash = "sha256-7E8r56dzfD06tsQEnqU5mWSbwz9x9QPbzken2J/fhlg=";
|
||||
};
|
||||
|
||||
packageRequires = [ color-theme ];
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user