Commit Graph

14 Commits

Author SHA1 Message Date
Chad Gregory
e218e534c4 php.extensions.pdo_sqlsrv, php.extensions.sqlsrv: fix formatting 2026-04-29 12:58:36 +00:00
Chad Gregory
89d745e6df php.extensions.pdo_sqlsrv, php.extensions.sqlsrv: 5.10.1/5.12.0 -> 5.13.0 2026-04-29 12:48:50 +00:00
quantenzitrone
2226596501 unixodbc: refactor and rename from unixODBC
rename to lowercase to fit package naming conventions
2026-02-27 10:52:14 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Maximilian Bosch
e0d61a7984 php8*Extensions.sqlsrv: 5.10.1 -> 5.12.0
ChangeLog: https://pecl.php.net/package-changelog.php?package=sqlsrv&release=5.12.0
2025-09-04 09:40:47 +02:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03: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
Pol Dellaiera
c759efa5e7 workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
R. Ryantm
4ea78aa4e4 php80Extensions.sqlsrv: 5.10.0 -> 5.10.1 2022-08-01 05:51:01 +00:00
Aaron Andersen
b8ed9b8f5c php.extensions.sqlsrv: 5.9.0 -> 5.10.0 2022-01-31 14:51:39 -05:00
Elis Hirwing
e76ccc6b27 php.extensions: Add missing meta info 2021-06-08 13:49:11 +02:00
Elis Hirwing
5ad7fb28f6 treewide/php-packages: Drop pkgs from arguments to packages 2021-02-27 11:29:20 +01:00
Aaron Andersen
807762898b php.extensions.sqlsrv: 5.8.1 -> 5.9.0 2021-01-30 18:06:53 -05:00
Elis Hirwing
a004e2ca68 phpExtensions.sqlsrv: Move to separate directory 2020-10-11 19:55:31 +02:00