mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 15:17:33 +00:00
Merge pull request #249597 from NotAShelf/main-program-bs
This commit is contained in:
commit
df9f0dfbf6
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsdOriginal;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ ];
|
||||
mainProgram = "zip";
|
||||
};
|
||||
}
|
||||
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Insanely fast image printing in your terminal";
|
||||
maintainers = with maintainers; [ ryantm ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "catimg";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -19,5 +19,6 @@ buildGoModule rec {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dit7ya ];
|
||||
mainProgram = "cliphist";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user