Commit Graph

55 Commits

Author SHA1 Message Date
R. Ryantm
e76951022d smbclient-ng: 2.1.5 -> 2.1.6 2024-10-05 13:42:42 +00:00
Masum Reza
7801f749ce
smtp4dev: 3.3.4 -> 3.6.1 (#345712) 2024-10-02 09:51:48 +05:30
Austin Horstman
fc0c0978f2
smassh: fix version test 2024-10-01 10:33:34 -05:00
Defelo
e0d4f70bef
smtp4dev: 3.3.4 -> 3.6.1 2024-10-01 16:25:14 +02:00
Austin Horstman
fe9836b27b
smassh: 3.1.5 -> 3.1.6 2024-10-01 08:25:57 -05:00
Austin Horstman
0820598d99
smassh: add maintainer kraanzu 2024-10-01 08:25:42 -05:00
Austin Horstman
ca8c9f103a
smassh: 3.1.4 -> 3.1.5 2024-10-01 08:25:41 -05:00
Austin Horstman
c15e8505e1
smassh: fix textual version 2024-10-01 08:25:41 -05:00
Fabian Affolter
158b554096
smbclient-ng: init at 2.1.5 (#344394) 2024-09-27 09:10:14 +02:00
Masum Reza
31baab142b
smtp4dev: init at 3.3.4 (#301010) 2024-09-26 17:56:01 +05:30
ruben
eacaf543ea smtp4dev: init at 3.3.4 Fix style and refs
Co-authored-by: jchv <john@jchw.io>
Co-authored-by: Felix <41747605+Defelo@users.noreply.github.com>
2024-09-25 22:02:47 +02:00
Fabian Affolter
a7ed0eade0 smbclient-ng: init at 2.1.5
Tool to interact with SMB shares

https://github.com/p0dalirius/smbclient-ng
2024-09-25 11:06:37 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Mutsuha Asada
75901da793
smatch: move to by-name 2024-09-22 22:21:39 +09:00
Stefan Frijters
e46649169e
smuxi: ensure makeWrapper is restricted to nativeBuildInputs 2024-09-13 12:01:11 +02:00
Sandro
35ff1783b7
smc-fuzzer: init at 0-unstable-2020-12-23 (#332586) 2024-09-03 22:37:41 +02:00
rucadi
098f35edef
smtp4dev: init at 3.3.4
Co-authored-by: jchv <john@jchw.io>
2024-08-21 16:05:15 +05:30
Philip Taron
e659af6d2e
smartgithg: remove with statements 2024-08-18 06:31:14 -07:00
Hraban Luyat
7dce60342b smc-fuzzer: init at 0-unstable-2020-12-23 2024-08-10 11:32:59 -04:00
R. Ryantm
fae2306ff0 smartcat: 1.3.0 -> 1.4.1 2024-08-01 06:48:55 +00:00
Pol Dellaiera
8eb972be1e
Merge pull request #330378 from Aleksanaa/smile
smile: add xdotool and wl-clipboard to wrapper path
2024-07-28 10:58:00 +02:00
AimPizza
d700c823b4 smassh: 3.1.3 -> 3.1.4 2024-07-28 00:41:49 +02:00
aleksana
70b888598e smile: add xdotool and wl-clipboard to wrapper path 2024-07-27 18:27:16 +08:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02: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
éclairevoyant
6f92eb1919
Merge pull request #320821 from lpchaim/init-smartcat
smartcat: init at 1.3.0
2024-06-22 19:58:12 +00:00
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
Lucas Chaim
97151c4213 smartcat: init at 1.3.0
Adds smartcat, a cat-like tool to interact with large language models on
the command line.
I've been looking for a minimal tool to easily work with a locally
running ollama instance, and this was a great fit so I figured I'd try my
hand at adding it to nixpkgs and maintaining it.

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-06-20 19:36:09 -03:00
R. Ryantm
890601dabf smag: 0.7.0 -> 0.8.0 2024-06-19 18:02:08 +00: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
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
Aleksana
3c179aaa72
smile: 2.9.0 → 2.9.5 (#314521) 2024-05-28 11:43:08 +00:00
Anderson Torres
93b021a440 smplayer: 23.12.0 -> 24.5.0 2024-05-22 11:51:15 -03:00
Anderson Torres
16fc9a5a65 smplayer: nixfmt 2024-05-22 11:51:15 -03:00
Anderson Torres
cb7760c205 smplayer: migrate to by-name 2024-05-22 11:51:15 -03:00
Patrizio Bekerle
36b190536d smartgithg: 23.1.2 -> 23.1.3 2024-05-13 06:20:18 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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-27 02:23:22 +02:00
Anderson Torres
37d8b499a0 smpq: refactor
- finalAttrs
- strictDeps
- no nested with
2024-04-22 23:12:54 -03:00
Anderson Torres
03d84869b0 smpq: migrate to by-name 2024-04-22 23:12:54 -03:00
AimPizza
5dccc92115 smassh: init at 3.1.3 2024-04-15 14:12:06 +02:00
Mirco Bauer
73da35e350
smuxi: init at unstable-2023-07-01 2024-03-27 08:45:34 +08: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
R. Ryantm
4aabfb40f6 smlfut: 1.2.0 -> 1.3.0 2024-03-17 09:13:55 +00:00
Weijia Wang
e6af95c683 smartgithg: 23.1.1 -> 23.1.2 2024-03-13 23:11:48 +01:00
Weijia Wang
3b421626dd smartgithg: move to pkgs/by-name 2024-03-13 23:11:19 +01:00
Lennart
bdfe47d4ab smag: init at 0.7.0 2024-02-17 03:46:10 +01:00
Robert Schütz
e0e2c98980
Merge pull request #284708 from dotlambda/smile-init
smile: init at 2.9.0
2024-02-11 18:48:30 +00:00
Adrian Pistol
881fdbcc42 smuview: init at 0.0.5-unstable-2023-04-12 2024-02-08 21:53:09 +01:00