summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* ghc-8.2.2: Oops, added adjacent patch the one I wantedJohn Ericson2018-10-02
|
* ghc-8.2.2: Fix which hsc2hs is installed on crossJohn Ericson2018-10-02
| | | | | These commits all ended up on later GHCs, and are already being patched in for ghc-8.4.3 in nixpkgs.
* ghc 8.2.2: Backport cross fixes from 8.4.3John Ericson2018-10-01
| | | | | Other patches are also needed for a working build, but that doesn't mean these patches are any less necessary.
* ghcHEAD: Copy android hack that other GHCs haveJohn Ericson2018-10-01
| | | | Not sure why this one doesn't
* ghcHEAD: Force INTEGER_LIBRARY like the other GHCsJohn Ericson2018-10-01
| | | | We really need to abstract to avoid these copy-paste errors.
* ghcjs-*: Expose the version of GHC usedJohn Ericson2018-09-28
| | | | This is more meaningful than the GHCJS version for most tasks.
* ghcjs-{7.10, 8.0}: Make symmetricalJohn Ericson2018-09-27
| | | | | There's no reason other than misleading branch names to prefer one over another.
* python-*: Format `pythonPackages` bindingsJohn Ericson2018-09-25
|
* ghc, ghcjs: Get rid of extraneous alex, happy, and hscolour argsJohn Ericson2018-09-24
| | | | | | The compilers themselves can pull them from `bootPkgs`, where they should always come from anyways. This enforces that, simplifies that code, and allows use to avoid more `rec { ... }` too.
* Merge commit 'b97242238d7efb029c76eb8d4fe4b1228a5b49a8'John Ericson2018-09-23
|\ | | | | | | | | Both parent commits were previously tied as the most recent ancestor to 'master' and 'release-18.09'.
| * libusb1: Build everywhere, since MinGW worksJohn Ericson2018-09-21
| |
| * haskellPackages.x509-system: Override based on the host, not target platformJohn Ericson2018-09-20
| | | | | | | | | | | | There were many reverts back and forth, but it ultimately appears that I am the source of this mistake. I clarified the comment so as not to confuse myself or anyone else.
| * zlib: Fix iOS cross buildJohn Ericson2018-09-19
| | | | | | | | | | | | | | | | 1. CHOST is how one specifies the cross host platform with this non-standard configure script. We were just getting lucky with Linux cross. 2. install_name_tool needs the the binutils prefix.
| * haskell infra: Also pass `--with-ar` in cross buildsJohn Ericson2018-09-18
| |
* | gcc: Clarify Disabling libmpx in cross stage staticJohn Ericson2018-09-18
| | | | | | | | | | | | This isn't a MUSL thing, but just needed for cross compilation to x86. No one had tried this when all cross compilation was to linux + glibc, hence why no one noticed this until recently.
* | mkDerivation: Make `separateDebugInfo` assertion lazier to match other ↵John Ericson2018-09-18
|/ | | | | | | assertions This is needed to access attributes of derivations on platforms where they cannot be built.
* androidndk: Add Darwin supportJohn Ericson2018-09-17
| | | | | Also switch Linux to using the official sha1 hashes for consistency. They are gotten from https://developer.android.com/ndk/downloads/.
* haskell infra: "late bind" `buildHaskellPackages`John Ericson2018-09-17
| | | | This way it can be overridden.
* ios-depoy: Add missing rsync depJohn Ericson2018-09-15
|
* elf-header: Init at <libc version>John Ericson2018-09-15
| | | | | | | | A little shim derivation to get this header for Darwin, where it is needed for cross compilation. There's no real reason to do glibc and musl like that, but as I'm maintaining it I suppose I can go overboard like that.
* glibc: Expose the versionJohn Ericson2018-09-15
|
* glibc, kernel-headers: Fix some eval errors on DarwinJohn Ericson2018-09-15
| | | | Need to get the source to get elf.h
* glibc: Use lib.enableFeature and friendsJohn Ericson2018-09-11
|
* racket-minimal: fix hash (#45952)Mario Rodas2018-09-02
|
* Merge pull request #45730 from Helkafen/snakemakeRyan Mulligan2018-09-02
|\ | | | | snakemake: init at 5.2.2
| * python.pkgs.ratelimiter: init at 1.2.0.post0Sebastian Meric de Bellefon2018-08-31
| |
* | itk: 4.13.0 -> 4.13.1 (#45827)R. RyanTM2018-09-02
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from itk
* | Merge pull request #45348 from shlevy/shellFor-all-build-inputsPeter Simons2018-09-02
|\ \ | | | | | | haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.
| * | haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.Shea Levy2018-08-19
| | | | | | | | | | | | Fixes #45318
* | | backblaze-b2: 1.1.0 -> 1.3.6 (#45929)Daniël de Kok2018-09-02
| | | | | | | | | Changelog: https://github.com/Backblaze/B2_Command_Line_Tool#release-history
* | | Merge pull request #45921 from markuskowa/homepagesxeji2018-09-02
|\ \ \ | | | | | | | | Cleanup homepage links
| * | | gtkimageview: update homepageMarkus Kowalewski2018-09-02
| | | |
| * | | clipper: update homepageMarkus Kowalewski2018-09-02
| | | |
| * | | bwidget: update homepageMarkus Kowalewski2018-09-02
| | | |
| * | | qnial: update homepageMarkus Kowalewski2018-09-02
| | | |
| * | | orc: update homepageMarkus Kowalewski2018-09-02
| | | |
| * | | jamomacore: update homepageMarkus Kowalewski2018-09-02
| | | |
| * | | laszip: update homepageMarkus Kowalewski2018-09-02
| | | |
* | | | Merge pull request #45922 from obsidiansystems/androidndk-fix-evalJohn Ericson2018-09-01
|\ \ \ \ | | | | | | | | | | androidndk: fix eval
| * | | | androidndk: fix evalLuigy Leon2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixup from https://github.com/NixOS/nixpkgs/pull/45820 /cc @Ericson2314
* | | | | Merge pull request #45195 from Ralith/vulkanGraham Christensen2018-09-01
|\ \ \ \ \ | | | | | | | | | | | | vulkan: 1.1.77.0 -> 1.1.82.1
| * | | | | vulkan-validation-layers: 1.1.77.0 -> 1.1.82.0Benjamin Saunders2018-08-29
| | | | | |
| * | | | | vulkan-loader: 1.1.77.0 -> 1.1.82.0Benjamin Saunders2018-08-29
| | | | | |
| * | | | | glslang-git: 2018-06-21 -> 2018-07-27Benjamin Saunders2018-08-29
| | | | | |
| * | | | | spirv-tools: 2018-06-06 -> 2018-07-04Benjamin Saunders2018-08-29
| | | | | |
| * | | | | vulkan-headers: 1.1.77.0 -> 1.1.82.0R. RyanTM2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vulkan-headers/versions.
* | | | | | Merge pull request #45923 from colemickens/packetGraham Christensen2018-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | packet: v20161215 -> v2.2.2
| * | | | | | packet: v20161215 -> v2.2.2Cole Mickens2018-09-01
| | | | | | |
* | | | | | | travis: 1.8.8 -> 1.8.9Tim Steinbach2018-09-01
| |_|/ / / / |/| | | | |
* | | | | | libircclient: 1.9 -> 1.10 (#45821)R. RyanTM2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from libircclient