Commit Graph

58 Commits

Author SHA1 Message Date
Emily
a7174ed8cf
edencommon: add techknowlogick to maintainers
(cherry picked from commit b4b2ad6a9e)
(cherry picked from commit 993eed1c39)
2024-11-30 15:11:33 +01:00
Emily
6093af0010
edencommon: add emily to maintainers
(cherry picked from commit cd48138e8d)
(cherry picked from commit 2c059b87e6)
2024-11-30 15:11:33 +01:00
Emily
7596981f7a
edencommon: add update script
(cherry picked from commit c7b019d5f7)
(cherry picked from commit c60de83718)
2024-11-30 15:11:33 +01:00
Emily
7c00b4f021
edencommon: split outputs
(cherry picked from commit 7da9ef3eb4)
(cherry picked from commit 04f01efbf7)
2024-11-30 15:11:33 +01:00
Emily
6f34541ac8
edencommon: enable tests
(cherry picked from commit d7df60e8f4)
(cherry picked from commit 78acfbe60d)
2024-11-30 15:11:32 +01:00
Emily
9a4458eb89
edencommon: condition shared libraries on platform setting
(cherry picked from commit c8d4e11d1c)
(cherry picked from commit ec5f6a6e29)
2024-11-30 15:11:32 +01:00
Emily
2c5a6292a0
edencommon: 2024.03.11.00 -> 2024.11.18.00
Diff: https://github.com/facebookexperimental/edencommon/compare/refs/tags/v2024.03.11.00...v2024.11.18.00
(cherry picked from commit 509f33b995)
(cherry picked from commit 9884c5372e)
2024-11-30 15:11:32 +01:00
Emily
814e5bff87
edencommon: use Ninja
(cherry picked from commit 66a2ebb46d)
(cherry picked from commit d28afe0015)
2024-11-30 15:11:32 +01:00
Emily
55bf720fe3
edencommon: add explicit gflags dependency
(cherry picked from commit 2de2d0fad8)
(cherry picked from commit a51f5987f3)
2024-11-30 15:11:32 +01:00
Emily
94c9aa7d4e
edencommon: reorder inputs to match upstream file
(cherry picked from commit 7e35f7f5bb)
(cherry picked from commit 84f62d3ad3)
2024-11-30 15:11:31 +01:00
Emily
8a6656246e
edencommon: use hash
(cherry picked from commit d26d7a195e)
(cherry picked from commit 72674bb47e)
2024-11-30 15:11:31 +01:00
Emily
fafc2fc2b6
edencommon: use refs/tags/
(cherry picked from commit eb86332558)
(cherry picked from commit 563498a826)
2024-11-30 15:11:31 +01:00
Emily
2cf8a161af
edencommon: remove with lib;
(cherry picked from commit 171a5474ac)
(cherry picked from commit 7f743b988c)
2024-11-30 15:11:31 +01:00
Emily
9c19f05796
edencommon: use finalAttrs
(cherry picked from commit a825964142)
(cherry picked from commit ec2762739e)
2024-11-30 15:11:31 +01:00
Emily
20cd2e5ed0
edencommon: move to pkgs/by-name
(cherry picked from commit aa5a90ed1d)
(cherry picked from commit dec69d0e8b)
2024-11-30 15:11:31 +01:00
Martin Joerg
bef3f40f05 edk2: 202408.01 -> 202411
https://github.com/tianocore/edk2/releases/tag/edk2-stable202411
https://github.com/tianocore/edk2/compare/refs/tags/edk2-stable202408.01...refs/tags/edk2-stable202411
2024-11-24 17:32:14 +00:00
Anderson Torres
58fe14bdf9 treewide: remove AndersonTorres from some packages' meta.maintainers 2024-11-21 21:24:15 -03: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 Joerg
28404126dd edk2: 202408 -> 202408.01
https://github.com/tianocore/edk2/releases/tag/edk2-stable202408.01
https://github.com/tianocore/edk2/compare/refs/tags/edk2-stable202408...refs/tags/edk2-stable202408.01

