summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* stdenv: Remove crossAttrs, now that it is no longer usedJohn Ericson2018-07-24
| | | | Fix #33302
* qt-4.8: Don't use crossAttrsJohn Ericson2018-07-24
|
* util-linux: No more crossAttrsJohn Ericson2018-07-24
| | | | More cleanup will come later
* flex: Don't use crossAttrsJohn Ericson2018-07-24
|
* elfutils: Don't use crossAttrsJohn Ericson2018-07-24
|
* Merge pull request #44066 from Ericson2314/no-crossAttrs-masterJohn Ericson2018-07-24
|\ | | | | treewide: Remove some more crossAttrs
| * kmod: Remove crossAttrsJohn Ericson2018-07-24
| | | | | | | | Issue #21191 is indeed fixed now.
| * sharutils: Remove crossAttrsJohn Ericson2018-07-24
| | | | | | | | The patch is no longer needed, at least on aarch64-linux
| * curl: Get rid of crossAttrsJohn Ericson2018-07-24
| |
| * newt: Remove crossAttrsJohn Ericson2018-07-24
| |
| * libxml2: Remove crossAttrsJohn Ericson2018-07-24
|/
* Merge pull request #44065 from Ericson2314/no-crossAttrs-masterJohn Ericson2018-07-24
|\ | | | | treewide: Remove some crossAttrs
| * jom: Remove crossAttrsJohn Ericson2018-07-24
| | | | | | | | Untested, but I don't think this has ever built.
| * prboom: Don't use crossAttrsJohn Ericson2018-07-24
| |
| * scumvm: Don't use crossAttrsJohn Ericson2018-07-24
| |
| * hurd: Remove cross attrsJohn Ericson2018-07-24
| |
| * gnu mig: Remove crossAttrsJohn Ericson2018-07-24
| |
| * nlohmann_json: No more crossAttrsJohn Ericson2018-07-24
| |
* | skarnet software: add Profpatsch as maintainerProfpatsch2018-07-25
| |
* | skarnet software: rename attributes and split outputsProfpatsch2018-07-25
| | | | | | | | | | | | Change the attribute names of camelCased utils to kebab-case to improve consistency. Split every package into multiple outputs where possible.
* | Merge pull request #43641 from jfrankenau/ffmpeg-libmysofaSilvan Mosberger2018-07-25
|\ \ | | | | | | libmysofa: init at 0.6 and enable in ffmpeg-full
| * | libmysofa: init at 0.6 and enable in ffmpeg-fullJohannes Frankenau2018-07-16
| | |
* | | Merge pull request #43829 from eadwu/vscode-extensions.ms-python.python/2018.7.0Silvan Mosberger2018-07-24
|\ \ \ | | | | | | | | vscode-extensions.ms-python.python: 2018.6.0 -> 2018.7.0
| * | | vscode-extensions.ms-python.python: 2018.6.0 -> 2018.7.0Edmund Wu2018-07-19
| | | |
* | | | Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapperSilvan Mosberger2018-07-24
|\ \ \ \ | | | | | | | | | | fix pidgin-with-plugins build
| * | | | fix pidgin-with-plugins buildAverell Dalton2018-07-21
| | | | |
* | | | | Merge pull request #44051 from Enzime/fix/minicom-on-darwinSilvan Mosberger2018-07-24
|\ \ \ \ \ | | | | | | | | | | | | minicom: Add macOS support
| * | | | | minicom: Add macOS supportMichael Hoang2018-07-24
| | | | | |
* | | | | | Merge pull request #43945 from r-ryantm/auto-update/closure-compilerSilvan Mosberger2018-07-24
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | closurecompiler: 20180610 -> 20180716
| * | | | | closurecompiler: 20180610 -> 20180716R. RyanTM2018-07-21
| | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/closure-compiler/versions.
* | | | | | Merge pull request #43977 from dywedir/mpvSilvan Mosberger2018-07-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | mpv: 0.28.2 -> 0.29.0
| * | | | | | mpv: 0.28.2 -> 0.29.0Vladyslav Mykhailichenko2018-07-22
| | | | | | |
* | | | | | | Merge pull request #44015 from alexshpilkin/resolv-unboundSilvan Mosberger2018-07-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/networking: include local Unbound in resolv.conf
| * | | | | | | nixos/networking: include local Unbound in resolv.confAlexander Shpilkin2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, only BIND, dnsmasq and resolved were included in resolv.conf. Recognize an Unbound installation as well.
* | | | | | | | Merge pull request #44054 from kamilchm/ponycSilvan Mosberger2018-07-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ponyc: 0.24.0 -> 0.24.2
| * | | | | | | | ponyc: 0.24.0 -> 0.24.2Kamil Chmielewski2018-07-24
| | | | | | | | |
* | | | | | | | | kernel: Reduce peak disk usage during buildTuomas Tynkkynen2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit f620b1b693ec25af, the build directory is located inside the source directory. Thus, the `cp -dpR` copies gigabytes worth of .o files only to be deleted later on when we trim all non-essential files from `$dev/lib/modules/${modDirVersion}/source/` thus causing a significant amount of wasted I/O and peak disk usage. As `cp` doesn't come with a `--exclude` flag, use rsync. And throw out the Documentation folder while at it.
* | | | | | | | | kernel: Respect makeFlagsArray in more placesTuomas Tynkkynen2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's used two lines above, so be consistent.
* | | | | | | | | kernel: Remove dead codeTuomas Tynkkynen2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's set in the same phase
* | | | | | | | | kernel: Remove empty preUnpackTuomas Tynkkynen2018-07-24
| | | | | | | | |
* | | | | | | | | libtensorflow: support building on OS X and add optional cuda supportBas van Dijk2018-07-24
| | | | | | | | |
* | | | | | | | | Merge pull request #43859 from Hodapp87/appleseed_190b_fix_pythonFrederik Rietdijk2018-07-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | appleseed: Fix non-executable items and Python bindings
| * | | | | | | | | appleseed: Fix non-executable items and Python bindingsChris Hodapp2018-07-20
| | | | | | | | | |
* | | | | | | | | | EC2 AMIs: 18.03.131792.becbe4dbe16 -> 18.03.132946.1caae7247b8Eelco Dolstra2018-07-24
| | | | | | | | | |
* | | | | | | | | | create-amis.sh: Change directory for AMIsEelco Dolstra2018-07-24
| | | | | | | | | |
* | | | | | | | | | cachix: build on supported platformsDomen Kožar2018-07-24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #43996 from samueldr/update/refind-0.11.3Frederik Rietdijk2018-07-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | refind: 0.11.2 -> 0.11.3
| * | | | | | | | | | refind: 0.11.2 -> 0.11.3Samuel Dionne-Riel2018-07-23
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #44027 from timokau/zeromq-4.2.5Frederik Rietdijk2018-07-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | zeromq: 4.2.3 -> 4.2.5
| * | | | | | | | | | zeromq: 4.2.3 -> 4.2.5Timo Kaufmann2018-07-23
| | | | | | | | | | |