formatting
This commit is contained in:
parent
f9a0338fdc
commit
e976b2a6ce
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ pkgs.stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
runHook preUnpack
|
runHook preUnpack
|
||||||
${pkgs.gnutar}/bin/tar xf $src
|
${pkgs.gnutar}/bin/tar xf $src
|
||||||
|
|
||||||
runHook postUnpack
|
runHook postUnpack
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue