about summary refs log tree commit diff
path: root/pkgs/development/idris-modules/coda.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/coda.nix
parent14d646edec6eeaaaaf7517fcefd1d998a33792f3 (diff)
build-idris-package: ipkgName
Diffstat (limited to 'pkgs/development/idris-modules/coda.nix')
-rw-r--r--pkgs/development/idris-modules/coda.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/idris-modules/coda.nix b/pkgs/development/idris-modules/coda.nix
index 7dbd12110888a..c5e33f4594f2c 100644
--- a/pkgs/development/idris-modules/coda.nix
+++ b/pkgs/development/idris-modules/coda.nix
@@ -6,6 +6,8 @@ build-idris-package  {
   name = "coda";
   version = "2018-01-25";
 
+  ipkgName = "Coda";
+
   src = fetchFromGitHub {
     owner = "ostera";
     repo = "idris-coda";