agdaPackages.agda2hs-base: don't hard code agda2hs source name (#449131)

This commit is contained in:
sternenseemann
2025-10-06 22:45:58 +00:00
committed by GitHub
@@ -9,7 +9,9 @@ mkDerivation {
inherit (haskellPackages.agda2hs) src version;
sourceRoot = "source/lib/base";
postUnpack = ''
sourceRoot="$sourceRoot/lib/base"
'';
libraryFile = "base.agda-lib";