graphite-cli: mark unfree
Version 1 has no published source and doesn't specify a license.
This commit is contained in:
parent
728bae020d
commit
52d9413b80
1 changed files with 5 additions and 2 deletions
|
@ -97,7 +97,7 @@ final: prev: {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
graphite-cli = prev."@withgraphite/graphite-cli".override {
|
graphite-cli = prev."@withgraphite/graphite-cli".override (old: {
|
||||||
name = "graphite-cli";
|
name = "graphite-cli";
|
||||||
nativeBuildInputs = with pkgs; [ installShellFiles pkg-config ];
|
nativeBuildInputs = with pkgs; [ installShellFiles pkg-config ];
|
||||||
buildInputs = with pkgs; [ cairo pango pixman ];
|
buildInputs = with pkgs; [ cairo pango pixman ];
|
||||||
|
@ -108,7 +108,10 @@ final: prev: {
|
||||||
--bash <($out/bin/gt completion) \
|
--bash <($out/bin/gt completion) \
|
||||||
--zsh <(ZSH_NAME=zsh $out/bin/gt completion)
|
--zsh <(ZSH_NAME=zsh $out/bin/gt completion)
|
||||||
'';
|
'';
|
||||||
};
|
meta = old.meta // {
|
||||||
|
license = lib.licenses.unfree; # no license specified
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
graphql-language-service-cli = prev.graphql-language-service-cli.override {
|
graphql-language-service-cli = prev.graphql-language-service-cli.override {
|
||||||
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
|
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue