summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #44631 from dasJ/terrariaJoachim F2018-08-20
|\ | | | | nixos/terraria: Wait for daemon to stop
| * nixos/terraria: Wait for daemon to stopJanne Heß2018-08-20
| |
* | Merge pull request #45403 from obsidiansystems/purge-bare-platformJohn Ericson2018-08-20
|\ \ | |/ |/| treewide: Purge `stdenv.platform` and top-level `platform`
| * treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-20
|/ | | | Progress towards #27069
* Merge pull request #45397 from volth/patch-233John Ericson2018-08-20
|\ | | | | $toplevel/system: buildPlatform.system -> hostPlatform.system
| * $toplevel/system: buildPlatform.system -> hostPlatform.systemvolth2018-08-20
| |
* | Merge pull request #45398 from volth/patch-234John Ericson2018-08-20
|\ \ | |/ |/| top-level.nix: stdenv.platform -> stdenv.hostPlatform.platform
| * top-level.nix: stdenv.platform -> stdenv.hostPlatform.platformvolth2018-08-20
|/ | | because stdenv.platform is stdenv.buildPlatform.platform
* Merge pull request #45394 from NixOS/makeScope-dryJohn Ericson2018-08-20
|\ | | | | lib: Use lib.fixed-points.extends to avoid repetition
| * lib: Use lib.fixed-points.extends to avoid repetitionJohn Ericson2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another attempt after my sloppy https://github.com/NixOS/nixpkgs/commit/48ccdf322d9e7a68d0caf5833511ee3e53ec7d3a. @Infinisil, thanks again, reverted in https://github.com/NixOS/nixpkgs/commit/4794aa5de233b5bf2d1c3245946379699d023467 and explained my mistakes in https://github.com/NixOS/nixpkgs/commit/48ccdf322d9e7a68d0caf5833511ee3e53ec7d3a#commitcomment-29678643. I start with their work and provide this proof of this commit's correctness: ```nix (lib.fixedPoints.extends (lib.flip g) f) # now ((f: rattrs: self: let super = rattrs self; in super // f self super) (lib.flip g) f) # inline extends (self: let super = f self; in super // (lib.flip g) self super) # beta reduce (self: let super = f self; in super // g super self) # beta reduce (self_: let super = f self_; in super // g super self_) # alpha rename (self_: let super = f self_; in super // g super self_) # original, same ``` Eventually we might harmonize `overrideScope`'s `g` parameter with the general pattern, but I leave that breaking change as a separate step. Best not to refactor and break at once, and at least the abstractions make the oddity clearer.
* | Merge pull request #41989 from CharlesHD/submit/dozenalJoachim F2018-08-20
|\ \ | | | | | | dozenal: init at version v12010904
| * | dozenal: init at version v12010904CharlesHD2018-08-20
| | |
| * | hdate: init at version 1.6.02CharlesHD2018-08-20
| | |
* | | Merge pull request #45379 from ThomasMader/dlang-updateJörg Thalheim2018-08-20
|\ \ \ | |_|/ |/| | tilix: 1.8.1 -> 1.8.3
| * | tilix: 1.8.1 -> 1.8.3Thomas Mader2018-08-20
| | |
* | | Merge pull request #44288 from Ekleog/gppro-initTimo Kaufmann2018-08-20
|\ \ \ | | | | | | | | global-platform-pro: init at 0.3.10-rc11
| * | | fixup: add links to upstream issuesLéo Gaspard2018-08-17
| | | |
| * | | fixup: merge buildPhase and installPhaseLéo Gaspard2018-08-17
| | | |
| * | | fixup: use the correct gephy package nameLéo Gaspard2018-08-17
| | | |
| * | | fixup: reindentLéo Gaspard2018-08-17
| | | |
| * | | fixup: points mentioned by timokauLéo Gaspard2018-08-17
| | | |
| * | | global-platform-pro: init at 0.3.10-rc11Léo Gaspard2018-08-01
| | | |
* | | | Merge pull request #45148 from r-ryantm/auto-update/seafile-clientRobert Schütz2018-08-20
|\ \ \ \ | | | | | | | | | | seafile-client: 6.2.3 -> 6.2.4
| * | | | seafile-shared: 6.2.3 -> 6.2.4Robert Schütz2018-08-20
| | | | |
| * | | | seafile-client: 6.2.3 -> 6.2.4R. RyanTM2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/seafile-client/versions.
* | | | | Merge pull request #45375 from markuskowa/slurm-upJörg Thalheim2018-08-20
|\ \ \ \ \ | | | | | | | | | | | | slurm: 17.11.7 -> 17.11.9-2
| * | | | | slurm: 17.11.7 -> 17.11.9-2Markus Kowalewski2018-08-20
| | |_|_|/ | |/| | |
* | | | | Merge pull request #45338 from mnacamura/feedgnuplotJörg Thalheim2018-08-20
|\ \ \ \ \ | | | | | | | | | | | | feedgnuplot: fix build
| * | | | | feedgnuplot: fix buildMitsuhiro Nakamura2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | feedgnuplot has no devdoc.
* | | | | | Merge pull request #45384 from ↵Jörg Thalheim2018-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vdemeester/add-vdemeester-as-containerd-and-runc-maintainers Adding vdemeester (myself) as runc and containerd package maintainer
| * | | | | | Adding vdemeester (myself) as runc and containerd package maintainerVincent Demeester2018-08-20
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | | | | Merge pull request #45372 from fgaz/facette/0.4.0-0.4.1Jörg Thalheim2018-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | facette: 0.4.0 -> 0.4.1
| * | | | | | facette: mark as broken since it requires internetFrancesco Gazzetta2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It _is_ buildable, just not without an internet connection (like in hydra)
| * | | | | | facette: 0.4.0 -> 0.4.1Francesco Gazzetta2018-08-20
| | | | | | |
* | | | | | | gimp: 2.10.4 → 2.10.6Jan Tojnar2018-08-20
| | | | | | |
* | | | | | | gegl_0_4: 0.4.6 → 0.4.8Jan Tojnar2018-08-20
| | | | | | |
* | | | | | | perlPackages.NetSFTPForeign: init at 1.89 (#45380)aanderse2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added Net::SFTP::Foreign module from CPAN * missed patching binary path * fixed up the license
* | | | | | | Merge pull request #45254 from r-ryantm/auto-update/checkstyleJörg Thalheim2018-08-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | checkstyle: 8.11 -> 8.12
| * | | | | | | checkstyle: add wrapper in binJörg Thalheim2018-08-20
| | | | | | | |
| * | | | | | | checkstyle: 8.11 -> 8.12R. RyanTM2018-08-17
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/checkstyle/versions.
* | | | | | | Literate: mark as brokenJörg Thalheim2018-08-20
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Incompatible with our dlang compiler, see https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384
* | | | | | mmc-utils: 2015-11-18 -> 2018-03-27 (#45378)Jörg Thalheim2018-08-20
|\ \ \ \ \ \
| * | | | | | mmc-utils: update to upstreamMarkov Dmitry2018-08-20
| | | | | | |
* | | | | | | Merge pull request #45377 from jfrankenau/update-mpdJörg Thalheim2018-08-20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | mpd: 0.20.20 -> 0.20.21
| * | | | | | mpd: 0.20.20 -> 0.20.21Johannes Frankenau2018-08-20
|/ / / / / /
* | | | | | Merge pull request #45176 from r-ryantm/auto-update/nsdChristoph Hrdinka2018-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | nsd: 4.1.23 -> 4.1.24
| * | | | | | nsd: 4.1.23 -> 4.1.24R. RyanTM2018-08-16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nsd/versions.
* | | | | | Merge pull request #45355 from ThomasMader/dlang-updateJörg Thalheim2018-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | ldc: 1.10.0 -> 1.11.0, dmd: 2.081.1 -> 2.081.2, dtools: 2.081.1 -> 2.081.2
| * | | | | | dtools: 2.081.1 -> 2.081.2Thomas Mader2018-08-19
| | | | | | |
| * | | | | | dmd: 2.081.1 -> 2.081.2Thomas Mader2018-08-19
| | | | | | |