cli: fix building with newer nixpkgs
Change-Id: I6a6a6964315f76664943e0568456e013fcf12288
This commit is contained in:
parent
244fd3c03a
commit
612ee6fe83
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
let
|
let
|
||||||
manPages = pkgs.callPackage ../docs/manpages.nix {};
|
manPages = pkgs.callPackage ../docs/manpages.nix {};
|
||||||
in eggDerivation {
|
in eggDerivation {
|
||||||
name = "zilch-cli";
|
name = "cli-0.0.1";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
buildInputs = with chickenPackages.chickenEggs; [
|
buildInputs = with chickenPackages.chickenEggs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue