Merge pull request #249597 from NotAShelf/main-program-bs

This commit is contained in:
Artturi
2023-08-17 21:30:44 +03:00
committed by GitHub
7 changed files with 11 additions and 2 deletions
+5 -2
View File
@@ -1,5 +1,7 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib
, buildGoModule
, fetchFromGitHub
}:
buildGoModule rec {
pname = "glow";
version = "1.5.0";
@@ -23,5 +25,6 @@ buildGoModule rec {
changelog = "https://github.com/charmbracelet/glow/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne penguwin ];
mainProgram = "glow";
};
}
+1
View File
@@ -47,5 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ emantor ];
platforms = with lib.platforms; freebsd ++ linux ++ netbsd;
mainProgram = "seatd";
};
})
+1
View File
@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ fbergroth ];
platforms = platforms.linux;
mainProgram = "tofi";
};
}
@@ -20,5 +20,6 @@ buildNpmPackage rec {
homepage = "github.com/mantoni/eslint_d.js";
license = licenses.mit;
maintainers = [ maintainers.ehllie ];
mainProgram = "eslint_d";
};
}
+1
View File
@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
license = licenses.bsdOriginal;
platforms = platforms.all;
maintainers = [ ];
mainProgram = "zip";
};
}
+1
View File
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
description = "Insanely fast image printing in your terminal";
maintainers = with maintainers; [ ryantm ];
platforms = platforms.unix;
mainProgram = "catimg";
};
}
+1
View File
@@ -19,5 +19,6 @@ buildGoModule rec {
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ dit7ya ];
mainProgram = "cliphist";
};
}