summary refs log tree commit diff
path: root/pkgs/development/idris-modules/html.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/html.nix')
-rw-r--r--pkgs/development/idris-modules/html.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/html.nix b/pkgs/development/idris-modules/html.nix
index 2ab7534936a..8eb2f7f12d7 100644
--- a/pkgs/development/idris-modules/html.nix
+++ b/pkgs/development/idris-modules/html.nix
@@ -6,7 +6,7 @@
 , lib
 }:
 build-idris-package  {
-  name = "html";
+  pname = "html";
   version = "2017-04-23";
 
   idrisDeps = [ idrisscript hrtime webgl ];