aseq2json: fix sourceRoot
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user