about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-28 10:52:26 +0100
committerGitHub <noreply@github.com>2024-03-28 10:52:26 +0100
commitaf8fd52e05c81eafcfd4fb9fe7d3553b61472712 (patch)
treeb2ef99dcdc5d0bcd32a1ddda5d02381c74fda1d7
parent0f3fd05994ad7698399904723494311d86ecb868 (diff)
parent6f7292268a1b5c36593f47483a26874fa4da5f0e (diff)
Merge pull request #299713 from NixOS/cue-hotfix
cue: fix eval
-rw-r--r--pkgs/development/tools/cue/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/cue/default.nix b/pkgs/development/tools/cue/default.nix
index 6219cd4f300a5..ee9af03bb888b 100644
--- a/pkgs/development/tools/cue/default.nix
+++ b/pkgs/development/tools/cue/default.nix
@@ -45,7 +45,6 @@ buildGoModule rec {
 
   meta = with lib;  {
     description = "A data constraint language which aims to simplify tasks involving defining and using data";
-    mainProgram = "cue";
     homepage = "https://cuelang.org/";
     license = lib.licenses.asl20;
     maintainers = with maintainers; [ aaronjheng ];