about summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge staging-next into staginggithub-actions[bot]2022-10-03
|\
| * Merge master into staging-nextgithub-actions[bot]2022-10-03
| |\
| | * pkgs/top-level: convert to MD option docspennae2022-10-03
| | |
| | * linux/6.0: initK9002022-10-03
| | |
| | * Merge pull request #194119 from IvarWithoutBones/remove-apple-musicdavidak2022-10-03
| | |\ | | | | | | | | apple-music-electron: remove
| | | * apple-music-electron: removeIvar Scholten2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This project has reached its end of life, the repository is marked as an archive. Its recommanded to use the already packaged `cider` instead. Fixes #193593
| | * | php: enable `imap` extension by defaultPol Dellaiera2022-10-03
| | | |
| | * | Merge pull request #194078 from fabaff/ibeacon-ble-bumpFabian Affolter2022-10-03
| | |\ \ | | | | | | | | | | python310Packages.ibeacon-ble: init at 0.7.3, python310Packages.kegtron-ble: init at 0.4.0
| | | * | python310Packages.kegtron-ble: init at 0.4.0Fabian Affolter2022-10-02
| | | | |
| | | * | python310Packages.ibeacon-ble: init at 0.7.3Fabian Affolter2022-10-02
| | | | |
* | | | | Merge pull request #194123 from hraban/sbcl-refactor-include7c6f434c2022-10-03
|\ \ \ \ \ | | | | | | | | | | | | sbcl: refactor separate 2.*.nix into single file
| * | | | | sbcl: refactor separate 2.*.nix into single fileHraban Luyat2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired by scala’s 2.x.nix, a bit lower in the same all-packages.nix file, I have combined all the separate SBCL build declarations into a single 2.x.nix file which you can call with the version as an argument. Benefits: - Less clutter in the filesystem - Less indirection - Cleaner overview of available versions This yields no rebuilds on my machine.
* | | | | | Merge staging-next into staginggithub-actions[bot]2022-10-03
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge master into staging-nextgithub-actions[bot]2022-10-03
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | safe: unpin go1.17Aaron Jheng2022-10-03
| | | | | |
| | * | | | gophernotes: unpin go1.17Aaron Jheng2022-10-03
| | | | | |
* | | | | | Merge staging-next into staginggithub-actions[bot]2022-10-03
|\| | | | | | |_|/ / / |/| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2022-10-03
| |\| | |
| | * | | Merge pull request #192804 from lukegb/ntfyLuke Granger-Brown2022-10-02
| | |\ \ \ | | | |_|/ | | |/| | ntfy: fix on Darwin
| | | * | ntfy: add options to turn off optional featuresLuke Granger-Brown2022-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This splits out the things which are ntfy optional dependencies so that they can be disabled - in particular, sleekxmpp is broken on Darwin and because of the way the package is designed at the moment it isn't possible to turn it off. This also allows you to use newer or older python interpreters without overriding e.g. "python39" to actually mean python310.
* | | | | Merge pull request #193991 from hraban/sbcl-2.2.97c6f434c2022-10-02
|\ \ \ \ \ | | | | | | | | | | | | sbcl: 2.2.6 -> 2.2.9
| * | | | | sbcl: 2.2.6 -> 2.2.9Hraban Luyat2022-10-02
| |/ / / /
* | | | | Merge pull request #194100 from mweinelt/python-fixesMartin Weinelt2022-10-02
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | python3Packages.behave: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and expose top-level attribute.
| * | | | python3Packages.python-manilaclient: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and expose a top-level attribute.
| * | | | python3Packages.jsbeautifier: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and expose as top-level attribute.
| * | | | python3Packages.codespell: Migrate out of python package setMartin Weinelt2022-10-02
| | | | |
| * | | | python3Packages.ironicclient: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and expose as ironicclient top-level attribute.
| * | | | gigalixir: Migrate out of python package setMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | This is a CLI client and not a library and as such it has no place in the python package set.
| * | | | phonemizer: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | and add a top-level attribute. The package is broken and needs an updated patch, but that does not mean this change is wrong.
| * | | | notifymuch: Migrate out of python package setMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | It's an application with no visible library surface, so it has no place in the python package set.
| * | | | python3Packages.griffe: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and expose griffe as top-level attribute.
| * | | | python3Packages.pypass: Add top-level attributeMartin Weinelt2022-10-02
| | | | |
| * | | | mutmut: Migrate out of python package setMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | Does not provide a library interface that could be imported and as such has no place within the python package set.
| * | | | python3Packages.gprof2dot: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and expose as top-level attribute.
| * | | | poetry2conda: Migrate out of python package setMartin Weinelt2022-10-02
| | | | |
| * | | | python3Packages.python-glanceclient: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and add a top-level attribute.
| * | | | rfc-bibtex: Migrate out of python3PackagesMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a commandline tool, that does not advertise itself as as consumable library, so it does not belong into the python package set. Also fetch from git, so we can enable the tests.
| * | | | python3Packages.filecheck: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | Build using poetry-core, enabled tests, expose as top-level attribute.
| * | | | python3Packages.python-heatclient: Use buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | and expose as top-level attribute.
| * | | | python3Packages.mypy-protobuf: Build using buildPythonPackageMartin Weinelt2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | Reformat, tried to enable tests but we miss a dependency, added pythonImportsCheck. Added top-level attribute to expose executables.
* | | | | Merge master into staging-nextgithub-actions[bot]2022-10-02
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #193795 from figsoda/fblogfigsoda2022-10-02
| |\ \ \ \ | | | | | | | | | | | | fblog: init at 4.1.0
| | * | | | fblog: init at 4.1.0figsoda2022-09-30
| | | | | |
| * | | | | Merge pull request #193785 from figsoda/lazyclifigsoda2022-10-02
| |\ \ \ \ \ | | | | | | | | | | | | | | lazycli: init at 0.1.15
| | * | | | | lazycli: init at 0.1.15figsoda2022-09-30
| | |/ / / /
| * | | | | Merge pull request #194044 from trofi/xlibsWrapper-top-level-onlySandro2022-10-02
| |\ \ \ \ \
| | * | | | | xorg: remove xlibsWrapper attribute, use top-level one insteadSergei Trofimovich2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I noticed this attribute when tried to override `xorg` scope via overlay: final: prev { xorg = prev.xorg.overrideScope' (f: p: { libXfont2 = p.libXfont2.overrideAttrs (oa: { patches = (oa.patches or []) ++ [ ../libXfont2/nofollow.patch ]; }); }) // { inherit (prev) xlibsWrapper; }; } As a result I got unexpected `pulseaudio` build failures: $ nix build --no-link -f. pulseaudio error: attribute 'xlibsWrapper' missing at pkgs/servers/pulseaudio/default.nix:79:37: 78| ++ lib.optional jackaudioSupport libjack2 79| ++ lib.optionals x11Support [ xorg.xlibsWrapper xorg.libXtst xorg.libXi ] | ^ 80| ++ lib.optional useSystemd systemd Previous changes in this branch remove references to xorg.xlibsWrapper in favour of xlibsWrapper. Let's remove injection of this attribute into `xorg.
| * | | | | | Merge pull request #194058: Disable checkMeta by default againpiegames2022-10-02
| |\ \ \ \ \ \
| | * | | | | | Disable checkMeta by default again.Profpatsch2022-10-02
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused too many downstream projects to break, so we are reverting this change for now, until further transition fixes are in place. See discussion in https://github.com/NixOS/nixpkgs/pull/191171 This reverts part of 6762de9a28e248f46bd0810e03c9666289de8e1d