1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Commit graph

1288 commits

Author SHA1 Message Date
Martin Weinelt f90cf46cb6
wyoming-openwakeword: migrate to tensorflow-bin
With Python 3.12 we don't have a working tensorflow source build, which
currently blocks usage of this package.
2024-11-16 21:50:50 +01:00
Kira Bruneau d492a0ae0f
yabridge: 5.1.0 -> 5.1.1 (#354298) 2024-11-14 16:49:41 -05: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
Kira Bruneau b79f5f98fc yabridge: 5.1.0 -> 5.1.1 2024-11-07 14:15:27 -05: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
Weijia Wang 68e9d15e95
kaldi: 0-unstable-2024-09-16 -> 0-unstable-2024-10-04 (#346862) 2024-11-02 21:25:53 +01:00
Aleksana b1dcbb96e1
mpris-scrobbler: added mainProgram (#352430) 2024-10-31 17:12:49 +08:00
michaelBelsanti d219a4877e
mpris-scrobbler: added mainProgram 2024-10-30 14:00:16 -04:00
Johannes Jöns 6531b95ebc
alsaequal: 0.6 -> 0.7.1 (#349355) 2024-10-30 14:31:43 +01:00
piegames ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Gaetan Lepage 3578804d05 whisper-ctranslate2: 0.4.5 -> 0.4.6
Diff: https://github.com/Softcatala/whisper-ctranslate2/compare/0.4.5...0.4.6

Changelog: https://github.com/Softcatala/whisper-ctranslate2/releases/tag/0.4.6
2024-10-23 09:15:38 +02:00
piegames 68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
happysalada d586a185ff wyoming-fastper-whisper: 2.1.0 -> 2.2.0 2024-10-20 14:59:07 -04:00
Artturin b88b179d26 openai-whisper-cpp: install all binaries built by default
```
whisper-cpp
whisper-cpp-bench
whisper-cpp-command
whisper-cpp-lsp
whisper-cpp-quantize
whisper-cpp-server
whisper-cpp-stream
whisper-cpp-talk-llama
```
2024-10-19 01:26:09 +03:00
Artturin 052ce831da openai-whisper-cpp: 1.7.0 -> 1.7.1
Diff: https://www.github.com/ggerganov/whisper.cpp/compare/refs/tags/v1.7.0...v1.7.1
2024-10-19 00:55:00 +03:00
Artturin 02b61c1506
openai-whisper-cpp: fix cuda build (#347975) 2024-10-19 00:50:05 +03:00
jopejoe1 ad9cfe30fa alsaequal: 0.6 -> 0.7.1 2024-10-17 21:44:58 +02:00
jopejoe1 13bf9925ac alsaequal: switch to live src 2024-10-17 21:37:25 +02:00
Al McElrath 85e42e600d openai-whisper-cpp: fix cuda build 2024-10-11 12:29:05 -07:00
github-actions[bot] b33aedbb4d
Merge master into staging-next 2024-10-07 12:05:43 +00:00
Thiago Kenji Okada 2977943aeb
treewide: move packages maintained by aaronjheng to by-name (#346765) 2024-10-07 07:38:59 +01:00
Aaron Jheng b85511ca3c
treewide: move packages maintained by aaronjheng to by-name 2024-10-07 01:15:33 +00:00
github-actions[bot] 7ab01e096c
Merge master into staging-next 2024-10-06 18:03:58 +00:00
R. Ryantm 1e59c44a7b kaldi: 0-unstable-2024-09-16 -> 0-unstable-2024-10-04 2024-10-06 11:32:00 +00:00
R. Ryantm fb93213e8c openai-whisper-cpp: 1.6.2 -> 1.7.0 2024-10-06 01:26:51 +00:00
K900 b29cb6c1f9 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-30 20:23:25 +03:00
Robert Schütz 543781083a treewide: replace passthru.optional-dependencies with optional-dependencies 2024-09-29 20:37:23 -07:00
Artturin f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +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
K900 d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
h7x4 9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
github-actions[bot] c6e4482b21
Merge staging-next into staging 2024-09-18 12:06:10 +00:00
R. Ryantm dda4598ca1 kaldi: 0-unstable-2024-07-25 -> 0-unstable-2024-09-16 2024-09-18 07:50:21 +00:00
Peder Bergebakken Sundt 8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
github-actions[bot] 3aaf0938c0
Merge staging-next into staging 2024-09-17 00:12:19 +00:00
Peder Bergebakken Sundt 2a07b65b3b
mpd-notification: add systemd to buildInputs (#293883) 2024-09-17 00:45:03 +02:00
github-actions[bot] 1c3463dc7a
Merge staging-next into staging 2024-09-16 12:06:19 +00:00
Doron Behar 823e0674ab
beets: make the autobpm plugin depend on librosa (#340185) 2024-09-16 11:38:46 +03:00
Luca Tagliavini de18194d1e beets: make the autobpm plugin depend on librosa 2024-09-15 18:46:26 +03:00
github-actions[bot] 34de158a5f
Merge staging-next into staging 2024-09-13 00:13:45 +00:00
Nick Cao 366e429f52
playerctl: enable zsh completions (#341057) 2024-09-12 19:59:43 -04:00
Weijia Wang 8ac8dd5902
kaldi: 0-unstable-2024-06-03 -> 0-unstable-2024-07-25 (#331755) 2024-09-12 23:46:35 +02:00
Anund 0097acf567 playerctl: enable zsh completions 2024-09-11 12:57:56 -06:00
github-actions[bot] 408e32a8fe
Merge staging-next into staging 2024-09-11 00:13:38 +00:00
R. Ryantm a4be0b1a83 spotdl: 4.2.7 -> 4.2.8 2024-09-10 09:27:52 +00:00
github-actions[bot] 72eab84191
Merge staging-next into staging 2024-09-09 18:07:47 +00:00
Weijia Wang 0193e5dd0d
beetsPackages.alternatives: 0.11.1 -> 0.13.0 (#328811) 2024-09-09 18:33:39 +02:00
Emily 61922738bb treewide: optimistically unpin FFmpeg 7 dependencies
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.

I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
R. Ryantm 9791555cd4 spotdl: 4.2.6 -> 4.2.7 2024-08-28 00:09:51 +00:00
Robert Schütz 935008fd75 spotdl: 4.2.5 -> 4.2.6
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.2.5...v4.2.6

Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.2.6
2024-08-25 13:33:16 -07:00