fixes #353769
2024-11-07 07:18:36 +00:00
wxt
c495d97060
edge-runtime: 1.53.4 -> 1.60.1 2024-11-04 16:16:50 +08:00
wxt
1221b2e0da
edge-runtime: nixfmt 2024-11-04 16:16:50 +08:00
wxt
64c924e098
edge-runtime: move to by-name 2024-11-04 16:16:49 +08:00
OPNA2608
4b411e35cb edopro: Fixups
Co-authored-by: Redhawk <77415970+Redhawk18@users.noreply.github.com>
2024-11-01 16:56:12 +01:00
Redhawk
2b2950fbc0
edopro: init at 40.1.4 (#342365)
Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
2024-10-23 17:53:38 +02:00
Peder Bergebakken Sundt
463b8ced2a
eduke32: migrate to pkgs/by-name, format with nixfmt-rfc-style, 0-unstable-2024-02-17 -> 0-unstable-2024-07-26, add ion fury and fix wrappers (#311494) 2024-10-21 00:32:49 +02:00
Markus Theil
8f49652bea
edk2: use openssl 3.0 for now
Signed-off-by: Markus Theil <theil.markus@gmail.com>
Picked from PR https://github.com/NixOS/nixpkgs/pull/345998

In particular, this fixes OVMF build (a channel blocker).
https://hydra.nixos.org/build/274346247/nixlog/1/tail
2024-10-07 10:37:28 +02:00
qubitnano
435828e33c eduke32: remove mikroskeem, add qubitnano to maintainers
removal per request
2024-09-27 15:33:32 -04:00
qubitnano
daf926d0e3 eduke32: add ion fury and fix wrappers
- Add ion fury wrapper and desktop icon
- Set GRP file per wrapper so when it traverses looking for games it
will force to load the correct one
2024-09-27 15:33:32 -04:00
qubitnano
2851982424 eduke32: 0-unstable-2024-02-17 -> 0-unstable-2024-07-26 2024-09-27 15:33:32 -04:00
qubitnano
adabe50db8 eduke32: format with nixfmt-rfc-style 2024-09-27 15:33:31 -04:00
qubitnano
b0887160e4 eduke32: migrate to pkgs/by-name 2024-09-27 15:31:49 -04: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
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
sanana
79f9ec1033
edk2: add loongarch64 support
Upstream had this for some time, let's just enable building it.
2024-09-02 11:12:24 +03:00
Martin Joerg
8b47539e65 edk2: 202405 -> 202408
https://github.com/tianocore/edk2/releases/tag/edk2-stable202408
https://github.com/tianocore/edk2/compare/edk2-stable202408..edk2-stable202405
2024-08-27 15:14:52 +00:00
Martin Joerg
aea24a3839 OVMF: enable compilation using Clang
Disable -Wno-unneeded-internal-declaration causing the build to fail due to -Wall with Clang.
2024-08-27 15:14:51 +00:00
Martin Joerg
0bb9616782 edk2: 202402 -> 202405
https://github.com/tianocore/edk2/releases/tag/edk2-stable202405
https://github.com/tianocore/edk2/compare/edk2-stable202402...edk2-stable202405

Add patch to avoid stuck system (#325403).
2024-08-27 15:14:51 +00:00
Martin Joerg
ad318f1ff4 edk2: remove patch obsoleted by OpenSSL 3.0.14 2024-08-27 15:14:51 +00:00
Martin Joerg
b7a9ac40c8 edk2: propagate patches
Ensure patches to EDK II and OpenSSL are propagated to edk2.mkDerivation.
2024-08-27 15:14:51 +00:00
Martin Joerg
960e0694d9 edk2, edk2-uefi-shell, OVMF: add mjoerg as maintainer 2024-08-27 15:14:51 +00:00
Jeroen Wijenbergh
52bb7f5c57
eduvpn-client: 4.3.1 -> 4.4.0 2024-07-30 10:56:14 +02: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
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Vladimír Čunát
ad0a19f0f2
Merge #323718: ed: a huge refactor
...into staging
2024-07-20 09:46:44 +02:00
Krzysztof Nazarewski
8559b460b1 edido: init 2024-07-18 16:57:18 +03:00
Anderson Torres
79866be383 ed: a huge rewrite
- delete `edUnstable`
- migrate to `pkgs/by-name`
- strictDeps
- testVersion
- meta.mainProgram
2024-07-12 11:01:33 -03:00
Vladimír Čunát
655f80cb7c
Merge #325403: edk2: 202405 -> 202402 (downgrade) 2024-07-08 07:49:52 +02:00
Adam Stephens
30ef8b6ba9
edk2: 202405 -> 202402
Revert #321143 as nixos boot tests are hanging and timing out.

Moving unvendor to postFetch added a dependency on openssl in the source fetching, meaning an openssl change causes a hash mismatch.
2024-07-07 22:46:50 -04:00
Adam Stephens
24efbe2c36
edk2: 202402 -> 202405 2024-06-20 01:56:54 +00:00
Adam Stephens
0de2895c09
edk2: add updateScript and changelog 2024-06-19 21:54:51 -04:00