mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 16:18:35 +00:00
parent
44211b10b2
commit
8940d740b5
@ -1469,21 +1469,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
seq = melpaBuild rec {
|
||||
pname = "seq";
|
||||
version = "1.11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NicolasPetton";
|
||||
repo = "${pname}.el";
|
||||
rev = version;
|
||||
sha256 = "18ydaz2y5n7h4wr0dx2k9qbxl0mc50qfwk52ma4amk8nmm1bjwgc";
|
||||
};
|
||||
meta = {
|
||||
description = "Sequence manipulation library for Emacs";
|
||||
license = gpl3Plus; # probably
|
||||
};
|
||||
};
|
||||
|
||||
shorten = melpaBuild rec {
|
||||
pname = "shorten";
|
||||
version = circe.version;
|
||||
|
Loading…
Reference in New Issue
Block a user