Paul Meyer
736555406c
Merge pull request #318718 from msanft/notary/0.6.1-unstable
...
notary: 0.6.1 -> 0.6.1-unstable-2024-04-16
2024-06-25 13:01:12 +02:00
Moritz Sanft
1b6089e945
notary: 0.6.1 -> 0.6.1-unstable-2024-04-16
2024-06-25 08:38:42 +02:00
R. Ryantm
45f9437672
novelwriter: 2.4.3 -> 2.4.4
2024-06-18 22:40:02 +00:00
Nadir Ishiguro
7789a9b522
nom: 2.5.0 -> 2.5.1
...
Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.5.1
2024-06-17 00:55:40 +02:00
R. Ryantm
900ad98d98
nom: 2.4.0 -> 2.5.0
2024-06-12 02:14:21 +00:00
Weijia Wang
e8dc88026d
Merge pull request #318213 from pluiedev/init/novelwriter
...
novelwriter: init at 2.4.3
2024-06-10 17:17:55 +02:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
Leah Amelia Chen
6e89e36e26
novelwriter: init at 2.4.3
2024-06-09 21:48:35 +02:00
Weijia Wang
433b4cbde2
Merge pull request #315793 from r-ryantm/auto-update/normaliz
...
normaliz: 3.10.2 -> 3.10.3
2024-06-04 22:01:02 +02:00
R. Ryantm
ee3f01fe53
nom: 2.2.3 -> 2.4.0
2024-06-04 14:46:00 +00:00
R. Ryantm
34a2673edf
normaliz: 3.10.2 -> 3.10.3
2024-05-30 04:56:48 +00:00
Jonas Wunderlich
dab82e6915
node-hp-scan-to: 1.4.2 -> 1.4.3
2024-05-27 04:22:32 +02:00
Someone
ee12cdd925
Merge pull request #314186 from CHN-beta/fix-nomacs
...
nomacs: fix build with CUDA support
2024-05-25 12:18:36 +00:00
chn
bfa1038277
nomacs: fix build with CUDA support
...
Co-authored-by: Someone <else@someonex.net>
2024-05-25 16:55:05 +08:00
Peder Bergebakken Sundt
fa685b27e7
normcap: 0.5.7 -> 0.5.8
...
Diff: https://github.com/dynobo/normcap/compare/refs/tags/v0.5.7...v0.5.8
2024-05-23 22:06:44 +02:00
R. Ryantm
0914e6cb2b
normcap: 0.5.6 -> 0.5.7
2024-05-19 10:20:17 +00:00
Aleksana
ea9b756c5a
Merge pull request #307090 from 6543-forks/nodeinfo
...
nodeinfo: init at 0.3.2
2024-05-14 16:08:12 +08:00
Atemu
b4047a0455
Merge pull request #279260 from SuperSamus/multiPkgs-false-remove
...
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14 09:59:43 +02:00
Martino Fontana
6e465f4550
treewide: fix use of extraPkgs
in AppImages
...
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.
Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
6543
f0e4ac034a
nodeinfo: init at 0.3.2
2024-05-12 23:56:39 +02:00
R. Ryantm
06f3ef7a15
novops: 0.14.0 -> 0.15.0
2024-05-12 13:33:09 +00:00
Peder Bergebakken Sundt
d09f4d94d6
normcap: 0.5.4 -> 0.5.6
...
Diff: https://github.com/dynobo/normcap/compare/refs/tags/v0.5.4...v0.5.6
2024-05-08 22:15:33 +02:00
R. Ryantm
faa2ea4743
novops: 0.13.0 -> 0.14.0
2024-05-04 19:05:04 +02:00
Peder Bergebakken Sundt
11333528ce
Merge pull request #308047 from pbsds/fix-replace-fail
...
treewide: fixes to packages i maintain
2024-05-02 00:05:08 +02:00
Nadir Ishiguro
ef15b8728c
nom: 2.2.1 -> 2.2.3
...
Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.2.3
2024-04-30 03:50:52 +02:00
Peder Bergebakken Sundt
66c0b7efe3
treewide: propagatedBuildInputs -> dependencies
...
Migrating the packages I maintain.
2024-04-26 01:13:52 +02:00
Atemu
2432c6b829
Merge pull request #271071 from pbsds/wrapAppImage-pname-redux
...
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24 21:48:19 +02:00
Peder Bergebakken Sundt
985aa8174d
treewide: unbreak appimageTools.wrapType2 builds
...
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.
contex: #271071
2024-04-24 15:26:52 +02:00
Peder Bergebakken Sundt
7151eeec48
treewide: --replace
-> --replace-fail
...
Hardening the packages I maintain.
We use `--replace-fail` in every case except for `python3Packages.remi`, which does a glob `--replace-quiet` to reduce warnings
2024-04-21 21:44:20 +02:00
Peder Bergebakken Sundt
18e3728274
normcap: unbreak by disabling failing tests
2024-04-21 21:33:35 +02:00
R. Ryantm
f349d87570
novops: 0.12.1 -> 0.13.0
2024-04-21 01:22:54 +00:00
Fabian Affolter
1bfef60705
Merge pull request #305115 from fabaff/nomore403
...
nomore403: init at 1.0.1
2024-04-19 08:52:13 +02:00
Nadir Ishiguro
20a4c15bcf
nom: 2.1.6 -> 2.2.1
...
Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.2.1
2024-04-18 21:09:16 +02:00
Fabian Affolter
2e37446ac8
nomore403: init at 1.0.1
...
Tool to bypass 403/40X response codes
https://github.com/devploit/nomore403
2024-04-18 20:32:26 +02:00
Nadir Ishiguro
d694b98867
nom: 2.1.4 -> 2.1.6
...
Changelog:
- https://github.com/guyfedwards/nom/releases/tag/v2.1.5
- https://github.com/guyfedwards/nom/releases/tag/v2.1.6
2024-04-18 12:25:47 +02:00
Nadir Ishiguro
b4a6d1eddb
nom: format with nixfmt-rfc-style
2024-04-18 12:18:21 +02:00
éclairevoyant
89cd26ca3c
Merge pull request #304818 from r-ryantm/auto-update/nomnatong
...
nomnatong: 5.09 -> 5.10
2024-04-17 23:39:37 +00:00
lassulus
a3ecc9aa1b
Merge pull request #290052 from jopejoe1/noto/monochorme
...
noto-fonts-monochrome-emoji: refactor to use github
2024-04-17 22:29:34 +02:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary
2024-04-17 13:34:05 -04:00
R. Ryantm
5d328f84b8
nomnatong: 5.09 -> 5.10
2024-04-17 15:26:25 +00:00
Weijia Wang
c299d605b2
Merge pull request #295935 from Aleksanaa/notify
...
notify-client: init at 0.1.5
2024-03-26 02:35:03 +01:00
aleksana
0820fb0c50
notify-client: init at 0.1.5
2024-03-25 23:44:51 +08:00
Pol Dellaiera
fb32ab976a
Merge pull request #297801 from r-ryantm/auto-update/normaliz
...
normaliz: 3.10.1 -> 3.10.2
2024-03-25 08:52:01 +01:00
Pierre beucher
58be68544f
novops: init at v0.12.1
2024-03-22 14:53:48 +01:00
R. Ryantm
76a44b3c4a
normaliz: 3.10.1 -> 3.10.2
2024-03-21 18:52:42 +00:00
Mauricio Collares
bef1f8f8d3
Merge pull request #272530 from yannickulrich/normaliz-v3.10.1
...
normaliz: init at 3.10.1
2024-03-21 17:09:25 +01:00
Robert Schütz
8bf4e76751
Merge pull request #294632 from dotlambda/node-hp-scan-to-init
...
node-hp-scan-to: init at 1.4.2
2024-03-12 23:08:01 +00:00
Weijia Wang
7d61abc95a
nomacs: update comment on outputs
2024-03-11 14:33:25 +01:00
Weijia Wang
2645aea27a
nomacs: move bundle to $out/Applications
2024-03-11 14:33:09 +01:00