Commit Graph

94 Commits

Author SHA1 Message Date
R. Ryantm
a627dd9751 phel: 0.13.0 -> 0.16.0 2024-12-01 16:27:44 +01:00
Jenny
47dc99eace
phraze: 0.3.15 -> 0.3.17 (#359745) 2024-11-29 17:20:41 +01:00
R. Ryantm
99d776a64c phpactor: 2024.11.05.0 -> 2024.11.28.0 2024-11-28 19:57:36 +00:00
x123
134d72cd4c phraze: 0.3.15 -> 0.3.17 2024-11-28 07:35:29 +01:00
Noa Aarts
7cc6a148e8
phlare: fix build 2024-11-16 19:41:25 +01:00
Noa Aarts
7e91f38847
phlare: format using nixfmt 2024-11-16 19:34:57 +01:00
R. Ryantm
2930dad2b6 photofield: 0.17.0 -> 0.17.1 2024-11-14 22:25:01 +00:00
benaryorg
4035c1ad05
phash: compilation fixes
This includes a patch already sent upstream that fixes compilation with Werror due to a lacking return, as well as adding a linker flag to include a threaded version of a library.
The fftw3_threads part stems from cimg requiring this apparently when linking the examples:

> test_texthash.cpp:(.text.startup+0x1c1): undefined reference to `fftw_init_threads'

I wouldn't know how to patch this upstream, however other packages in nixpkgs seem to provide the LDFLAGS too.

Signed-off-by: benaryorg <binary@benary.org>
2024-11-11 16:03:07 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Zuruh
27cff30215
phpactor: 2024.06.30.0 -> 2024.11.05.0 (#354051) 2024-11-07 19:49:58 +01:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Pol Dellaiera
c32545290e
phpunit: 11.3.1 -> 11.3.6 (#344880) 2024-09-28 22:43:27 +02:00
R. Ryantm
26c47c2eea phraze: 0.3.14 -> 0.3.15 2024-09-28 08:15:35 +00:00
Patka
8df1a05b89
phpunit: 11.3.1 -> 11.3.6
Also added a simple version check test
2024-09-27 15:34:57 +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
R. Ryantm
2909bece04 photini: 2024.5.0 -> 2024.9.1 2024-09-18 20:00:09 +00:00
Daniel Ziltener
11de8096d8 Pharo: version update to 10.3.1 2024-09-17 17:24:00 +00:00
Weijia Wang
7892e04bd1
photini: fix by using pyside6 (#332006) 2024-09-09 18:42:09 +02:00
Piotr Kwiecinski
21ce51cca3
phpactor: switch to buildComposerProject2 2024-08-20 20:29:34 +02:00
Pol Dellaiera
9734fe6243
phpunit: switch to buildComposerProject2 2024-08-15 13:44:06 +02:00
R. Ryantm
6b3823cbd0 phpunit: 11.3.0 -> 11.3.1 2024-08-14 17:23:42 +00:00
Piotr Kwiecinski
67dc98c20d
phpactor: format with nixfmt-rfc-style 2024-08-12 13:57:02 +02:00
Piotr Kwiecinski
b018ad68c0
phpactor: simplify shell completion installation 2024-08-12 13:56:46 +02:00
R. Ryantm
c9cae9b4df phraze: 0.3.13 -> 0.3.14 2024-08-10 23:18:47 +00:00
Weijia Wang
73c0b5f730
Merge pull request #332100 from wegank/photoqt-bump
photoqt: 4.5 -> 4.6
2024-08-09 09:33:38 +02:00
R. Ryantm
5cd0f79b8d phpunit: 11.2.8 -> 11.3.0 2024-08-07 12:54:06 +00:00
Weijia Wang
3f272cbdea photoqt: 4.5 -> 4.6 2024-08-04 01:16:53 +02:00
Weijia Wang
0eedcb2eb0 photoqt: move to pkgs/by-name, format 2024-08-04 01:16:41 +02:00
Zebreus
349cf6ba9c photini: fix build by using pyside6
photini does not like the dev version of pyqt6 so this commit uses pyside6 instead
2024-08-03 16:34:44 +02:00
Donovan Glover
b6fdaa940f
phraze: install man page and shell completions 2024-07-31 16:24:54 -04:00
Donovan Glover
4c5f6a1636
phraze: add myself as maintainer 2024-07-31 16:24:54 -04:00
Donovan Glover
8b63ff3009
phraze: 0.3.12 -> 0.3.13 2024-07-31 16:24:54 -04:00
R. Ryantm
17698703dd phpunit: 11.2.7 -> 11.2.8 2024-07-26 19:50:11 +00:00
Peder Bergebakken Sundt
bf5e1b147d
Merge pull request #326649 from Sigmanificient/physac-fix-tag
physac: fix incorrect version
2024-07-26 01:03:27 +02:00
R. Ryantm
1f845e6ed4 phpdocumentor: 3.5.2 -> 3.5.3 2024-07-24 07:54:04 +00:00
Artturin
45a1b61e24
Merge pull request #326324 from x123/x123-phraze-auto-update
phraze: set updateScript and add passthru.tests
2024-07-19 23:33:39 +03:00
x123
08f63deadb phraze: Add updateScript and version test 2024-07-19 23:24:27 +03:00
R. Ryantm
3bad0ef67e phpunit: 11.2.6 -> 11.2.7 2024-07-16 21:51:40 +00:00
Sigmanificient
db558497e5 physac: fix incorrect version 2024-07-12 22:27:21 +02:00
Matthias Devlamynck
fb2e1920b2 phpactor: fix build
This fixes the generation of bash completion by patching the shebang of
the phpactor script before the generation is excuted.
2024-07-10 11:58:02 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Nick Cao
d18fb07934
Merge pull request #324893 from x123/x123-update-phraze
phraze: 0.3.11 -> 0.3.12
2024-07-06 11:37:41 -04:00
R. Ryantm
93539a5d99 phpunit: 11.2.5 -> 11.2.6 2024-07-05 21:45:07 +00:00
x123
bbca97b224 phraze: 0.3.11 -> 0.3.12 2024-07-05 22:54:08 +02:00
Pol Dellaiera
381a94c16d
Merge pull request #324532 from r-ryantm/auto-update/phpactor
phpactor: 2024.03.09.0 -> 2024.06.30.0
2024-07-04 13:56:16 +02:00
R. Ryantm
79aad75234 phpactor: 2024.03.09.0 -> 2024.06.30.0 2024-07-04 11:06:28 +00:00
h7x4
9f4128e00b
Merge pull request #323762 from x123/x123-add-phraze-tool
phraze: init at 0.3.11
2024-07-03 20:27:49 +02:00
x123
f2c901e294 phraze: init at 0.3.11 2024-07-03 08:03:42 +02:00
Patka
1d1635196a maintainers: remove patka 2024-07-02 01:36:56 +02:00
R. Ryantm
957a14d0cf phpdocumentor: 3.5.0 -> 3.5.2 2024-06-28 00:02:12 +00:00