Commit Graph

78 Commits

Author SHA1 Message Date
seth
16f8f20ef4
turbo: migrate to new darwin SDK pattern
Part of #354146
2024-11-13 21:57:31 -05:00
R. Ryantm
78614e78ec tui-journal: 0.12.0 -> 0.12.1 2024-11-12 08:23:40 +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
Lyle Hanson
1c07b97d2d
tuxguitar: Update homepage URL (#353695) 2024-11-06 22:17:13 +08:00
Gaétan Lepage
b37c53dc11
tuisky: init at 0.1.3 (#353202) 2024-11-03 10:22:50 +01:00
Gaetan Lepage
477731fb05 tuisky: init at 0.1.3 2024-11-02 20:19:40 +01:00
Fabian Affolter
90d6a67760 tunnelgraf: 0.6.1 -> 0.7.2
Diff: https://github.com/denniswalker/tunnelgraf/compare/refs/tags/v0.6.1...v0.7.2

Changelog: https://github.com/denniswalker/tunnelgraf/releases/tag/v0.7.2
2024-11-02 14:05:43 +01:00
Aleksana
c0ec30015d
turbocase: init 1.8.0 (#347257) 2024-10-29 14:57:06 +08:00
Fabian Affolter
16a93552ed
tun2proxy: 0.5.4 -> 0.6.0 (#351694) 2024-10-28 09:24:03 +01:00
Fabian Affolter
22b78d5fd6 tun2proxy: add changelog to meta 2024-10-27 17:40:17 +01:00
R. Ryantm
1089c8df7a tun2proxy: 0.5.4 -> 0.6.0 2024-10-27 16:15:45 +00:00
MayNiklas
94108610fd turbocase: init 1.8.0 2024-10-27 16:36:14 +01:00
Artturin
515a969735
tuifimanager: 4.1.7 -> 5.0.0 (#349792) 2024-10-27 15:58:51 +02:00
mksafavi
30d5bb921f tun2proxy: init at 0.5.4 2024-10-25 19:12:43 +03:30
Philip Taron
eee954a451
trivial: make symlinkJoin support pname+version alone (#344645) 2024-10-23 14:09:11 -07:00
seth
a1058d32e9
turbo: 2.0.12 -> 2.2.3
Changelog: https://github.com/vercel/turborepo/releases/tag/v2.2.3
Diff: https://github.com/vercel/turborepo/compare/v2.0.12...v2.2.3
2024-10-21 19:28:57 -04:00
Sigmanificient
ad01adae67 tuifimanager: 4.1.7 -> 5.0.0 2024-10-19 16:26:17 +02:00
Doron Behar
51475bd9d3 tuxguitar: 1.5.5 -> 1.6.4; move to pkgs/by-name 2024-10-13 21:36:55 +03:00
Peder Bergebakken Sundt
0eb7e098fe turbo: don't redefine name 2024-10-12 20:41:20 +02:00
ocfox
af6c5804e5
turtle: 0.9 -> 0.10 2024-09-27 01:13:34 +08: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
Sandro
97ca40d3ca
turn-rs: init at 3.1.0 (#338928) 2024-09-19 22:53:28 +02:00
wxt
1a742a9f80 nixos/turn-rs: init 2024-09-19 07:33:51 +08:00
wxt
15c45598e2 turn-rs: init at 3.1.0 2024-09-19 07:33:50 +08:00
EdenEast
b67d0d71b2
tuxmux: 0.2.2 -> 0.2.3
Security patch to resolve CVEs:

- [CVE-2024-45305](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45305)
- [CVE-2024-45405](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45405)

[v0.2.3 Release page](https://github.com/EdenEast/tuxmux/releases/tag/v0.2.3)
2024-09-17 14:24:38 -04:00
EdenEast
62c9c0e2a0
tuxmux: change tuxmux version to correct format 2024-08-12 21:26:15 -04:00
Pol Dellaiera
110d4c7e51
Merge pull request #333505 from alyssais/tuxmux-0.2.2
tuxmux: 0.2.1 -> 0.2.2
2024-08-11 00:16:31 +02:00
seth
711d9f11ce
turbo: licenses.mpl20 -> licenses.mit
Fixes https://github.com/NixOS/nixpkgs/issues/330110
2024-08-10 02:48:45 -04:00
seth
9b39cbf646
turbo: add maintainer getchoo 2024-08-10 02:48:45 -04:00
seth
a6155fc2c3
turbo: 1.13.2 -> 2.0.12
Changelog: https://github.com/vercel/turbo/releases/tag/v2.0.12
Diff: https://github.com/vercel/turbo/compare/v1.13.2...v2.0.12
2024-08-10 02:48:44 -04:00
seth
ea48e15618
turbo: modernize
Functionally this:

- Reduces occurrences of https://github.com/NixOS/nixpkgs/issues/208242
- Improve meta-attributes
- Fixes the meta-attributes of the wrapper
- Uses the preferred binary wrapper
- Runs the version test against the wrapper to ensure flags & dlopen
  calls work
2024-08-10 02:41:00 -04:00
Alyssa Ross
8c97c28f88
tuxmux: 0.2.1 -> 0.2.2
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-09 19:44:58 +02:00
seth
43c6d9a1c1
turbo: format with nixfmt 2024-08-02 04:04:20 -04:00
seth
ccb7d30b59
turbo: migrate to by-name 2024-08-02 04:04:20 -04:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Sigmanificient
c010421875 tuifimanager: remove overuse of with lib; 2024-07-26 01:20:03 +02:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Yohann Boniface
717235bcd2
tuifimanager: 4.0.6 -> 4.1.7 (#326616) 2024-07-15 11:35:50 +05:30
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
Aleksana
c59ed56171
Merge pull request #324976 from Aleksanaa/turtle
turtle: 0.8 -> 0.9
2024-07-07 15:57:59 +08:00
aleksana
c825728795 turtle: 0.8 -> 0.9 2024-07-06 15:47:06 +08:00
Artturin
cde3f1cada treewide: Remove now unnecessary boost vars
`meson` now finds `boost` using `pkg-config`
2024-07-04 11:01:15 +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
e3a06d65ff gnome-themes-extra: Move from gnome scope to top-level
Upstream archived.
2024-07-01 08:26:49 +02: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