about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/idris-modules/html.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/idris-modules/html.nix')
-rw-r--r--nixpkgs/pkgs/development/idris-modules/html.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/idris-modules/html.nix b/nixpkgs/pkgs/development/idris-modules/html.nix
index 2ab7534936aa..8eb2f7f12d75 100644
--- a/nixpkgs/pkgs/development/idris-modules/html.nix
+++ b/nixpkgs/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 ];