summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Revert "Merge pull request #44767 from obsidiansystems/wrapper-env-var-path"Matthew Bauer2018-08-22
| | | | | This reverts commit 89efc27f571368b475ce87e71445be10a9d1121a, reversing changes made to d0f11020ca55dfe20ecad05005343e3a3e3cbd90.
* sratom: 0.6.0 -> 0.6.2 (#44695)R. RyanTM2018-08-22
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sratom/versions.
* sord: 0.16.0 -> 0.16.2 (#44690)R. RyanTM2018-08-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/sord/versions.
* serd: 0.28.0 -> 0.30.0 (#44687)R. RyanTM2018-08-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/serd/versions.
* Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2018-08-21
|\
| * ghc: Use stable URL for deterministic profiling patch.Shea Levy2018-08-21
| |
| * freetds: 1.00.91 -> 1.00.94 (#45234)R. RyanTM2018-08-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/freetds/versions.
| * bazel: substitute the perl path for bash completionsProfpatsch2018-08-21
| |
| * bazel: distinguish darwin patches from generic patchesProfpatsch2018-08-21
| | | | | | | | | | | | | | The '' + '' somewhere in the middle is easily missed and extremely inelegant. Also removes unnecessary `stdenv` qualifiers from calls to `lib`.
| * unixODBC: 2.3.6 -> 2.3.7 (#45133)R. RyanTM2018-08-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/unixODBC/versions.
| * Merge pull request #45246 from r-ryantm/auto-update/couchdbxeji2018-08-21
| |\ | | | | | | couchdb2: 2.1.2 -> 2.2.0
| | * spidermonkey_1_8_5: broken on aarch64Uli Baum2018-08-21
| | | | | | | | | | | | never built on hydra as far back as 2017-03-08
| * | javacard-devkit: allow overriding the java binary (#45416)Léo Gaspard2018-08-21
| | |
| * | libmbim: 1.16.0 -> 1.16.2 (#45201)R. RyanTM2018-08-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/libmbim/versions.
| * | libqmi: 1.20.0 -> 1.20.2 (#45206)R. RyanTM2018-08-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/libqmi/versions.
| * | python.pkgs.cryptography: remove assert broken when overridingRobert Schütz2018-08-21
| | | | | | | | | | | | | | | When overriding cryptography and cryptograohy_vectors, the assertion fails because `version` still refers to the old value.
| * | python.pkgs.pyjwt: 1.5.3 -> 1.6.4Robert Schütz2018-08-21
| | |
| * | python3.pkgs.netdisco: 1.5.0 -> 2.0.0Robert Schütz2018-08-21
| | |
| * | jbuilder: 1.0.0 -> 1.0.1 (#45216)R. RyanTM2018-08-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/jbuilder/versions.
| * | xapian_1_2_22: fix build (#45424)xeji2018-08-21
| | | | | | | | | apply notmuch patch conditionally for 1.4.7 only
| * | uriparser: 0.8.5 -> 0.8.6Robert Schütz2018-08-21
| | | | | | | | | | | | fixes #45343
| * | Merge branch 'staging-next'Vladimír Čunát2018-08-21
| |\ \ | | | | | | | | | | | | Security fixes for a few packages are included.
| | * | treewide: fixup breakage due to absolute compiler pathVladimír Čunát2018-08-21
| | | | | | | | | | | | | | | | | | | | Some packages just can't handle them #44767. It was tempting to try to abstract this in some way, but I didn't do that ATM.
| | * | xcbuild: only override version with 1 argMatthew Bauer2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes we want the "SDK" version from xcbuild so we do something like: $ xcbuild -version -sdk MacOSX10.10 SDKSettings.plist - MacOSX10.10 (MacOSX10.10) SDKVersion: 10.10 Path: /nix/store/6k7crm1n4drf09ga0dwvbmb59x4zl2i2-SDKs/MacOSX10.10.sdk PlatformPath: /nix/store/vhfwb1znfy65s2xs27j8xribk6mp6lbw-Platforms/MacOSX.platform ProductName: Mac OS X ProductVersion: 10.10 This was previously overriden by the current xcode version so you would get: Xcode 9.4.1 Build version 17E189 This should fix the other usage of -version in nodejs 6.x.
| | * | openjdk: Fix a cross problemJohn Ericson2018-08-20
| | | | | | | | | | | | 38eea804e6c02542085c9f232cdd699d96c95a23 dropped the C and C++ compiler prefixes. Probably more work is needed to make cross work, but this at least helps preserve/establish the pattern.
| | * | Merge branch 'master' into staging-nextVladimír Čunát2018-08-20
| | |\ \ | | | | | | | | | | | | | | | Hydra: ?compare=1474536
| * | | | eccodes: 2.8.0 -> 2.8.2 (#45251)R. RyanTM2018-08-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/eccodes/versions.
| * | | | nwjs: 0.32.1 -> 0.32.2 (#45179)R. RyanTM2018-08-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/nwjs/versions.
| * | | | Merge pull request #45374 from tenx-tech/nodejs-v8-8.11.4adisbladis2018-08-21
| |\ \ \ \ | | | | | | | | | | | | nodejs-8_x: 8.11.3 -> 8.11.4
| | * | | | nodejs-8_x: 8.11.3 -> 8.11.4Florian Peter2018-08-20
| | | | | |
| * | | | | spidermonkey_52: Fix on ARMv6Tuomas Tynkkynen2018-08-21
| | | | | | | | | | | | | | | | | | | | | | | | Arch Linux applies the CFLAGS always, as does Debian, so do the same.
| * | | | | Merge pull request #45399 from markuskowa/license-8xeji2018-08-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Add licenses
| | * | | | | gnupth: add licenseMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | gnet: add licenseMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | glock: add licenseMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | gio-sharp: add license + homepageMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | giflib-4.1: add license + descriptionMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | gettext: add licenseMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | gdk_pixbuf: add licenseMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | gdcm: add licenseMarkus Kowalewski2018-08-20
| | | | | | |
| | * | | | | gdata-sharp: add licenseMarkus Kowalewski2018-08-20
| | | | | | |
| * | | | | | dotty: 0.8.0 -> 0.9.0 (#45423)Karol Chmist2018-08-21
| | | | | | |
| * | | | | | Literate: 2017-05-28 -> 2018-08-20Thomas Mader2018-08-21
| | | | | | |
| * | | | | | qtwebengine: remove old darwin patchMatthew Bauer2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | file apparently doesn’t exist anymore
| * | | | | | Merge pull request #45053 from carlosdagos/skip-check-mattermost-apiBas van Dijk2018-08-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | haskellPackages.mattermost-api: skip check
| | * | | | | | haskellPackages.mattermost-api: skip checkCarlos D2018-08-21
| | | | | | | |
| * | | | | | | Merge pull request #45408 from obsidiansystems/appendConfigureFlagsJohn Ericson2018-08-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haskell lib: Add appendConfigureFlags
| | * | | | | | | haskell lib: Add appendConfigureFlagsJohn Ericson2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency and completeness; other helpers have these "plural" variants too.
| * | | | | | | | ace: 6.5.0 -> 6.5.1 (#45258)R. RyanTM2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ace/versions.
| * | | | | | | | treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-20
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Progress towards #27069