summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #24285 from Ma27/update-composerPascal Wittmann2017-03-25
|\ | | | | phpPackages.composer: 1.3.2 -> 1.4.1
| * phpPackages.composer: 1.3.2 -> 1.4.1Maximilian Bosch2017-03-24
| |
* | arcanist: 20160825 -> 20170323zimbatm2017-03-25
| |
* | Merge pull request #24304 from matklad/uefi-install-docsgoibhniu2017-03-25
|\ \ | | | | | | docs: clarify UEFI bootloader setup
| * | docs: clarify UEFI bootloader setupAleksey Kladov2017-03-25
| | |
* | | Merge pull request #23251 from juliendehos/hieroglyphgoibhniu2017-03-25
|\ \ \ | | | | | | | | hieroglyph: init at 0.7.1
| * | | hieroglyph: init at 0.7.1Julien Dehos2017-03-06
| | | |
* | | | gitkraken: clean-upRobin Gloster2017-03-25
| | | |
* | | | zenity: fix for non-GNOME 3Nikolay Amiantov2017-03-25
| | | |
* | | | gdm: the patch is still necessaryRobin Gloster2017-03-25
| | | |
* | | | surf-webkit2: 2017-03-06 -> 2017-03-22Joachim Fasting2017-03-25
| | | | | | | | | | | | | | | | Fixes a race condition
* | | | Merge pull request #24312 from kamilchm/ponycMichael Raskin2017-03-25
|\ \ \ \ | | | | | | | | | | ponyc: 0.11.3 -> 0.11.4
| * | | | ponyc: 0.11.3 -> 0.11.4Kamil Chmielewski2017-03-25
| | | | |
* | | | | ocamlPackages.ocaml_mysql: 1.1.1 -> 1.2.1Vincent Laporte2017-03-25
| | | | |
* | | | | ocamlPackages.angstrom: 0.3.0 -> 0.4.0Vincent Laporte2017-03-25
|/ / / /
* | | | Merge pull request #24275 from spacekitteh/fetchFromGitRepoDaiderd Jordan2017-03-25
|\ \ \ \ | | | | | | | | | | fetchRepoProject: Fix buildCommand
| * | | | fetchrepoproject: cleanup extra flagsDaiderd Jordan2017-03-25
| | | | |
| * | | | fetchRepoProject: Fix buildCommandSophie Taylor2017-03-25
| | | | |
* | | | | ocamlPackages.stdio: init at 0.9.0Vincent Laporte2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stdio implements simple input/output functionalities for OCaml. Homepage: https://github.com/janestreet/stdio
* | | | | ocamlPackages.ppx_traverse_builtins: init at 0.9.0Vincent Laporte2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This OCaml library defines the default methods for builtin types (int, string, list, ...) for Ppx_traverse. Homepage: https://github.com/janestreet/ppx_traverse_builtins
* | | | | Merge pull request #24225 from rlupton20/cdendowens2017-03-24
|\ \ \ \ \ | | | | | | | | | | | | cde: init at 0.1
| * | | | | Changed fetchgit to fetchFromGitHubndowens2017-03-23
| | | | | |
| * | | | | cde: init at 0.1Richard Lupton2017-03-22
| | | | | |
* | | | | | freicoin: Fix evalTuomas Tynkkynen2017-03-25
| | | | | |
* | | | | | channel.nix: Use filterSource to exclude unnecessary files from nixpkgsTuomas Tynkkynen2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if you try to build a NixOS config including channel.nix, e.g.: nix-build -I nixpkgs=. -I nixos-config=nixos/modules/installer/cd-dvd/installation-cd-minimal.nix nixos -A config.system.build.isoImage twice in a row, you end up with two different build results. This is caused by the 'result' symlink of the first build affecting the channel contents of the second build. If we use filterSource with a predicate that ignores the 'result' symlinks, the problem is gone. Do the same thing for VIM/Emacs swap/backup files to avoid even more 'spurious' rebuilds. Additionally, filter out the '.git' directory at the same time, as we 'rm -rf' it from the result anyway. This avoids a considerable amount of unnecessary file I/O copying and deleting the .git directory.
* | | | | | Merge pull request #24301 from winniequinn/gitkraken-2.2.1Joachim F2017-03-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | gitkraken: 2.2.0 -> 2.2.1
| * | | | | | gitkraken: 2.2.0 -> 2.2.1Winnie Quinn2017-03-24
| | | | | | |
* | | | | | | Merge pull request #24284 from Ma27/update-geogebraJoachim F2017-03-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | geogebra: 5-0-338-0 -> 5-0-346-0
| * | | | | | | geogebra: 5-0-338-0 -> 5-0-346-0Maximilian Bosch2017-03-24
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #24224 from ndowens/freicoinMichael Raskin2017-03-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct category
| * | | | | | | freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct categoryndowens2017-03-22
| | | | | | | |
* | | | | | | | Merge pull request #23610 from ljli/hs-ghcjs-pkgs-inheritPeter Simons2017-03-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haskellPackages: apply GHC specific overrides before GHCJS
| * | | | | | | | haskellPackages: apply GHC specific overrides before GHCJSLeon Isenberg2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GHCJS is effectively a backend for GHC, so all the GHC version specific package set overrides should in general apply to the GHCJS package sets, too.
* | | | | | | | | Merge pull request #24279 from LumiGuide/ghcjsHEAD-upgrade-to-latest-LTSPeter Simons2017-03-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ghcjsHEAD: upgrade ghcjs-boot packages
| * | | | | | | | | ghcjsHEAD: upgrade ghcjs-boot packagesBas van Dijk2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move them closer to the latest LTS Haskell.
* | | | | | | | | | Merge pull request #24300 from winniequinn/vscode-1.10.2Michael Raskin2017-03-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vscode: 1.10.0 -> 1.10.2
| * | | | | | | | | | vscode: 1.10.0 -> 1.10.2Winnie Quinn2017-03-24
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition to the version bump, this also fixes a broken install phase on macOS. The install now completes properly on macOS 10.12 and "bin/code" is now correctly linked to the binary within the bundle.
* | | | | | | | | | Merge pull request #24302 from ndowens/darMichael Raskin2017-03-24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | dar: 2.5.3 -> 2.5.9
| * | | | | | | | | dar: 2.5.3 -> 2.5.9ndowens2017-03-24
| | | | | | | | | |
* | | | | | | | | | pythonPackages.BTrees: fix evaluation; builds fineMichael Raskin2017-03-24
|/ / / / / / / / /
* | | | | | | | | Merge branch 'staging'Vladimír Čunát2017-03-24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2017-03-23
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #24203 from layus/nix-ssl-cert-fileEelco Dolstra2017-03-22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git, curl, openssl: Refactor $NIX_SSL_CERT_FILE handling
| | * | | | | | | | | | openssl: default to default profile CA on darwinGuillaume Maudoux2017-03-22
| | | | | | | | | | | |
| | * | | | | | | | | | curl: Use default trust store of TLS backendGuillaume Maudoux2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having curl fall back to openssl's CA means that we need not patch curl to respect NIX_SSL_CERT_FILE. It will work in all the cases. This reverts commit fb4c43dd8adbd7a10d1c52539b36e2da269f3f7f "curl: Use CA bundle in nix default profile by default" If we want to reintroduce that feature, this needs to go inside openssl
| | * | | | | | | | | | curl, git: Fix curl default CA, let git use itGuillaume Maudoux2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve patching of curl to use NIX_SSL_CERT_FILE as default CA Remove patches from git, as git uses curl and passes its environment variables to curl.
| * | | | | | | | | | | pythonPackages.pygobject2: fixup conversation to buildPythonPackageFrederik Rietdijk2017-03-21
| | | | | | | | | | | |
| * | | | | | | | | | | mesa: maintenance 17.0.1 -> 17.0.2Vladimír Čunát2017-03-21
| | | | | | | | | | | |
| * | | | | | | | | | | mesa: enable texture floats only for driversNikolay Amiantov2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be on more safe side. This shouldn't matter theoretically as nothing in core Mesa depends on them.
| * | | | | | | | | | | fontconfig-penultimate: 0.2 -> 0.2.1Thomas Tuegel2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added package metadata, including license.