about summary refs log tree commit diff
path: root/doc/languages-frameworks
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16Merge pull request #315233 from numinit/android-studio-fullPol Dellaiera1-49/+73
android-studio-full: init
2024-06-14Merge pull request #319624 from flokli/rust-configIlan Joselevich1-7/+7
config.rust: update references from rustc
2024-06-13config.rust: update references from rustcFlorian Klink1-7/+7
`rustc.config` is called `rust.rustcTarget` now, and `{rustc -> rust}.platform`. This is the new way (tm), and is preferred since https://github.com/NixOS/nixpkgs/pull/271707 - though the documentation still is outdated, and some expressions in nixpkgs were using the old interface. This updates both.
2024-06-13doc/haskell: Dedup and edit justStaticExecutablesRobert Hensing1-2/+4
Make sure all relevant info is in the user manual and avoid duplication of efforts, or things going out of sync.
2024-06-11Merge pull request #316591 from natsukium/python-docs/updateOTABI Tomoya1-49/+62
doc/languages-frameworks/python: update
2024-06-07Merge master into haskell-updatesgithub-actions[bot]3-0/+119
2024-06-06Merge pull request #295155 from onemoresuza/hare-hookPeder Bergebakken Sundt2-0/+54
hareHook: init
2024-06-06Merge pull request #290715 from Scrumplex/pkgs/build-support/fetchPnpmDepsDoron Behar1-0/+65
pnpm.fetchDeps: init
2024-06-06Merge master into haskell-updatesgithub-actions[bot]1-1/+3
2024-06-05Merge pull request #316144 from Aleksanaa/flutter-appsMaciej Krüger1-1/+3
{yubioath-flutter, flet-client-flutter, fluffychat}: pin to flutter 3.19
2024-06-04doc/hare: initCoutinho de Souza2-0/+54
2024-06-03{doc/android,release-notes}: update android-studio and androidenvMorgan Jones1-49/+73
2024-06-04doc/languages-frameworks/python: update contributing sectionnatsukium1-1/+16
2024-06-04doc/languages-frameworks/python: adjust expression to explanationnatsukium1-3/+2
2024-06-04doc/languages-frameworks/python: normalize pname and add descriptionnatsukium1-2/+3
2024-06-04doc/languages-frameworks/python: fix typonatsukium1-1/+1
2024-06-04doc/languages-frameworks/python: add extra information for pythonRelaxDepsHooknatsukium1-0/+2
2024-06-04doc/languages-frameworks/python: clean up build-systemnatsukium1-12/+3
add setuptools explicitly and remove wheel
2024-06-04doc/languages-frameworks/python: disable check explicitly and add ↵natsukium1-0/+10
pythonImportsCheck
2024-06-04doc/languages-frameworks/python: update the description for testsnatsukium1-19/+20
2024-06-03doc/javascript: pnpm: mention lack of monorepos/workspaces supportDoron Behar1-0/+2
2024-06-02pnpm.fetchDeps: initSefa Eyeoglu1-0/+63
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-02doc/languages-frameworks/python: update the description for pypa ↵natsukium1-11/+5
builder/instller
2024-05-31doc/dart: require to specify flutter versionaleksana1-1/+3
Context: @FlafyDev: I think flutter apps in nixpkgs should be required to specify a flutter version. like flutter319 and flutter322 instead of using flutter. https://github.com/NixOS/nixpkgs/pull/313711
2024-05-31Merge master into haskell-updatessternenseemann1-4/+2
2024-05-30doc/languages-frameworks/nim: fix buildNimPackage exampleEmery Hemingway1-1/+1
fix #287355
2024-05-30nimOverrides: do not pass final attrset to override funcsEmery Hemingway1-3/+1
The final attrset is not used by any of the overrides and presents a infinite recursion hazard. Performance of buildNimPackage is improved.
2024-05-27haskell.lib.compose.justStaticExecutables: Forbid references to GHCRebecca Turner1-8/+53
This makes `justStaticExecutables` error if the produced store path contains references to GHC. This is almost always erroneous and due to the generated `Paths_*` module being imported. This helps prevent `justStaticExecutables` from producing binaries with closure sizes in the gigabytes. See: https://github.com/NixOS/nixpkgs/issues/164630 Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2024-05-23Merge pull request #313514 from tie/dotnet-cross-splitDavid McFarland1-1/+0
buildDotnetModule: fix cross-compilation and remove dotnet-test-sdk
2024-05-23doc: autogenerate python interpreter table (#313408)Alejandro Sánchez Medina1-10/+1
* doc: autogenerate python interpreter table This serves as a practical example on generating documentation by inspection of the evaluated Nixpkgs tree. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-05-22buildDotnetModule: fix cross-compilation and remove dotnet-test-sdkIvan Trubach1-1/+0
This change fixes cross-compilation for .NET packages (that are not using .sln as project files). See relevant comment in the change list for more details. In addition to that, it removes dotnet-test-sdk that appears to be broken, that is, dotnet --list-sdks does not recognize SDKs from PATH, and when propagated from the check hook it was shadowed by inputs from preceding hooks. Note that dotnet-test-sdk used to work when it was introduced in PR 144062, but PR 155257 probably overlooked this case. However, currently it is not used in Nixpkgs and I think dotnetCorePackages.combinePackages should cover the intended use case for dotnet-test-sdk.
2024-05-10Merge master into haskell-updatesgithub-actions[bot]1-1/+1
2024-05-09callCabal2nixWithOptions: add srcModifier argumentArmando Ramirez1-7/+65
Fixes #256769 Repro + test of fix here: https://gitlab.com/ramirez7/bug-repros/-/merge_requests/1 Adds a `srcModifier` argument to `callCabal2nixWithOptions` to allow customizing the source files used to generate the cabal file (e.g. to support `hpack`/`package.yaml`).
2024-05-09doc/go: Update url for module documentationFlorian Engel1-1/+1
The old wiki is deprecated
2024-05-03Merge #307770: add optional version check in `testers.hasPkgConfigModules`nicoo1-4/+8
2024-05-01Merge branch 'master' into staging-nextK9001-3/+3
2024-05-01Merge pull request #308019 from bobby285271/upd/homepageBobby Rong1-3/+3
treewide: Move away from wiki.gnome.org (part 1)
2024-04-30doc: Mention `testers.hasPkgConfigModules` and its `versionCheck` parameter ↵nicoo1-4/+8
in the appropriate section
2024-05-01treewide: Move away from wiki.gnome.org/ProjectsBobby Rong1-3/+3
The wiki.gnome.org site is planned for retirement.
2024-04-28Merge branch 'master' into staging-nextJan Tojnar1-4/+0
2024-04-28Removing FRidh as active maintainer of packagesFrederik Rietdijk1-4/+0
In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was.
2024-04-27doc/gnome: fix manualWeijia Wang1-1/+1
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27wrapGAppsHook3: rename from wrapGAppsHookJan Tojnar1-2/+2
GTK 3 is slowly approaching deprecation so let’s not make it default.
2024-04-27doc/gnome: Use `wrapGApps*` hook for referring to the hook familyJan Tojnar1-10/+10
2024-04-27doc/gnome: equalize wrapGAppsHook4 with wrapGAppsHookJan Tojnar1-2/+6
In preparation for renaming wrapGAppsHook to wrapGAppsHook3.
2024-04-27Revert "doc/gnome: make wrapGAppsHook4 more discoverable"Jan Tojnar1-4/+2
We will bring the GTK 3 version to a more equal standing compared to the GTK 4 one in the next commit. This reverts commit 9f90c73360f90784ffe1cc1f8a2d74cc4ca0e83d.
2024-04-23docs/cuda: remove last references to cudaPackages.autoAddDriverRunpathJonathan Ringer1-1/+1
2024-04-14Merge master into staging-nextgithub-actions[bot]1-0/+1
2024-04-14Merge pull request #301928 from nevivurn/feat/gomod-workvendorSandro1-0/+1
buildGoModule: vendorHash fixes for proxyVendor and Go 1.22