about summary refs log tree commit diff
path: root/pkgs/development/idris-modules/idrishighlighter.nix
diff options
context:
space:
mode:
authorTG x <*@tg-x.net>2018-09-18 10:38:59 +0200
committerTG x <*@tg-x.net>2018-09-18 10:38:59 +0200
commit7e0f7a0b54d8c485cca0fed83357dceb1bbbabf9 (patch)
tree52cf38a0dc028ea3950612c3f7fb5ae6c753fbf5 /pkgs/development/idris-modules/idrishighlighter.nix
parent14d646edec6eeaaaaf7517fcefd1d998a33792f3 (diff)
build-idris-package: ipkgName
Diffstat (limited to 'pkgs/development/idris-modules/idrishighlighter.nix')
-rw-r--r--pkgs/development/idris-modules/idrishighlighter.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/idris-modules/idrishighlighter.nix b/pkgs/development/idris-modules/idrishighlighter.nix
index d8b469ca76894..5629221d601b5 100644
--- a/pkgs/development/idris-modules/idrishighlighter.nix
+++ b/pkgs/development/idris-modules/idrishighlighter.nix
@@ -8,6 +8,7 @@ build-idris-package  {
   name = "idrishighlighter";
   version = "2018-02-22";
 
+  ipkgName = "idris-code-highlighter";
   idrisDeps = [ effects lightyear ];
 
   src = fetchFromGitHub {