marksman: Add unpack output
This commit is contained in:
parent
9873a20507
commit
0a17ab1206
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
|
echo "$src is already the binary"
|
||||||
true
|
true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue