about summary refs log tree commit diff
path: root/pkgs/by-name/no
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25Merge pull request #318718 from msanft/notary/0.6.1-unstablePaul Meyer1-0/+57
notary: 0.6.1 -> 0.6.1-unstable-2024-04-16
2024-06-25notary: 0.6.1 -> 0.6.1-unstable-2024-04-16Moritz Sanft1-0/+57
2024-06-18novelwriter: 2.4.3 -> 2.4.4R. Ryantm1-2/+2
2024-06-17nom: 2.5.0 -> 2.5.1Nadir Ishiguro1-2/+2
Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.5.1
2024-06-12nom: 2.4.0 -> 2.5.0R. Ryantm1-3/+3
2024-06-10Merge pull request #318213 from pluiedev/init/novelwriterWeijia Wang1-0/+73
novelwriter: init at 2.4.3
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt3-3/+3
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-09novelwriter: init at 2.4.3Leah Amelia Chen1-0/+73
2024-06-04Merge pull request #315793 from r-ryantm/auto-update/normalizWeijia Wang1-2/+2
normaliz: 3.10.2 -> 3.10.3
2024-06-04nom: 2.2.3 -> 2.4.0R. Ryantm1-2/+2
2024-05-30normaliz: 3.10.2 -> 3.10.3R. Ryantm1-2/+2
2024-05-27node-hp-scan-to: 1.4.2 -> 1.4.3Jonas Wunderlich1-3/+3
2024-05-25Merge pull request #314186 from CHN-beta/fix-nomacsSomeone1-1/+4
nomacs: fix build with CUDA support
2024-05-25nomacs: fix build with CUDA supportchn1-1/+4
Co-authored-by: Someone <else@someonex.net>
2024-05-23normcap: 0.5.7 -> 0.5.8Peder Bergebakken Sundt1-2/+2
Diff: https://github.com/dynobo/normcap/compare/refs/tags/v0.5.7...v0.5.8
2024-05-19normcap: 0.5.6 -> 0.5.7R. Ryantm1-2/+2
2024-05-14Merge pull request #307090 from 6543-forks/nodeinfoAleksana1-0/+33
nodeinfo: init at 0.3.2
2024-05-14Merge pull request #279260 from SuperSamus/multiPkgs-false-removeAtemu1-2/+2
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-2/+2
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-12nodeinfo: init at 0.3.265431-0/+33
2024-05-12novops: 0.14.0 -> 0.15.0R. Ryantm1-3/+3
2024-05-08normcap: 0.5.4 -> 0.5.6Peder Bergebakken Sundt1-2/+2
Diff: https://github.com/dynobo/normcap/compare/refs/tags/v0.5.4...v0.5.6
2024-05-04novops: 0.13.0 -> 0.14.0R. Ryantm1-3/+3
2024-05-02Merge pull request #308047 from pbsds/fix-replace-failPeder Bergebakken Sundt1-2/+2
treewide: fixes to packages i maintain
2024-04-30nom: 2.2.1 -> 2.2.3Nadir Ishiguro1-3/+3
Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.2.3
2024-04-26treewide: propagatedBuildInputs -> dependenciesPeder Bergebakken Sundt1-1/+1
Migrating the packages I maintain.
2024-04-24Merge pull request #271071 from pbsds/wrapAppImage-pname-reduxAtemu1-3/+0
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-3/+0
`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-21treewide: `--replace` -> `--replace-fail`Peder Bergebakken Sundt1-1/+1
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-21normcap: unbreak by disabling failing testsPeder Bergebakken Sundt1-0/+5
2024-04-21novops: 0.12.1 -> 0.13.0R. Ryantm1-3/+3
2024-04-19Merge pull request #305115 from fabaff/nomore403Fabian Affolter1-0/+35
nomore403: init at 1.0.1
2024-04-18nom: 2.1.6 -> 2.2.1Nadir Ishiguro1-2/+2
Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.2.1
2024-04-18nomore403: init at 1.0.1Fabian Affolter1-0/+35
Tool to bypass 403/40X response codes https://github.com/devploit/nomore403
2024-04-18nom: 2.1.4 -> 2.1.6Nadir Ishiguro1-2/+2
Changelog: - https://github.com/guyfedwards/nom/releases/tag/v2.1.5 - https://github.com/guyfedwards/nom/releases/tag/v2.1.6
2024-04-18nom: format with nixfmt-rfc-styleNadir Ishiguro1-3/+4
2024-04-17Merge pull request #304818 from r-ryantm/auto-update/nomnatongéclairevoyant1-2/+2
nomnatong: 5.09 -> 5.10
2024-04-17Merge pull request #290052 from jopejoe1/noto/monochormelassulus5-251/+42
noto-fonts-monochrome-emoji: refactor to use github
2024-04-17treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessarySandro Jäckel1-2/+2
2024-04-17nomnatong: 5.09 -> 5.10R. Ryantm1-2/+2
2024-03-26Merge pull request #295935 from Aleksanaa/notifyWeijia Wang1-0/+65
notify-client: init at 0.1.5
2024-03-25notify-client: init at 0.1.5aleksana1-0/+65
2024-03-25Merge pull request #297801 from r-ryantm/auto-update/normalizPol Dellaiera1-2/+2
normaliz: 3.10.1 -> 3.10.2
2024-03-22novops: init at v0.12.1Pierre beucher1-0/+48
2024-03-21normaliz: 3.10.1 -> 3.10.2R. Ryantm1-2/+2
2024-03-21Merge pull request #272530 from yannickulrich/normaliz-v3.10.1Mauricio Collares1-0/+43
normaliz: init at 3.10.1
2024-03-12Merge pull request #294632 from dotlambda/node-hp-scan-to-initRobert Schütz1-0/+76
node-hp-scan-to: init at 1.4.2
2024-03-11nomacs: update comment on outputsWeijia Wang1-4/+3
2024-03-11nomacs: move bundle to $out/ApplicationsWeijia Wang1-1/+2