mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
emacsPackages.nano-theme: 2021-06-05 -> 0.0.0+unstable=2021-06-29
This commit is contained in:
parent
08dd76ac5d
commit
0be9a02043
|
@ -1,27 +1,20 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, trivialBuild
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, emacs
|
, emacs
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
trivialBuild rec {
|
||||||
pname = "nano-theme";
|
pname = "nano-theme";
|
||||||
version = "2021-06-05";
|
version = "0.0.0+unstable=2021-06-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rougier";
|
owner = "rougier";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "99ff1c5e78296a073c6e63b966045e0d83a136e7";
|
rev = "4a231787a32b3019f9f0abb3511a112fd54bf685";
|
||||||
hash = "sha256-IDVnl4J4hx2mlLaiA+tKxxRGcIyBULr2HBeY/GMHD90=";
|
hash = "sha256-eco9BMKLhPuwFJb5QesbM6g3cZv3FdVvQ9fXq6D3Ifc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
runHook preInstall
|
|
||||||
mkdir -p $out/share/emacs/site-lisp
|
|
||||||
install *.el $out/share/emacs/site-lisp
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/rougier/nano-theme";
|
homepage = "https://github.com/rougier/nano-theme";
|
||||||
description = "GNU Emacs / N Λ N O Theme";
|
description = "GNU Emacs / N Λ N O Theme";
|
||||||
|
|
Loading…
Reference in a new issue