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
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
Jörg Thalheim
f520d7ce8c
Merge pull request #45033 from Infinisil/update/buku
...
buku: 3.7 -> 3.8
2018-08-20 10:01:56 +01:00
Jörg Thalheim
8204f10a8a
Merge pull request #45357 from markuskowa/license-7
...
Add licenses
2018-08-20 09:43:03 +01:00
Jörg Thalheim
74d932d4d4
Merge pull request #44130 from cransom/cli53-go
...
cli53: 0.4.4 -> 0.8.12
2018-08-20 09:37:19 +01:00
Joachim F
6755ab8b34
Merge pull request #44250 from jbedo/strelka
...
strelka: init 2.9.5
2018-08-20 06:24:15 +00:00
Peter Hoeg
5a3f063ebc
Merge pull request #45362 from peterhoeg/u/okteta
...
okteta: 17.12.3 -> 0.25.2
2018-08-20 14:15:23 +08:00
Peter Hoeg
0c2b33da4b
Merge pull request #44947 from bkchr/kde_frameworks_5_49
...
kde-frameworks: 5.48 -> 5.49
2018-08-20 14:14:58 +08:00
Michael Raskin
bc9082bf35
Merge pull request #45354 from markuskowa/xfig-pr
...
xfig: 3.2.5b -> 3.2.7a
2018-08-20 05:22:46 +00:00
Peter Hoeg
7e0d2e901c
peruse: 1.2.20180219 -> 1.2.20180816
2018-08-20 11:32:05 +08:00
Peter Hoeg
c19cceca1c
okteta: 17.12.3 -> 0.25.2
2018-08-20 10:08:46 +08:00
Markus Kowalewski
52f6778230
gcl:; add license
2018-08-20 01:04:09 +02:00
Markus Kowalewski
a3d148a64c
gcab: add license
2018-08-20 01:00:25 +02:00
Justin Bedo
27960b6acf
strelka: init 2.9.5
2018-08-20 08:58:22 +10:00
Markus Kowalewski
51a22165ce
gamin: add license
2018-08-20 00:57:54 +02:00
Markus Kowalewski
3d79bc684b
fxload: add license
2018-08-20 00:55:52 +02:00
Markus Kowalewski
a16062720d
fusesmb: add license, remove dead homepage link
2018-08-20 00:52:39 +02:00
Markus Kowalewski
da7a32ef17
fuse: add license
2018-08-20 00:47:52 +02:00