about summary refs log tree commit diff
path: root/pkgs/by-name/sn
AgeCommit message (Collapse)AuthorFilesLines
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-07snicat: migrate to buildGoModulePaul Meyer2-23/+15
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-04snipe-it: 6.4.1 -> 6.4.2R. Ryantm1-2/+2
2024-06-03Merge pull request #314550 from lheckemann/snx-rsRobin Gloster2-0/+4016
snx-rs: init at 2.2.0
2024-06-03snx-rs: fix licenseRobin Gloster1-1/+1
2024-06-02Merge pull request #311358 from luftmensch-luftmensch/snipaste_2.9-Beta2Sandro1-0/+24
2024-05-30treewide: remove unused fetch* (and other) argumentsSigmanificient3-3/+0
2024-05-27snx-rs: init at 2.2.0Linus Heckemann2-0/+4016
2024-05-17snipaste: init at 2.9-Beta2luftmensch-luftmensch1-0/+24
2024-05-14snipe-it: 6.3.4 -> 6.4.1R. Ryantm1-3/+3
2024-05-07snapcraft: 8.2.1 -> 8.2.5R. Ryantm1-2/+2
2024-04-30Merge branch 'master' into staging-nextWeijia Wang1-2/+2
2024-04-30snapcraft: 8.2.0 -> 8.2.1R. Ryantm1-2/+2
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar3-6/+6
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-26Merge pull request #305642 from wegank/lib-version-fixWeijia Wang1-1/+1
treewide: fix version in changelog
2024-04-25snes9x: migrate to by-nameAnderson Torres1-0/+131
2024-04-21treewide: fix version in changelogWeijia Wang1-1/+1
2024-04-18snapcraft: init at 8.2.0Jon Seager5-0/+278
2024-04-15snipe-it: 6.3.3 -> 6.3.4Yaya1-3/+3
https://github.com/snipe/snipe-it/releases/tag/v6.3.4
2024-04-12Merge pull request #300050 from ianmjones/snippetexpander-1.0.2Weijia Wang4-34/+57
snippetexpander: 1.0.1 -> 1.0.2
2024-03-31sn-pro: init at 1.1.0Cole Mickens1-0/+30
2024-03-29snippetexpander: 1.0.1 -> 1.0.2Ian M. Jones4-34/+57
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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-11snipe-it: 6.3.1 -> 6.3.3Yaya1-3/+3
https://github.com/snipe/snipe-it/releases/tag/v6.3.3
2024-03-11snipe-it: Move to pkgs/by-name/Yaya1-0/+61
2024-03-09treewide: fix sourceRoot for fetchgit-based srcYueh-Shun Li1-1/+1
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the `sourceRoot` attribute passed to `stdenv.mkDerivation` should be specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is produced using `fetchgit`-based fetchers. `sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on the assumption that the `name` attribute of these pre-unpacked fetchers are always `"source"`, which is not the case. Expecting constant `name` also makes the source FODs prone to irrelevent hashes during version bumps. [1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot [2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-02-24sn0int: install shell completionsxrelkd1-0/+10
2024-02-24sn0int: migrate to by-namexrelkd1-0/+50
2024-02-06snicat: set ldflagsAaron Jheng1-10/+2
2024-02-04sniffglue: add missing `meta.mainProgram` valuexrelkd1-0/+39
2024-01-27snicat: init at 0.0.1Felix Albrigtsen2-0/+57
2023-12-18Merge pull request #269750 from ianmjones/snippetexpander-1.0.1Peder Bergebakken Sundt4-0/+244
snippetexpander: init at 1.0.1
2023-12-17snippetexpander: init at 1.0.1Ian M. Jones4-0/+244
2023-12-01snowmachine: Add sontek as maintainerJohn Anderson1-1/+1
2023-12-01snowmachine: 1.0.1 -> 2.0.1John Anderson1-0/+25
Snowmachine v2 has a few nice features like printing a christmas tree and has a more modern packaging system.
2023-11-28snekim: build with lockfileEmery Hemingway2-0/+71