summary refs log tree commit diff
path: root/pkgs/development/idris-modules/http4idris.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/http4idris.nix')
-rw-r--r--pkgs/development/idris-modules/http4idris.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/http4idris.nix b/pkgs/development/idris-modules/http4idris.nix
index 11e9d62c051..6959e33f48a 100644
--- a/pkgs/development/idris-modules/http4idris.nix
+++ b/pkgs/development/idris-modules/http4idris.nix
@@ -4,7 +4,7 @@
 , lib
 }:
 build-idris-package  {
-  name = "http4idris";
+  pname = "http4idris";
   version = "2018-01-16";
 
   idrisDeps = [ contrib ];