agdaPackages.agda2hs-base: don't hard code agda2hs source name (#449131)
This commit is contained in:
@@ -9,7 +9,9 @@ mkDerivation {
|
||||
|
||||
inherit (haskellPackages.agda2hs) src version;
|
||||
|
||||
sourceRoot = "source/lib/base";
|
||||
postUnpack = ''
|
||||
sourceRoot="$sourceRoot/lib/base"
|
||||
'';
|
||||
|
||||
libraryFile = "base.agda-lib";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user