Commit graph

149866 commits

Author SHA1 Message Date
Alyssa Ross 9f55f04da2
linuxPackages_4_18.spl: broken 2018-08-21 00:34:56 +02:00
Alyssa Ross 462c91d02a
linuxPackages_4_18.phc-intel: broken 2018-08-21 00:34:55 +02:00
Alyssa Ross 358ca401da
linuxPackages_4_18.openafs_1_8: broken 2018-08-21 00:34:54 +02:00
Alyssa Ross 8a66aacad7
linuxPackages_4_18.openafs: broken 2018-08-21 00:34:53 +02:00
Alyssa Ross dd2f3fd8f8
linuxPackages_4_18.exfat-nofuse: broken 2018-08-21 00:34:38 +02:00
Alyssa Ross 29cdef4b89
linuxPackages_4_18.beegfs-module: broken 2018-08-21 00:34:09 +02:00
John Ericson 65402b0f1d
Merge pull request #45408 from obsidiansystems/appendConfigureFlags
haskell lib: Add appendConfigureFlags
2018-08-20 18:08:04 -04:00
John Ericson 60fc04c34b haskell lib: Add appendConfigureFlags
For consistency and completeness; other helpers have these "plural"
variants too.
2018-08-20 17:50:23 -04:00
R. RyanTM 27ecfd34e8 ace: 6.5.0 -> 6.5.1 (#45258)
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.
2018-08-20 22:48:40 +02:00
Joachim F 69d3bdfa16
Merge pull request #44631 from dasJ/terraria
nixos/terraria: Wait for daemon to stop
2018-08-20 20:23:34 +00:00
John Ericson 70a0c15054
Merge pull request #45403 from obsidiansystems/purge-bare-platform
treewide: Purge `stdenv.platform` and top-level `platform`
2018-08-20 15:50:53 -04:00
Janne Heß 943786eccf nixos/terraria: Wait for daemon to stop 2018-08-20 21:41:29 +02:00
John Ericson 7d85ade0cc treewide: Purge stdenv.platform and top-level platform
Progress towards #27069
2018-08-20 15:22:46 -04:00
John Ericson f0d6e22b7f
Merge pull request #45397 from volth/patch-233
$toplevel/system: buildPlatform.system -> hostPlatform.system
2018-08-20 14:36:13 -04:00
John Ericson 8f6a72d25b
Merge pull request #45398 from volth/patch-234
top-level.nix: stdenv.platform -> stdenv.hostPlatform.platform
2018-08-20 14:23:13 -04:00
volth 72f5078beb
top-level.nix: stdenv.platform -> stdenv.hostPlatform.platform
because stdenv.platform is stdenv.buildPlatform.platform
2018-08-20 18:20:57 +00:00
volth 6efaa88fcc
$toplevel/system: buildPlatform.system -> hostPlatform.system 2018-08-20 18:12:13 +00:00
John Ericson f305b9b086
Merge pull request #45394 from NixOS/makeScope-dry
lib: Use lib.fixed-points.extends to avoid repetition
2018-08-20 13:41:10 -04:00
Joachim F 203cd959ce
Merge pull request #41989 from CharlesHD/submit/dozenal
dozenal: init at version v12010904
2018-08-20 17:20:00 +00:00
John Ericson 3cf43547f4
lib: Use lib.fixed-points.extends to avoid repetition
Another attempt after my sloppy 48ccdf322d.

@Infinisil, thanks again, reverted in 4794aa5de2 and explained my mistakes in 48ccdf322d (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.
2018-08-20 13:09:15 -04:00
Jörg Thalheim 8158297aba
Merge pull request #45379 from ThomasMader/dlang-update
tilix: 1.8.1 -> 1.8.3
2018-08-20 18:07:37 +01:00
Thomas Mader 3771ffd82e tilix: 1.8.1 -> 1.8.3 2018-08-20 18:46:31 +02:00
Timo Kaufmann f8f6ab3e82
Merge pull request #44288 from Ekleog/gppro-init
global-platform-pro: init at 0.3.10-rc11
2018-08-20 17:46:00 +02:00
Robert Schütz 63b06d0251
Merge pull request #45148 from r-ryantm/auto-update/seafile-client
seafile-client: 6.2.3 -> 6.2.4
2018-08-20 17:30:39 +02:00
Jörg Thalheim 3280fa006d
Merge pull request #45375 from markuskowa/slurm-up
slurm: 17.11.7 -> 17.11.9-2
2018-08-20 15:59:21 +01:00
Robert Schütz 5e37eef2a7 seafile-shared: 6.2.3 -> 6.2.4 2018-08-20 16:49:55 +02:00
Jörg Thalheim 690ffb0a52
Merge pull request #45338 from mnacamura/feedgnuplot
feedgnuplot: fix build
2018-08-20 15:42:15 +01:00
Jörg Thalheim 996d76abf1
Merge pull request #45384 from vdemeester/add-vdemeester-as-containerd-and-runc-maintainers
Adding vdemeester (myself) as runc and containerd package maintainer
2018-08-20 15:41:07 +01:00
Vincent Demeester 2b36ced49e
Adding vdemeester (myself) as runc and containerd package maintainer
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-20 16:36:48 +02:00
Jörg Thalheim a4869cb294
Merge pull request #45372 from fgaz/facette/0.4.0-0.4.1
facette: 0.4.0 -> 0.4.1
2018-08-20 15:28:02 +01:00
Francesco Gazzetta 0e0e963847 facette: mark as broken since it requires internet
It _is_ buildable, just not without an internet connection (like in hydra)
2018-08-20 16:17:15 +02:00
Jan Tojnar 4b60e77002
gimp: 2.10.4 → 2.10.6 2018-08-20 15:52:28 +02:00
Jan Tojnar 2ba51acaeb
gegl_0_4: 0.4.6 → 0.4.8 2018-08-20 15:52:28 +02:00
aanderse 35b8140eac perlPackages.NetSFTPForeign: init at 1.89 (#45380)
* added Net::SFTP::Foreign module from CPAN

* missed patching binary path

* fixed up the license
2018-08-20 14:49:08 +01:00
Jörg Thalheim a1ffd137f5
Merge pull request #45254 from r-ryantm/auto-update/checkstyle
checkstyle: 8.11 -> 8.12
2018-08-20 14:42:54 +01:00
Jörg Thalheim 1b313a12da checkstyle: add wrapper in bin 2018-08-20 14:42:05 +01:00
Jörg Thalheim bbf5f232e0 Literate: mark as broken
Incompatible with our dlang compiler, see https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384
2018-08-20 14:07:13 +01:00
Jörg Thalheim 3cfc8443e8
mmc-utils: 2015-11-18 -> 2018-03-27 (#45378) 2018-08-20 13:51:12 +01:00
Jörg Thalheim 1df224db19
Merge pull request #45377 from jfrankenau/update-mpd
mpd: 0.20.20 -> 0.20.21
2018-08-20 13:45:51 +01:00
Markov Dmitry 2ec116130e mmc-utils: update to upstream 2018-08-20 15:19:54 +03:00
Johannes Frankenau f0a354437b mpd: 0.20.20 -> 0.20.21 2018-08-20 14:06:27 +02:00
Christoph Hrdinka 613fdc48dd
Merge pull request #45176 from r-ryantm/auto-update/nsd
nsd: 4.1.23 -> 4.1.24
2018-08-20 13:39:49 +02:00
Markus Kowalewski 0be340f455
slurm: 17.11.7 -> 17.11.9-2 2018-08-20 13:37:23 +02:00
Jörg Thalheim 439c90bdf9
Merge pull request #45355 from ThomasMader/dlang-update
ldc: 1.10.0 -> 1.11.0, dmd: 2.081.1 -> 2.081.2, dtools: 2.081.1 -> 2.081.2
2018-08-20 12:34:37 +01:00
Jörg Thalheim d73e7efd5b
Merge pull request #45349 from zimbatm/fix-nixpart0-nixops
pythonPackages.nixpart0: fix nixops deploy
2018-08-20 12:25:32 +01:00
Francesco Gazzetta fbab1a3cae facette: 0.4.0 -> 0.4.1 2018-08-20 11:43:36 +02:00
Jörg Thalheim c268986263
Merge pull request #45356 from eadwu/google-musicmanager/beta_1.0.467.4929-r0
google-musicmanager: beta_1.0.243.1116-r0 -> beta_1.0.467.4929-r0
2018-08-20 10:32:09 +01:00
Vladimír Čunát 8d539c9933
knot-dns, knot-resolver: major updates
They're in a single commit, as splitting would break knot-resolver build.
https://gitlab.labs.nic.cz/knot/knot-dns/blob/v2.7.1/NEWS
https://gitlab.labs.nic.cz/knot/knot-resolver/blob/v3.0.0/NEWS
2018-08-20 11:23:36 +02:00
CharlesHD 78e94456fd dozenal: init at version v12010904 2018-08-20 11:23:02 +02:00
CharlesHD 0e159e042e hdate: init at version 1.6.02 2018-08-20 11:16:21 +02:00