2015-11-27 15:55:22 +01:00
|
|
|
{ idris, build-idris-package }: name: deps: build-idris-package (args: {
|
2015-11-27 15:35:59 +01:00
|
|
|
inherit name;
|
|
|
|
|
|
|
|
propagatedBuildInputs = deps;
|
|
|
|
|
|
|
|
inherit (idris) src;
|
|
|
|
|
|
|
|
postUnpack = ''
|
|
|
|
mv $sourceRoot/libs/${name} $IDRIS_LIBRARY_PATH
|
|
|
|
sourceRoot=$IDRIS_LIBRARY_PATH/${name}
|
|
|
|
'';
|
|
|
|
})
|