Commit Graph

7 Commits

Author SHA1 Message Date
NotAShelf
2798495032
equicord: 1.10.4 -> 1.10.6 2024-11-11 02:44:31 +03:00
NotAShelf
1d35a237aa
equibop: 2.0.9 -> 2.1.1 2024-11-11 02:44:20 +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
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
Peder Bergebakken Sundt
2ec380a34d equibop: remove refs/tags/ from github release meta.changelog 2024-11-05 12:50:10 +01:00
NotAShelf
50d67ba268
equibop: init at 2.0.9 2024-10-21 07:32:59 +03:00
NotAShelf
c6df108b6a
equicord: init at 1.10.4 2024-10-21 07:32:53 +03:00