mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Literate: rename to literate
This commit is contained in:
parent
6f35d8d794
commit
543cb9a6bd
@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
buildDubPackage {
|
||||
pname = "Literate";
|
||||
pname = "literate";
|
||||
version = "unstable-2021-01-22";
|
||||
|
||||
src = fetchFromGitHub {
|
@ -689,6 +689,7 @@ mapAliases ({
|
||||
lispPackages_new = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
|
||||
lispPackages = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
|
||||
lispPackagesFor = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
|
||||
Literate = literate; # Added 2024-06-12
|
||||
llama = walk; # Added 2023-01-23
|
||||
|
||||
# Linux kernels
|
||||
|
@ -18611,8 +18611,6 @@ with pkgs;
|
||||
|
||||
license-scanner = callPackage ../development/tools/license-scanner { };
|
||||
|
||||
Literate = callPackage ../development/tools/literate-programming/Literate { };
|
||||
|
||||
md-tangle = callPackage ../development/tools/literate-programming/md-tangle { };
|
||||
|
||||
# NOTE: Override and set useIcon = false to use Awk instead of Icon.
|
||||
|
Loading…
Reference in New Issue
Block a user