summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2020-04-24ghc: drop 8.8.1Gabor Greif
2020-04-23Merge master into staging-nextFrederik Rietdijk
2020-04-22Merge pull request #85799 from matthewbauer/blas-lapack-expand-docsBenjamin Hipple
BLAS/LAPACK fixup and expand docs
2020-04-22doc/using/overlays.xml: update LD_LIBRARY_PATH exampleBenjamin Hipple
2020-04-22doc/overlays.xml: fix missing documentation for blas/lapackMatthew Bauer
This adds some more information to the documentation as well as addressing review from https://github.com/NixOS/nixpkgs/pull/85636.
2020-04-21Merge master into staging-nextFrederik Rietdijk
2020-04-21Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888Frederik Rietdijk
BLAS/LAPACK fix fallout from #83888
2020-04-21doc/overlays.xml: update documentation for BLAS/LAPACKMatthew Bauer
This expands the documentation and explains how to assert LP64.
2020-04-21Merge staging-next into stagingFrederik Rietdijk
2020-04-21doc/texlive: remove known problems sectionDmitry Kalinkin
Couple items are outdated. Also they don't belong to documentation - should go to the issue tracker instead.
2020-04-20doc/overlays.xml: add information on BLAS/LAPACK switchingMatthew Bauer
2020-04-18Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson
2020-04-18treewide: per RFC45, remove more unquoted URLsPavol Rusnak
2020-04-17Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson
2020-04-17ghcHEAD: bump to 8.11.20200403 (#84217)Gabor Greif
* ghcHEAD: bump to 8.11.20200403 * ghcHead: reduce diff vs. 8.10.1 dontAddExtraLibs was removed by accident (IMO) in ea19a8ed1e3 * ghcHEAD: add ability to use system libffi - enable nixpkgs' libffi - minimise diffs against 8.10.1 - remove patching * remove configure warning about --with-curses-includes configure: WARNING: unrecognized options: --with-curses-includes
2020-04-16Merge branch 'staging-next' into stagingJan Tojnar
2020-04-12setup.sh: add dontPatchworldofpeace
Fixes #85038
2020-04-06doc/stdenv: Update default for stripDebugList.Greg Price
This has changed a few times from 2008 to 2012: cdc74e167, d9213df2c, and 095db9fe3.
2020-04-06patchelf: Fix homepage URLJakub Kądziołka
Since this commit on nixos-homepage, the homepage was 404-ing: https://github.com/NixOS/nixos-homepage/commit/179733c176c1f625bb18d4eba38480b888471a7a
2020-04-05Merge pull request #83896 from etu/slim-down-default-php-v3Elis Hirwing
PHP: Make the default package more sane [v3]
2020-04-05php: Add enabledExtensions attribute to PHP derivationstalyz
This provides a means to build a PHP package based on a list of extensions from another. For example, to generate a package with all default extensions enabled, except opcache, but with ImageMagick: php.withExtensions (e: (lib.filter (e: e != php.extensions.opcache) php.enabledExtensions) ++ [ e.imagick ])
2020-04-05php: Document withExtensions + general improvementstalyz
2020-04-05php: split php.packages to php.packages and php.extensionsElis Hirwing
So now we have only packages for human interaction in php.packages and only extensions in php.extensions. With this php.packages.exts have been merged into the same attribute set as all the other extensions to make it flat and nice. The nextcloud module have been updated to reflect this change as well as the documentation.
2020-04-05doc/php: Add initial documentation for PHPElis Hirwing
2020-04-05Merge pull request #82118 from lucafavatella/androidenv-update-2Sander van der Burg
androidenv: update generated expressions
2020-04-02nixpkgs manual preface: change howoldis link to status page linkKyle Sferrazza
2020-04-01vimPlugins: update auto-commiting based on reviewryneeverett
- Use git.Repo(ROOT, search_parent_directories=True) to find nixpkgs repo. - Don't commit overrides.nix. - Remove "-a" short argument. - Remove "--commit" flag and commit by default. - Improve help/error messages. - Favor closure pattern over classes.Use a closure to wrap the update function with state rather than a callable class. - break NixpkgsRepo class into functions - Optional None-type arguments - Remove repo checks from update.py. Git is too flexible and permits too many workflows for my attempt to replace documentation with code to work. My goal would be to separate the `--add` functionality from the update functionality in the near term and then there will be no reason for this usage to create commits anyway.
2020-04-01vimPlugins: update.py --add <plugin> argumentryneeverett
- update.py's new --add argument replaces manual editing of vim-plugin-names for basic use cases.
2020-04-01vimPlugins: automatically commit updateryneeverett
2020-03-29Revert "make-tarball.nix: Restore the 'commit' field in packages.json"Florian Klink
This reverts commit 5e8545e72341887bb371407a71a723bc0e9c7844. It breaks eval: attribute 'rev' missing, at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/top-level/make-tarball.nix:106:39
2020-03-29make-tarball.nix: Restore the 'commit' field in packages.jsonEelco Dolstra
Also change incorrect 'revision' to 'rev' in the default value for 'nixpkgs' in release.nix. Fixes https://github.com/NixOS/nixos-homepage/issues/372.
2020-03-25Update git clone command exampleLeif Metcalf
2020-03-18rust: remove legacy cargo fetcherBenjamin Hipple
We have now migrated every single Rust package in NixPkgs! This deletes the legacy fetcher, which is now unused. Resolves #79975
2020-03-16Merge pull request #82067 from lucafavatella/androidenv-generateSander van der Burg
androidenv: enhance script for the generated expressions
2020-03-10doc: tiny grammar improvement in the same sentence againVladimír Čunát
2020-03-09doc: fix grammar / typo in NixPkgs GNOME manualRaphael Borun Das Gupta
2020-03-09androidenv: align basic emulateApp usage exampleLuca Favatella
... to the actually tested one.
2020-03-09androidenv: rely on shebang of ./generate.shLuca Favatella
2020-03-04Merge branch 'staging-next' into stagingJan Tojnar
2020-03-02nixpkgs manual: fix build after pandoc(?) updateVladimír Čunát
I din't try to pinpoint the exact commit, but we started getting: > The extension smart is not supported for docbook Reading pandoc docs, I can't see what use to us "smart" could be when writing the in-between docbook (to be converted to html). https://pandoc.org/MANUAL.html#extension-smart
2020-03-01Merge pull request #68491 from roberth/fix-dontRecurseIntoAttrsRobert Hensing
Fix dontRecurseIntoAttrs + add to lib + doc
2020-02-29Merge staging-next into stagingFrederik Rietdijk
2020-02-28rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validationBenjamin Hipple
Previously, we would asssert that the lockfiles are consistent during the unpackPhase, but if the pkg has a patch for the lockfile itself then we must wait until the patchPhase is complete to check. This also removes an implicity dependency on the src attribute coming from `fetchzip` / `fetchFromGitHub`, which happens to name the source directory "source". Now we glob for it, so different fetchers will work consistently.
2020-02-29Merge pull request #81272 from worldofpeace/crystal-opensslworldofpeace
crystal: use latest openssl
2020-02-28ghc: add 8.8.3Gabor Greif
https://mail.haskell.org/pipermail/ghc-devs/2020-February/018643.html
2020-02-28haskellPackages: update default compiler from ghc-8.6.5 to 8.8.2 (LTS-15.x)Peter Simons
2020-02-28crystal: use latest opensslworldofpeace
2020-02-18Merge pull request #80279 from edef1c/ocitools-execedef
doc/ociTools: exec is a shell builtin, not an external command
2020-02-16manual: use quoted homepage urlsJonathan Ringer
2020-02-16doc/ociTools: exec is a shell builtin, not an external commandedef