summary refs log tree commit diff
path: root/pkgs/development/idris-modules/webgl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/webgl.nix')
-rw-r--r--pkgs/development/idris-modules/webgl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/webgl.nix b/pkgs/development/idris-modules/webgl.nix
index 271501aa529..849cad2590c 100644
--- a/pkgs/development/idris-modules/webgl.nix
+++ b/pkgs/development/idris-modules/webgl.nix
@@ -4,7 +4,7 @@
 , lib
 }:
 build-idris-package  {
-  name = "webgl";
+  pname = "webgl";
   version = "2017-05-08";
 
   idrisDeps = [ idrisscript ];