pkgs: comma: do not set 'phases'
This commit is contained in:
parent
920e31c72f
commit
2709c3751f
|
@ -5,13 +5,13 @@ stdenvNoCC.mkDerivation rec {
|
||||||
|
|
||||||
src = ./comma;
|
src = ./comma;
|
||||||
|
|
||||||
phases = [ "buildPhase" "installPhase" "fixupPhase" ];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
shellcheck
|
shellcheck
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dontUnpack = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
shellcheck $src
|
shellcheck $src
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue