Commit Graph

50 Commits

Author SHA1 Message Date
Aleksana
ca53d70f72
Merge pull request #324905 from pwaller/hello-cpp
hello-cpp: init
2024-07-12 18:31:54 +08:00
superherointj
e65e3ed783 hexchat: move from top-level to by-name 2024-07-08 18:22:13 -03:00
Peter Waller
f2603c72fb hello-cpp: init
Proposal: a trivial hello-cpp to complement gnu hello, testing C++ and
cmake infrastructure.

This is intended to assist with testing exotic stdenvs such as the one
used in pkgsLLVM, requiring no additional dependencies to get a quick
test that the compiler and cmake are working as intended as a basic
level.

There does already exist tests.cc-wrapper, but this does not produce any
outputs, and sometimes it is useful to have a quick test that something
builds. It's also useful to be able to inspect the outputs to look at
references and so forth.

Signed-off-by: Peter Waller <p@pwaller.net>
2024-07-07 15:14:12 +01:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
github-actions[bot]
d77a3adc09
Merge master into staging-next 2024-07-03 00:02:45 +00:00
Doron Behar
32d57df8ac
Merge pull request #320266 from doronbehar/pkg/versionInstallHook
versionCheckHook: init
2024-07-03 01:37:49 +03:00
Doron Behar
42a85f4735 hello: use also versionCheckHook 2024-06-28 18:03:59 +03:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
R. Ryantm
d92045a565 hermitcli: 0.39.2 -> 0.39.3 2024-06-21 13:07:39 +00:00
Martin Weinelt
af4cfc1e0f Merge remote-tracking branch 'origin/staging-next' into staging 2024-06-19 23:28:26 +02:00
Fabian Affolter
0890329602
Merge pull request #320809 from fabaff/hednsextractor
hednsextractor: init at 1.0.7
2024-06-19 12:41:24 +02:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Fabian Affolter
e82b4a685c hednsextractor: init at 1.0.7
Tool suite for hunting suspicious targets, expose domains and phishing
discovery

https://github.com/HuntDownProject/HEDnsExtractor
2024-06-18 17:37:13 +02:00
Zitrone
51803d6dbc
hentai-at-home: add meta.platforms, fix meta.description & refactor 2024-06-16 21:58:21 +02:00
Zitrone
a922c21a79
hentai-at-home: format with rfc formatter 2024-06-16 21:54:27 +02:00
Zitrone
996fbc60f9
HentaiAtHome: rename to hentai-at-home 2024-06-16 21:49:45 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
superherointj
0b11ab77b9
Merge pull request #314583 from Tochiaha/hellmaker
hellmaker: init 0-unstable-2023-03-18
2024-06-09 18:46:14 -03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Tochiaha
c5916c86e9 hellmaker: init at 0-unstable-2023-03-18 2024-06-09 21:40:11 +01:00
R. Ryantm
3f9551fe7d hexxy: 0-unstable-2024-02-24 -> 0-unstable-2024-02-23 2024-06-09 00:49:49 +00:00
NotAShelf
682708ace9
hexxy: init at 0-unstable-2024-02-24 2024-06-08 18:44:02 +03:00
R. Ryantm
7816d85e07 hermitcli: 0.39.1 -> 0.39.2 2024-05-31 01:32:32 +00:00
Sigmanificient
4d7083f20f hexedit: migrate to by-name, refactor
hexedit: remove from top-level
2024-05-15 09:21:57 +02:00
R. Ryantm
3a82aa9865 hermitcli: 0.39.0 -> 0.39.1 2024-04-10 13:06:26 +00:00
John Lewis
af365342ad fix: editorconfig compliance 2024-04-07 08:19:07 +02:00
John Lewis
156ab46d85 helix-gpt: add support for aarch64-linux 2024-04-05 14:56:10 +02:00
Connor Baker
11273b60c8
Merge pull request #295594 from ShamrockLee/checkpoint-build-dontfixup
checkpointBuildTools.prepareCheckpointBuild: stop at `installPhase`
2024-04-01 10:45:30 -04:00
R. Ryantm
6cb851cae8 hermitcli: 0.38.2 -> 0.39.0 2024-03-19 13:45:11 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Fabian Affolter
fb8dcaef04 hekatomb: init at 1.5.14-unstable-2024-02-14
Tool to connect to LDAP directory to retrieve informations

https://github.com/ProcessusT/HEKATOMB
2024-03-17 13:06:29 +01:00
Ryan Mulligan
bfaf0a1feb
Merge pull request #287322 from cbrewster/init-hermitcli
hermitcli: init at 0.28.2
2024-03-15 16:06:43 -07:00
happysalada
9e58aca561 helix-gpt: 0.28 -> 0.31 2024-03-14 05:03:16 -04:00
Yueh-Shun Li
05491696c5 hello: add postInstallCheck
Set doInstallCheck = true.
Test the existence of main program in postInstallCheck.
2024-03-13 23:21:29 +08:00
happysalada
2b9c0857c8 helix-gpt: 0.27 -> 0.28 2024-02-24 16:26:55 -05:00
happysalada
cc654ab338 helix-gpt: 0.25 -> 0.27 2024-02-09 20:39:55 -05:00
Connor Brewster
b877cf77e1
Update pkgs/by-name/he/hermitcli/package.nix
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-02-09 18:18:05 -06:00
Connor Brewster
c02c6dd53d hermitcli: init at 0.28.2 2024-02-08 18:46:41 -06:00
happysalada
81448de38d helix-gpt: 0.15 -> 0.25 2024-02-03 09:26:16 -05:00
happysalada
eb3b90ac41 helix-gpt: init at 0.15 2024-01-28 15:04:52 -05:00
Adrian Pistol
90c3e1212c hercules: 3.13 -> 4.6 2023-12-09 00:27:53 +01:00
Niko Cantero
68500e0563
headphones-toolbox: 0.0.4 -> 0.0.5 2023-10-18 10:17:54 -04:00
Emily
4909c2de6c
Merge pull request #255459 from bobvanderlinden/pr-hello-mainprogram
hello: add meta.mainProgram
2023-09-16 14:12:22 +02:00
Bob van der Linden
ba563a6ec1
hello: add meta.mainProgram 2023-09-16 12:55:12 +02:00
Weijia Wang
6360160c55
Merge pull request #255114 from zig-wii/headphones-toolbox
headphones-toolbox: 0.0.3 -> 0.0.4
2023-09-15 15:58:54 +02:00
Niko Cantero
c3a136f28b
headphones-toolbox: 0.0.3 -> 0.0.4 2023-09-14 09:00:31 -04:00
Oliver Richter
9293567fb5 hexbinhex: init at 1.1
Six utility programs to convert between hex, binary, ascii-binary and the oddball NIST format for 90B testing. The hex output is more compact than hexdump or od -x.

Signed-off-by: Oliver Richter <richter-oliver@gmx.net>
2023-09-14 13:11:23 +02:00
Knarkzel
abe6f84302 headphones-toolbox: init at 0.0.3 2023-09-11 16:08:23 -04:00
Silvan Mosberger
77d50b03e4 hello: Move to pkgs/by-name 2023-09-05 16:11:04 +02:00