build-idris-package: ipkgName

This commit is contained in:
TG x
2018-09-18 10:38:59 +02:00
parent 14d646edec
commit 7e0f7a0b54
23 changed files with 40 additions and 41 deletions
+2 -4
View File
@@ -6,6 +6,8 @@ build-idris-package {
name = "refined";
version = "2017-12-28";
ipkgName = "idris-refined";
src = fetchFromGitHub {
owner = "janschultecom";
repo = "idris-refined";
@@ -13,10 +15,6 @@ build-idris-package {
sha256 = "1am7kfc51p2zlml954v8cl9xvx0g0f1caq7ni3z36xvsd7fh47yh";
};
postUnpack = ''
rm source/idris-refined-test.ipkg
'';
meta = {
description = "Port of Scala/Haskell Refined library to Idris";
homepage = https://github.com/janschultecom/idris-refined;