summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'nixpkgs/nixos-unstable' into nixpkgs-updateAlyssa Ross2021-07-28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/graphics/hello-wayland/default.nix pkgs/applications/virtualization/cloud-hypervisor/default.nix pkgs/applications/window-managers/tinywl/default.nix pkgs/applications/window-managers/wayfire/applications.nix pkgs/applications/window-managers/wayfire/default.nix pkgs/applications/window-managers/wayfire/wcm.nix pkgs/applications/window-managers/wayfire/wf-config.nix pkgs/applications/window-managers/wayfire/wf-shell.nix pkgs/development/libraries/wlroots/default.nix pkgs/os-specific/linux/chromium-os/crosvm/default.nix pkgs/os-specific/linux/kernel/common-config.nix pkgs/os-specific/linux/kernel/patches.nix pkgs/os-specific/linux/mdevd/default.nix pkgs/os-specific/linux/s6-linux-init/default.nix pkgs/top-level/all-packages.nix
| * Merge pull request #131024 from dan4ik605743/coreaction2Sandro2021-07-27
| |\ | | | | | | coreaction: init at 4.2.0
| | * libcsys: init at 4.2.0dan4ik2021-07-22
| | |
| | * coreaction: init at 4.2.0dan4ik2021-07-22
| | |
| * | Merge pull request #131087 from dan4ik605743/coregarageSandro2021-07-27
| |\ \ | | | | | | | | coregarage: init at 4.2.0
| | * | coregarage: init at 4.2.0dan4ik2021-07-22
| | |/
| * | Merge pull request #131663 from SuperSandro2000/cleanupSandro2021-07-27
| |\ \
| | * | tiny8086: remove builder.shSandro Jäckel2021-07-27
| | | |
| * | | interactsh: init at 0.0.3 (#131201)Emile2021-07-27
| | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * | | libsigrokdecode: python3 -> python38Evils2021-07-27
| |/ / | | | | | | | | | latest release is close to 2 years old, fails to run with 3.9
| * | Merge pull request #130663 from symphorien/bitwuzlaGuillaume Girol2021-07-26
| |\ \ | | | | | | | | bitwuzla: init at unstable-2021-07-01
| | * | bitwuzla: init at unstable-2021-07-01Guillaume Girol2021-07-25
| | | |
| * | | Merge pull request #131103 from eonpatapon/hurlFabian Affolter2021-07-26
| |\ \ \ | | | | | | | | | | hurl: init at 1.2.0
| | * | | hurl: init at 1.2.0Jean-Philippe Braun2021-07-26
| | | | |
| * | | | Merge pull request #130424 from NixOS/haskell-updatessterni2021-07-26
| |\ \ \ \ | | | | | | | | | | | | haskellPackages: update stackage and hackage
| | * | | | Revert "pkgsMusl.haskell.compiler.*: use python38 to unbreak build"sternenseemann2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 36628e6e04e22a8b72ea5a07e4973670acabfca9. As it turns out this wasn't caused by the update from python 3.8 -> 3.9, but the underlying issue affects both python version (it seems that LTO is at fault currently). Will have to be fixed elsewhere, reverting.
| | * | | | Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann2021-07-26
| | |\ \ \ \
| | * | | | | pkgsMusl.haskell.compiler.*: use python38 to unbreak buildsternenseemann2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seems like python39 currently fails to build with musl as libc https://github.com/NixOS/nixpkgs/issues/131557. As a workaround, we can just build the musl GHCs using python38 like we have been in the past (the python 3.8 -> 3.9 update being a more recent development).
| | * | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-26
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge master into haskell-updatesgithub-actions[bot]2021-07-25
| | |\ \ \ \ \ \
| | * | | | | | | release-haskell: fix comment on pkgsMusl.haskellPackages(cdep)illabout2021-07-24
| | | | | | | | |
| | * | | | | | | release-haskell: move back to using accumulateDerivations for ↵(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | staticHaskellPackages
| | * | | | | | | release-haskell: add docs for removeMany and removePlatforms(cdep)illabout2021-07-24
| | | | | | | | |
| | * | | | | | | release-haskell: build a few haskell packages with musl(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is helpful to get a small cache going for people who want musl-enabled packages.
| | * | | | | | | release-haskell: stop building musl integer-simple GHCs(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integer-simple GHCs appear to be broken when linking against musl and non-static-linking.
| | * | | | | | | release-haskell: stop building aarch64 and darwin static haskell packages(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The statically-linked Haskell packages on Darwin are not currently working because libiconv is not building statically on Darwin. The statically-linked Haskell packages on aarch64 are timing out on Hydra.
| | * | | | | | | release-haskell: disable aarch64 builds from staticHaskellPackages(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These aarch64 builds appear to be timing out.
| | * | | | | | | release-haskell: move location of muslGHCs so that musl always comes before ↵(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | static This is just a small reorganization.
| | * | | | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-24
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #131067 from maralorn/hackage-package-listDennis Gosnell2021-07-23
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pkgs.haskell.package-list: init
| | | * | | | | | | | pkgs.haskell.package-list: initMalte Brandy2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces a maintainer script to upload our current list of haskell-packages to hackage.
| | * | | | | | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-23
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge pull request #130263 from sternenseemann/haskell-updates-agdaDennis Gosnell2021-07-22
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | top-level/release-haskell.nix: add agda packages and test to jobset
| | | * | | | | | | | | top-level/release-haskell.nix: add agda packages and test to jobsetsternenseemann2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the agda compiler is updated via haskellPackages.Agda, we are quite likely to cause regressions in agdaPackages when the language is changed via compiler updates. Thus we should build agdaPackages (which is very small) as part of the haskell-updates jobset and track if basic agda functionality (compiler and standard library) is working.
| * | | | | | | | | | | Merge pull request #131081 from dan4ik605743/corearchiverSandro2021-07-26
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | libarchive-qt: init at 2.0.4dan4ik2021-07-22
| | | | | | | | | | | | |
| | * | | | | | | | | | | corearchiver: init at 4.2.0dan4ik2021-07-22
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #131124 from starcraft66/assign-lb-ipSandro2021-07-26
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | assign-lb-ip: init at 2.2.0
| | * | | | | | | | | | assign-lb-ip: init at 2.2.0Tristan Gosselin-Hane2021-07-22
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #129678 from hexagonal-sun/add-bicSandro2021-07-26
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bic: init at v1.0.0Matthew Leach2021-07-22
| | | | | | | | | | | | |
| * | | | | | | | | | | | ocamlPackages.otoml: init at 0.9.0Vincent Laporte2021-07-26
| | | | | | | | | | | | |
| * | | | | | | | | | | | rubyPackages: updateMario Rodas2021-07-24
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #129908 from IvanMalison/quill-qrSandro2021-07-25
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | quill-qr: init at 0.1.0
| | * | | | | | | | | | | quill-qr: init at 0.1.0Ivan Malison2021-07-25
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #129894 from IvanMalison/addICKeysmithSandro2021-07-25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ic-keysmith: init at 1.6.0
| | * | | | | | | | | | | | ic-keysmith: init at 1.6.0Ivan Malison2021-07-25
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Revert "ocamlPackages.letsencrypt: 0.2.5 -> 0.3.0"sterni2021-07-25
| | | | | | | | | | | | |
| * | | | | | | | | | | | markets: init at 0.5.2Alyssa Ross2021-07-25
| | | | | | | | | | | | |
| * | | | | | | | | | | | tdesktop: Cleanup/refactorMichael Weiss2021-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop old/outdated comments and some reordering for consistency.