mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
documentation-highlighter: set pname and version (#484199)
This commit is contained in:
commit
655a92a959
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ lib, runCommand }:
|
||||
runCommand "documentation-highlighter"
|
||||
{
|
||||
pname = "documentation-highlighter";
|
||||
version = "11.9.0";
|
||||
|
||||
meta = {
|
||||
description = "Highlight.js sources for the Nix Ecosystem's documentation";
|
||||
homepage = "https://highlightjs.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue