about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* stdenv-setup and misc hooks: Work with bash-3.4 for MacOS nix-shellJohn Ericson2017-07-26
| | | | This is a temporary measure until this impurity is removed from Nix.
* stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson2017-07-26
| | | | | We cannot switch to line-delimited yet, because certain Nix commands do not read in the entire file, but just the first line.
* stdenv-setup: Add quotes that don't do anything for consistency.John Ericson2017-07-25
| | | | | | | | | | @vcunat and others rightly point out that it's easier to quote always, than learn Bash's idiosyncrasies enough to know when it doesn't make a difference. This reverts commit 2743078f664ae07c4bed06a96182c6a86bd7fa32, which removes quotes that don't do anything, and then goes further adding even more quotes.
* darwin stdenv: Ensure libSystem reexports the right librariesJohn Ericson2017-07-25
| | | | | | | The logic was made pure for the normal libSystem, but this change never made it to the bootstrap tools. Deduplication the logic as the comment suggests would have prevented this, but here's a stop-gap until we do so.
* cc-wrapper: More quadratic performance fixesEelco Dolstra2017-07-25
| | | | | | | This eliminates the slow lookup of whether we've already seen an rpath / library path entry. Issue #27609.
* cc-wrapper/ld-wrapper: Minor speedup in string concatenationEelco Dolstra2017-07-24
| | | | | There is still a O(n) pattern match in ld-wrapper, so we should probably rewrite that code to use associative arrays.
* stdenv: Remove log nestingEelco Dolstra2017-07-24
| | | | | Nix/Hydra no longer support pretty printing of logs, so this is no longer useful.
* gnumake41: Remove unused versionEelco Dolstra2017-07-24
|
* gnumake40: Remove unused versionEelco Dolstra2017-07-24
|
* gnumake380: RemoveEelco Dolstra2017-07-24
| | | | This hasn't been used in a long time.
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-07-23
|\
| * Merge pull request #27575 from danielfullmer/rclone-1.37Jörg Thalheim2017-07-23
| |\ | | | | | | rclone: 1.36 -> 1.37
| | * rclone: 1.36 -> 1.37Daniel Fullmer2017-07-22
| | |
| * | Merge pull request #27579 from jfrankenau/update-mpvJörg Thalheim2017-07-23
| |\ \ | | | | | | | | mpv: 0.25.0 -> 0.26.0
| | * | mpv: 0.25.0 -> 0.26.0Johannes Frankenau2017-07-23
| | | | | | | | | | | | | | | | Add option for archive support and fix dvdread and dvdnav support.
| * | | Merge pull request #27572 from winniequinn/vscode-1.14.2Frederik Rietdijk2017-07-23
| |\ \ \ | | | | | | | | | | vscode: 1.14.0 -> 1.14.2
| | * | | vscode: 1.14.0 -> 1.14.2Winnie Quinn2017-07-22
| | | | |
| * | | | Merge pull request #27561 from holidaycheck/sauceconnect-4.4.8Frederik Rietdijk2017-07-23
| |\ \ \ \ | | | | | | | | | | | | sauce-connect: 4.4.7 -> 4.4.8
| | * | | | sauce-connect: 4.4.7 -> 4.4.8Mathias Schreck2017-07-22
| | | | | |
| * | | | | linux-copperhead: 4.12.2.a -> 4.12.3.aTim Steinbach2017-07-22
| | |/ / / | |/| | |
| * | | | Merge pull request #27557 from adisbladis/substanced_removalDomen Kožar2017-07-22
| |\ \ \ \ | | |_|/ / | |/| | | pythonPackages.substanced: Delete severly outdated package
| | * | | pythonPackages.substanced: Delete severly outdated packageadisbladis2017-07-22
| | | | |
| * | | | Merge pull request #27548 from roberth/lvm-updateGraham Christensen2017-07-22
| |\ \ \ \ | | | | | | | | | | | | lvm2: 2.02.140 -> 2.02.173
| | * | | | lvm2: 2.02.140 -> 2.02.173Robert Hensing2017-07-21
| | | | | |
| * | | | | Merge pull request #27558 from adisbladis/cares-CVE-2017-1000381Graham Christensen2017-07-22
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | C-ares: Fix for CVE-2017-1000381
| | * | | | c-ares: 1.12.0 -> 1.13.0 for CVE-2017-1000381adisbladis2017-07-22
| | | |/ / | | |/| |
| * | | | Merge pull request #27559 from ericsagnes/pkg/blackboxJoachim F2017-07-22
| |\ \ \ \ | | | | | | | | | | | | blackbox: init at 1.20170611
| | * | | | blackbox: init at 1.20170611Eric Sagnes2017-07-22
| | | | | |
| * | | | | Merge pull request #27480 from antonxy/houdiniJörg Thalheim2017-07-22
| |\ \ \ \ \ | | |_|/ / / | |/| | | | houdini: change sha256, add missing libs, fix license dir patch, fix …
| | * | | | houdini: 16.0.633 -> 16.0.671Anton Schirg2017-07-19
| | | | | |
| | * | | | houdini: change sha256, add missing libs, fix license dir patch, fix ↵Anton Schirg2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyboard input - Changed sha256 of src file, as this was apparantly changed on the website - Added missing libs: some X libs, alsa, dbus - Changed patch to $out/houdini/Licensing.opt localValidatorDir = ... was commented out in original file so sed had no effect - add export QT_XKB_CONFIG_ROOT Without it only modifier keys worked, no text input
| * | | | | owncloud-client: 2.3.1 -> 2.3.2Stefan Siegl2017-07-21
| | | | | |
| * | | | | exhibitor: Fix bugs in previous packageJoel Thompson2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous package didn't build properly due to a bug in the build script, and the nixos module didn't evaluate due to missing descriptions in the options. This fixes both issues. It also adds missing command-line options that weren't able to be set and properly converts bools to the strings exhibitor expects.
| * | | | | fzf: 0.16.9 -> 0.16.10Yann Hodique2017-07-21
| | | | | |
| * | | | | network-manager-l2tp: fix configure step (#27541)k0ral2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * network-manager-l2tp: don't run ./configure twice * network-manager-l2tp: remove automake/autoconf
| * | | | | nano: 2.8.5 -> 2.8.6Lancelot SIX2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00007.html for release announcement
| * | | | | Merge pull request #27508 from joelthompson/exhibitorDaniel Peebles2017-07-21
| |\ \ \ \ \ | | | | | | | | | | | | | | exhibitor: init at 3.4.9
| | * | | | | exhibitor: init at 3.4.9Joel Thompson2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial Exhibitor nix package and nixos module for Netflix's Exhibitor, which is a manager for Apache Zookeeper.
| * | | | | | openjdk: 8u131-b11 -> 8u141-b15Tim Steinbach2017-07-21
| |/ / / / /
| * | | | | diffoscope: Move all required tools into pythonPathEelco Dolstra2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alternative fix for #27534 that prevents the use of a double wrapper (creating even uglier script names than usual, like ..diffoscope-wrapped-wrapped). This was my bad in 96d7f35e96f5b8baa249ce1d7b237a3f34ee87ab.
| * | | | | Revert "diffoscope: wrap executable and include tools in PATH"Eelco Dolstra2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 23ad77b9980fdd7f943da38cd745c4ccfdda15a7. Double wrapper scripts considered harmful.
| * | | | | Merge pull request #27524 from therealpxc/arrowJörg Thalheim2017-07-21
| |\ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.arrow: 0.7.0 -> 0.10.0
| | * | | | | pythonPackages.arrow: move to python-modulesJörg Thalheim2017-07-21
| | | | | | |
| | * | | | | pythonPackages.pympler: disable tests on Darwin since the includedPatrick Callahan2017-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | psutil test needs /proc
| | * | | | | pythonPackages.arrow: 0.7.0 -> 0.10.0Patrick Callahan2017-07-20
| | | | | | |
| * | | | | | Merge pull request #27528 from knedlsepp/fix-armadillo-lapackJörg Thalheim2017-07-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | armadillo: Make use of openBLAS's built-in LAPACK
| | * | | | | | armadillo: Make use of openBLAS's built-in LAPACKJosef Kemetmueller2017-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though the linked openBLAS contains LAPACK, the functionality was not usable due to armadillo needing to link against it explicitly.
| * | | | | | | Merge pull request #27526 from devhell/mediainfoJörg Thalheim2017-07-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | {lib}mediainfo{-gui},libzen: 0.7.95 -> 0.7.97; 0.4.34 -> 0.4.35
| | * | | | | | | libzen: 0.4.34 -> 0.4.35devhell2017-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No changelog available.
| | * | | | | | | {lib}mediainfo{gui}: 0.7.95 -> 0.7.97devhell2017-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog available at: https://mediaarea.net/MediaInfo/ChangeLog