aseq2json: fix sourceRoot

This commit is contained in:
Stefan Frijters
2025-11-25 11:48:13 +01:00
parent 8db8df6d86
commit 394c692f65
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
rev = "8572e6313a0d7ec95492dcab04a46c5dd30ef33a";
hash = "sha256-LQ9LLVumi3GN6c9tuMSOd1Bs2pgrwrLLQbs5XF+NZeA=";
};
sourceRoot = "source/aseq2json";
sourceRoot = "${finalAttrs.src.name}/aseq2json";
nativeBuildInputs = [ pkg-config ];
buildInputs = [