about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
Commit message (Collapse)AuthorAge
* Merge pull request #266345 from WolfangAukang/indiepass-desktopPeder Bergebakken Sundt2023-12-08
|\ | | | | indiepass-desktop: init at unstable-2023-05-19
| * indiepass-desktop: init at unstable-2023-05-19P.2023-12-07
| | | | | | | | indigenous-desktop is now indiepass-desktop
* | Revert "emacs: set 29 as default version and remove 28" (#272785)Martin Weinelt2023-12-08
| | | | | | Too many rebuilds to go to master, even if they are cheap they cause a lot of delay on nixos-unstable.
* | schildichat-{web,desktop}: remove due to lack of maintenance (#272270)Yureka2023-12-07
| |
* | Merge pull request #270558 from linj-fork/pr/default-emacs-29Lin Jian2023-12-07
|\ \ | |/ |/| emacs: set 29 as default version and remove 28
| * emacs: remove 28Lin Jian2023-11-30
| |
* | Merge pull request #266987 from linsui/ant19Peder Bergebakken Sundt2023-12-07
|\ \ | | | | | | apacheAnt_1_9: remove
| * | apacheAnt_1_9: removelinsui2023-11-12
| | |
* | | Merge pull request #270301 from atorres1985-contrib/arcanPeder Bergebakken Sundt2023-12-06
|\ \ \ | | | | | | | | Arcan updates
| * | | arcanPackages: removeAnderson Torres2023-12-05
| | | |
* | | | gotktrix: dropChuang Zhu2023-12-06
|/ / /
* | | Merge pull request #272063 from SomeoneSerge/fix/cuda-upkeepConnor Baker2023-12-05
|\ \ \ | | | | | | | | cudaPackages: drop some runfile dependencies and fix a few builds
| * | | nvidia-thrust: rm as deprecatedSomeone Serge2023-12-04
| | | | | | | | | | | | | | | | | | | | The GitHub repo has been archived, the new thing is [cccl](https://github.com/nvidia/cccl)
* | | | Merge pull request #270650 from sheepforce/quantum-espressomarkuskowa2023-12-05
|\ \ \ \ | | | | | | | | | | quantum-espresso: 6.6 -> 7.2
| * | | | quantum-espresso: 6.6 -> 7.2Phillip Seeber2023-12-04
| |/ / /
* | | | Merge pull request #268735 from aaronjheng/nix-template-rpmWeijia Wang2023-12-05
|\ \ \ \ | | | | | | | | | | nix-template-rpm: remove
| * | | | nix-template-rpm: removeAaron Jheng2023-11-20
| | | | |
* | | | | llvmPackages_7: remove at 7.1.0sternenseemann2023-12-04
| |/ / / |/| | |
* | | | Merge pull request #267049 from justinas/justinas/remove-teleport-11Robert Scott2023-12-01
|\ \ \ \ | | | | | | | | | | teleport_11: remove
| * | | | teleport_11: removeJustinas Stankevicius2023-11-27
| | |/ / | |/| |
* | | | certmgr: 1.6.4 -> 3.0.3, migrate to buildGoModule and by-namePeder Bergebakken Sundt2023-11-30
| |_|/ |/| |
* | | moonlander: dropAzat Bahawi2023-11-27
| | |
* | | mirage-im: dropPatka2023-11-26
| | |
* | | ue4: removeajs1242023-11-26
| | | | | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/issues/17162 has been broken for years
* | | Merge pull request #269966 from patka-123/drop-quviMaciej Krüger2023-11-26
|\ \ \ | | | | | | | | quvi: drop
| * | | quvi: dropPatka2023-11-25
| | | |
* | | | fractal: 4.4.2 -> 5linsui2023-11-26
|/ / /
* | | Merge pull request #266456 from onemoresuza/harePeder Bergebakken Sundt2023-11-24
|\ \ \ | | | | | | | | hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 -> unstable-2023-10-23
| * | | hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 ↵Gustavo Coutinho de Souza2023-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> unstable-2023-10-23 And also the following refactoring: hare: 1. Replace `NIX_BUILD_TOP` usage with `mktemp` 2. Enable parallel building 3. Get rid of `config-template.mk`, by using `makeFlagsArray` instead 4. Move `wrapProgram` call to `postFixup` 5. Set the `LOCALVER` environment variable to `nix`, so that the `hare version` command outputs `dev-nix`[1] 6. Set `meta` attribute `mainProgram` 7. Make the package accessible through `all-packages.nix` instead of `aliases.nix` 8. Move package path from `pkgs/development/compilers/hare/hare` to `pkgs/development/compilers/hare`, since the scope is now made at `pkgs/top-level/hare-packages.nix` harec: 1. Remove `hardeningDisable = [ "fortify" ];`, since both harec and hare compile normally with it enabled 2. Enable parallel building 3. Set `meta` attribute `mainProgram` 4. Make the package accessible through `all-packages.nix` instead of `aliases.nix` 5. Move package path from `pkgs/development/compilers/hare/harec` to `pkgs/development/compilers/harec`, since the scope is now made at `pkgs/top-level/hare-packages.nix` harePackages: 1. Move hare packages scope from `pkgs/development/compilers/hare/default.nix` to `pkgs/top-level/hare-packages.nix` 2. Remove `hare` and `harec` from `aliases.nix`, moving them to `all-packages.nix` 3. Change the `callPackage` argument in `all-packages.nix` from `../development/compilers/hare` to `./hare-packages.nix` [1]: https://git.sr.ht/~sircmpwn/hare/tree/1048620a7a25134db370bf24736efff1ffcb2483/item/scripts/version#L2 Co-authored-by: starzation <nixpkgs@starzation.net>
* | | | wio: init at unstable-2023-05-28Anderson Torres2023-11-23
| | | | | | | | | | | | | | | | A resurrection.
* | | | Merge pull request #267521 from helsinki-systems/upd/mariadbRobert Scott2023-11-19
|\ \ \ \ | | | | | | | | | | mariadb: updates
| * | | | mariadb_1010: removeajs1242023-11-14
| | | | |
* | | | | Merge pull request #264358 from RaitoBezarius/drop-nodejsRyan Lahfa2023-11-17
|\ \ \ \ \
| * | | | | code-server: dropRaito Bezarius2023-11-17
| | | | | | | | | | | | | | | | | | | | | | | | Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18.
| * | | | | kibana7: dropRaito Bezarius2023-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on EOL software and no maintenance has been attempted to change this after a ping (https://github.com/NixOS/nixpkgs/issues/259178) Feel free to adopt and re-introduce if you care about this software. This will probably seriously hamper ELK usability in nixpkgs, but as it receives no maintenance…
| * | | | | nodejs_16: dropRaito Bezarius2023-11-17
| | | | | | | | | | | | | | | | | | | | | | | | Security support EOLed 1 month ago.
| * | | | | nodejs_14: dropRaito Bezarius2023-11-17
| | |_|_|/ | |/| | | | | | | | | | | | | Security support EOLed 6 months ago.
* / | | | llvmPackages_5: dropRaito Bezarius2023-11-17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | While using very old compilers is a fair usecase, it induces a maintenance churn as we collect more and more LLVM versions for the LLVM maintainers. Especially when we need to backport uniform changes to the whole tree, furthermore, it consumes and waste CI resources.
* | | | Merge branch 'master' into staging-nextVladimír Čunát2023-11-15
|\ \ \ \
| * | | | alsa-project: migrate to by-nameAnderson Torres2023-11-14
| |/ / /
* | | | Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel2023-11-13
|\| | |
| * | | AusweisApp2: 1.26.7 -> 2.0.1Fabian Möller2023-11-13
| | | |
| * | | grab-site: removenatsukium2023-11-12
| | |/ | |/| | | | | | | grab-site has been removed because it's unmaintained and broken
* | | Merge master into staging-nextgithub-actions[bot]2023-11-11
|\| |
| * | Merge pull request #266747 from NickCao/clashNick Cao2023-11-11
| |\ \ | | | | | | | | clash: drop as upstream has gone
| | * | clash: drop as upstream has goneNick Cao2023-11-10
| | |/
* | | Merge master into staging-nextgithub-actions[bot]2023-11-11
|\| |
| * | Merge pull request #266507 from WolfangAukang/binance-dropOTABI Tomoya2023-11-11
| |\ \ | | | | | | | | binance: remove
| | * | binance: removeP. R. d. O.2023-11-09
| | |/
* | | Merge master into staging-nextgithub-actions[bot]2023-11-11
|\| |