luaPackages.lux-lua: run xtask dist in buildPhase
This commit is contained in:
parent
a515480873
commit
8548e0d0f3
@ -56,8 +56,11 @@ rustPlatform.buildRustPackage rec {
|
|||||||
LUX_SKIP_IMPURE_TESTS = 1; # Disable impure unit tests
|
LUX_SKIP_IMPURE_TESTS = 1; # Disable impure unit tests
|
||||||
};
|
};
|
||||||
|
|
||||||
postBuild = ''
|
buildPhase = ''
|
||||||
|
runHook preBuild
|
||||||
cargo xtask-${luaFeature} dist
|
cargo xtask-${luaFeature} dist
|
||||||
|
mkdir -p $out
|
||||||
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user