summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | nodePackages: add azure-functions-core-tools (#48453)ilikeavocadoes2018-11-06
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | dwarf-fortress: fix most of customization optionslassulus2018-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see #49779 close #49803
* | | | | | | | | | SDL2: 2.0.8 -> 2.0.9Carles Pagès2018-11-05
| | | | | | | | | |
* | | | | | | | | | Update sandbox-shell.nixMatthew Bauer2018-11-05
| | | | | | | | | |
* | | | | | | | | | jekyll: 3.8.4 -> 3.8.5Michael Weiss2018-11-05
| | | | | | | | | |
* | | | | | | | | | Merge pull request #49199 from markuskowa/fet-scalapackmarkuskowa2018-11-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | scalapack: switch to openblas and add test
| * | | | | | | | | | scalapack: switch to openblas + add testMarkus Kowalewski2018-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change from blas,lapack to openblas * add check phase * enable parallel building * fix license
* | | | | | | | | | | Merge pull request #48244 from volth/patch-257John Ericson2018-11-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | meson: fix cross compilation of systemd
| * | | | | | | | | | | meson: fix cross compilation of systemdvolth2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Robin Gloster <mail@glob.in>
* | | | | | | | | | | | scdoc: Use $SOURCE_DATE_EPOCH to produce reproducible man pagesMichael Weiss2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use this patch until something like it is in the upstream repository. Without it, the current date is used for the man pages, which makes them non-reproducible.
* | | | | | | | | | | | notmuch: cleanupMatthew Bauer2018-11-05
| | | | | | | | | | | |
* | | | | | | | | | | | talloc: use fixDarwinDylibNamesMatthew Bauer2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The makefile isn’t setting install_name properly causing issues on macOS. fixDarwinDylibNames seems to fix this.
* | | | | | | | | | | | treewide: get rid of osx cmake flagsMatthew Bauer2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
* | | | | | | | | | | | Merge pull request #49795 from obsidiansystems/fix-pkgsForJohn Ericson2018-11-05
|\| | | | | | | | | | | | |_|_|/ / / / / / / / |/| | | | | | | | | | release-lib: Fix `pkgsFor`
| * | | | | | | | | | release-lib: Fix `pkgsFor`John Ericson2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49725 from pbogdan/chrootenv-stripYegor Timoshenko2018-11-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | chrootenv: strip the binary
| * | | | | | | | | | chrootenv: use mesonYegor Timoshenko2018-11-04
| | | | | | | | | | |
| * | | | | | | | | | chrootenv: strip the binaryPiotr Bogdan2018-11-04
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49104 from zarelit/mailcatcher_reworkJörg Thalheim2018-11-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mailcatcher: repackage using bundlerApp
| * | | | | | | | | | | mailcatcher: repackage using bundlerAppDavid Costa2018-10-25
| | | | | | | | | | | |
* | | | | | | | | | | | ip2unix: init at 1.0.0aszlig2018-11-05
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tool was initially built specifically for nixcloud to prevent a few annoying programs from binding to IP sockets. While initially only accepting a JSON file as input, the tool now has a proper command line interface and it's also generally usable to turn IP sockets of any program into Unix sockets. Another thing that might be even useful for NixOS modules is the possibility to bend programs into using systemd socket activation. Signed-off-by: aszlig <aszlig@nix.build>
* | | | | | | | | | | coqPackages.autosubst: fix buildVincent Laporte2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-pandoc: update overrides for the new versionPeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-vty: update overrides for the new versionPeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-hspec: update overrides for the new version some morePeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-hspec-discover: update overrides for the new versionPeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-hspec-core: update overrides for the new versionPeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-hspec: update overrides for the new versionPeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-hpack: update overrides for the new versionPeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1-3-gc8d18e2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/01afc16a4386a534828580aa03853581be2a61bc.
* | | | | | | | | | | hackage2nix: disable failing Hydra buildsPeter Simons2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | ghc-8.2.1-binary: Patch shebang causing failures in Centos 6Renato Alves2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | haskell-cpython: don't bind the obsolete name "python34"Peter Simons2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the evaluation error introduced by 4f45edbd9aa4a0c3589de5f01c81185f00362c40.
* | | | | | | | | | | linux: 4.19-rc8 -> 4.20-rc1Tim Steinbach2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49778 from gebner/rngd-versionGabriel Ebner2018-11-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/rngd: do not pass --version flag
| * | | | | | | | | | | nixos/rngd: do not pass --version flagGabriel Ebner2018-11-05
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #49777 from srhb/restore-test-timeoutJörg Thalheim2018-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "NixOS tests: Wait for shell for 10x longer (50m)"
| * | | | | | | | | | | | Revert "NixOS tests: Wait for shell for 10x longer (50m)"Sarah Brofeldt2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9bc10e12916979c5c620be5b521b9218a0077cba.
* | | | | | | | | | | | | ghc-8.4.4: disable integer-simple variant buildPeter Simons2018-11-05
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build fails: https://hydra.nixos.org/build/83750830
* | | | | | | | | | | | haskell-cpython: revert "set to null"Peter Simons2018-11-05
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6a0b1b13b6119e90fce8b024fef99fd27bb883b6. Please don't null out the entire package just because its build is broken at the moment. If you want to prevent users from compiling cpython, then haskell.lib.markBroken (or, even better: markBrokenVersion) are the way to do it.
* | | | | | | | | | | Merge pull request #49751 from woffs/phototonic-2.1Pascal Wittmann2018-11-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | phototonic: 1.7.1 -> 2.1
| * | | | | | | | | | | phototonic: 1.7.1 -> 2.1Frank Doepper2018-11-04
| | | | | | | | | | | |
* | | | | | | | | | | | http-parser: cleanupMatthew Bauer2018-11-04
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | svtplay-dl: 1.9.11 -> 2.1Robert Helgesson2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | remmina: fix versionJan Tojnar2018-11-05
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #47679 from NixOS/docs-make-channelMatthew Bauer2018-11-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document make-channel.nix
| * | | | | | | | | | | Remove incorrect sentence from make-channel commentRobert Hensing2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Besides being incorrect, claims like these tend to stick around after they become incorrect.
| * | | | | | | | | | | Document make-channel.nixLinus Heckemann2018-10-02
| | | | | | | | | | | |
* | | | | | | | | | | | lombok: 1.16.22 -> 1.18.4Robert Helgesson2018-11-04
| | | | | | | | | | | |
* | | | | | | | | | | | mkCoqPackages: look for “dontFilter” in coq derivationVincent Laporte2018-11-04
| | | | | | | | | | | |