Masum Reza
c0451e3638
autofs: enable NIS support ( #350538 )
2024-11-21 14:33:36 +05:30
Tobias Berger
ed59aeca78
audiobookshelf: 2.16.2 -> 2.17.1
2024-11-18 20:47:09 +01:00
Nick Cao
a2e0485067
automatic-timezoned: 2.0.34 -> 2.0.38 ( #355479 )
2024-11-15 09:11:52 -05:00
github-actions[bot]
b3a71c7e0d
Merge master into staging-next
2024-11-13 18:04:17 +00:00
github-actions[bot]
50eb4d03f7
Merge master into staging-next
2024-11-13 06:04:52 +00:00
Austin Horstman
9ce28cbd7e
autoraise: fix darwin
...
Private frameworks need to be injected through a new hook. This requires
configuration for the hook to be activated.
2024-11-12 19:16:43 -06:00
Austin Horstman
77467888ce
audiobookshelf: 2.16.1 -> 2.16.2 ( #354188 )
2024-11-12 18:42:51 -06:00
R. Ryantm
383242a101
automatic-timezoned: 2.0.34 -> 2.0.38
2024-11-12 17:55:00 +00:00
BarrOff
98df2b0a67
autofs5: enable NIS support
...
The current package does not support reading NIS maps of autofs
templates. Adding the libnsl.dev package to buildInputs lets the
configure script detect rpcsvc/ypclnt.h which enables support for NIS.
2024-11-10 19:03:15 +01:00
Emily
ce788776a5
Merge master into staging-next
2024-11-09 12:51:01 +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
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-08 18:40:48 +01:00
jopejoe1
9deddb4eb1
authentik: move inlined python modules to the standard python modules ( #338629 )
2024-11-08 14:03:11 +01:00
CaptainEureka
b32690dd8b
audiobookshelf: 2.16.1 -> 2.16.2
2024-11-07 10:45:45 +01:00
adisbladis
687371ab28
auto-patchelf: Don't use buildPythonApplication
...
https://github.com/NixOS/nixpkgs/pull/340162 introduced `autoPatchelfHook` as it's own top-level attribute.
This also made it use the Nixpkgs Python build infrastructure, which relies on dependency propagation, leaking Python as a dependency into many builds erroneously.
This change uses a `withPackages` constructed environment instead, and manually patches the script shebangs, not triggering the `buildPython*` dependency propagation mechanism
2024-11-03 03:44:26 +00:00
Weijia Wang
8c416bc8b8
audacity: migrate to apple-sdk_11
2024-10-31 11:03:47 +01:00
R. Ryantm
d7f8e5b19d
audacity: 3.6.4 -> 3.7.0
2024-10-31 10:28:38 +01:00
Aleksana
e01ec8dd98
audible-cli: Specify version regex ( #347470 )
2024-10-31 17:23:07 +08:00
Emily
f2ec87281b
auto-patchelf: rename source directory to avoid rebuilds
2024-10-31 00:44:39 +00:00
Emily
7402e574c9
auto-patchelf: avoid filesets
...
The use of filesets triggers the same Nix evaluation bug as in
e4b8a0a243
, which broke the installer
tests again.
2024-10-30 23:12:37 +00:00
github-actions[bot]
09d8c7ec2f
Merge master into staging-next
2024-10-29 18:04:32 +00:00
Adam Stephens
35071f05d2
audiobookshelf: 2.16.0 -> 2.16.1
...
https://github.com/advplyr/audiobookshelf/releases/tag/v2.16.1
2024-10-29 08:55:40 -04:00
github-actions[bot]
eb0f257925
Merge master into staging-next
2024-10-29 00:14:34 +00:00
Adam C. Stephens
c19ae194f9
audiobookshelf: 2.15.1 -> 2.16.0 ( #351934 )
2024-10-28 17:39:42 -04:00
Rick van Schijndel
d7216383a5
auto-cpufreq: getent in propagatedBuildInputs ( #350511 )
2024-10-28 21:33:57 +01:00
K900
0c45a8b5c4
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 21:46:13 +03:00
Adam Stephens
e706c31942
audiobookshelf: 2.15.1 -> 2.16.0
2024-10-28 16:26:14 +00:00
Nick Hu
0595d469c7
autoraise: init at 5.3 ( #349777 )
...
* autoraise: init at 5.3
* Update pkgs/by-name/au/autoraise/package.nix
Co-authored-by: ジムワルド <96021122+zimward@users.noreply.github.com>
---------
Co-authored-by: ジムワルド <96021122+zimward@users.noreply.github.com>
2024-10-28 14:35:04 +00:00
Robert James Hernandez
ec876e54f8
auto-cpufreq: getent in propagatedBuildInputs
...
The auto-cpufreq daemon leverage getent to locate the users homedir.
2024-10-22 16:11:13 +00:00
github-actions[bot]
f2d7c5202d
Merge master into staging-next
2024-10-21 18:04:46 +00:00
Adam C. Stephens
04ffa382ab
audiobookshelf: 2.15.0 -> 2.15.1 ( #349688 )
2024-10-21 12:53:14 -04:00
github-actions[bot]
8164a7aa6d
Merge master into staging-next
2024-10-21 00:14:52 +00:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes
2024-10-19 23:50:41 +02:00
Adam Stephens
56ec5e83a4
audiobookshelf: 2.15.0 -> 2.15.1
...
https://github.com/advplyr/audiobookshelf/releases/tag/v2.15.1
2024-10-18 23:52:34 -04:00
github-actions[bot]
2c176e14b1
Merge master into staging-next
2024-10-18 18:04:25 +00:00
FliegendeWurst
9c2f72fc58
auto-cpufreq: copy icon to correct location
2024-10-18 14:49:02 +02:00
github-actions[bot]
05ae933cd6
Merge master into staging-next
2024-10-16 12:05:34 +00:00
Heitor Augusto
0c8d09f274
audacity: remove with lib
from meta and rec
2024-10-15 16:07:22 -03:00
Heitor Augusto
0ee4e13f4b
audacity: format with nixfmt-rfc-style
2024-10-15 16:00:27 -03:00
Heitor Augusto
a47f07a48a
audacity: move to by-name
2024-10-15 15:59:37 -03:00
github-actions[bot]
873f258025
Merge staging-next into staging
2024-10-14 18:04:57 +00:00
Martin Joerg
f7d8c85ec2
audiobookshelf: enable nusqlite3 extension
2024-10-14 12:51:55 +00:00
Martin Joerg
6e69d78987
audiobookshelf: 2.14.0 -> 2.15.0
...
https://github.com/advplyr/audiobookshelf/releases/tag/v2.15.0
https://github.com/advplyr/audiobookshelf/compare/refs/tags/v2.14.0...refs/tags/v2.15.0
2024-10-14 12:51:55 +00:00
github-actions[bot]
55382a65b9
Merge staging-next into staging
2024-10-14 06:05:43 +00:00
Robert Schütz
1b445bb575
python312Packages.icalendar: 5.0.13 -> 6.0.0 ( #328227 )
2024-10-13 20:29:14 -07:00
Robert Schütz
b23d5f6129
autosuspend: 7.0.1 -> 7.0.2
...
Diff: https://github.com/languitar/autosuspend/compare/refs/tags/v7.0.1...v7.0.2
Changelog: https://github.com/languitar/autosuspend/releases/tag/v7.0.2
2024-10-13 18:46:39 -07:00
github-actions[bot]
bf97df9c1c
Merge staging-next into staging
2024-10-13 00:15:51 +00:00
Adam Stephens
1b0fea21df
audiobookshelf: 2.13.4 -> 2.14.0
2024-10-10 13:33:13 +00:00
Emily
e694240f77
Merge staging-next into staging
2024-10-10 01:23:52 +01:00
Jan van Brügge
bab8ba019f
audible-cli: Specify version regex
...
Otherwise r-ryantm keeps opening PRs for beta versions, like https://github.com/NixOS/nixpkgs/pull/347057
2024-10-09 13:16:18 +01:00