pkgs: comma: give path to source directly
This commit is contained in:
parent
cc54fe9087
commit
920e31c72f
|
@ -3,7 +3,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
pname = "comma";
|
||||
version = "0.1.0";
|
||||
|
||||
src = ./. + "/comma";
|
||||
src = ./comma;
|
||||
|
||||
phases = [ "buildPhase" "installPhase" "fixupPhase" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue