goredo: move env variable into env, fix antipattern (#491455)
This commit is contained in:
@@ -24,12 +24,14 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ zstd ];
|
||||
|
||||
nativeCheckInputs = lib.optionals finalAttrs.doCheck [
|
||||
nativeCheckInputs = lib.optionals finalAttrs.finalPackage.doCheck [
|
||||
python3
|
||||
perl
|
||||
];
|
||||
|
||||
inherit (sharness) SHARNESS_TEST_SRCDIR;
|
||||
env = {
|
||||
inherit (sharness) SHARNESS_TEST_SRCDIR;
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user