Use dontUnpack instead of setting unpackPhase to true

This feels way better. We tell the build do skip the stage.
We executed "true" beforehand within the stage.
This commit is contained in:
Daniel Siepmann 2022-02-08 16:13:33 +01:00
parent 1e972ba215
commit 5c24513c6b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -206,7 +206,7 @@ in {
src = source;
unpackPhase = "true";
dontUnpack = true;
installPhase = ''
mkdir -p "$out/bin"