Frederik Rietdijk
1dc391d92b
Merge pull request #32890 from vanschelven/google-cloud-speech
...
google-cloud-speech: init at 0.30.0
2017-12-28 10:56:10 +00:00
Vincent Laporte
a9d066a990
coqPackages.tlc: init at 20171206
...
TLC is a general purpose Coq library that provides an alternative to Coq's
standard library.
Homepage: http://www.chargueraud.org/softs/tlc/
2017-12-28 08:19:54 +01:00
Peter Hoeg
7798051817
Merge pull request #32927 from peterhoeg/u/kdeapp
...
kde-applications: 17.08.3 -> 17.12.0
2017-12-28 08:22:27 +08:00
John Ericson
b3df1562d8
Merge branch 'alt-stdenv' into staging
2017-12-27 17:20:32 -05:00
John Ericson
ad1a1ee7dd
Merge pull request #33087 from obsidiansystems/alt-stdenv
...
treewide: Clean up multi-arch tools and usage
2017-12-27 13:45:24 -08:00
Peter Simons
63a9142279
Merge pull request #33054 from NixOS/ghc-prebuilt
...
ghc prebuilt: Add 7.8.4, 7.10.3 and 8.2.1, and make consistent style
2017-12-27 21:31:56 +01:00
John Ericson
831c71eea3
top level: Clean up definitions of alternative stdenvs
...
- Dispatch off more appropriate conditions---`stdenv.cc.is*` and
`hostPlatform.is*` directly---rather than the OS as a proxy.
- Don't worry about pulling in binutils from normal `stdenv.cc` for
`gccMultiStdenv`.
- Defining a `multiStdenv` that uses whatever compiler is default.
- Define `stdenv_32bit` in terms of `multiStdenv`.
2017-12-27 15:15:41 -05:00
Owen Lynch
afd198f0f4
mitschemeX11: init at 9.2
2017-12-26 22:32:23 -05:00
Owen Lynch
ee4aa56320
denemo: init at 2.2.0
2017-12-26 21:52:06 -05:00
Justin Wood
6af1a08e9b
Elixir: init 1.6-rc.0 ( #33034 )
2017-12-26 16:53:24 -05:00
Graham Christensen
f45d2e966d
Merge pull request #33068 from mimadrid/update/ack-2.22
...
ack: 2.16 -> 2.22
2017-12-26 16:51:34 -05:00
John Ericson
f5fc1ff344
top level: Stop hacking around #28223
...
Clang stdenvs with either libc++ should work now.
2017-12-26 15:26:55 -05:00
Tuomas Tynkkynen
47c782f7f5
Merge remote-tracking branch 'upstream/master' into staging
2017-12-26 21:10:12 +02:00
gnidorah
bac2d913d3
pythonPackages.pykde4: init at 4.14.3
...
instead of #30985
2017-12-26 21:32:59 +03:00
Tuomas Tynkkynen
c47a1ba62a
docutils: Enable tests
2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen
8ce4467495
docutils: Install compat symlinks
...
E.g. latest upstream version of diffoscope depends on a command named
rst2man.
2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen
a86f1f1a06
docutils: 0.13.1 -> 0.14
2017-12-26 20:02:01 +02:00
Peter Simons
b03ac7d22b
jhc: drop broken Haskell compiler
2017-12-26 15:12:36 +01:00
Peter Simons
eb0da3e8af
haskell: drop package sets for GHC 6.12.x, 7.0.x, 7.2.x, 7.4.x, and 7.6.x
...
These old package sets have been broken and unmaintained for a long time now.
2017-12-26 11:35:26 +01:00
Peter Simons
e98e7fb329
haskell: drop obsolete GHC version 7.10.2; we have 7.10.3
2017-12-26 11:35:26 +01:00
Miguel Madrid Mencía
f1d5810ff2
ack: 2.16 -> 2.22
2017-12-26 10:50:53 +01:00
Miguel Madrid Mencía
6423e6ce13
FileNext: 1.12 -> 1.16
2017-12-26 10:48:37 +01:00
Matthieu Coudron
0d3117b506
protocol: init at 20171226
...
An ASCII Header Generator for Network Protocols http://www.luismg.com/protocol/
Run with `$ protocol tcp` for instance to see:
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Source Port | Destination Port |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Sequence Number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Acknowledgment Number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Offset| Res. | Flags | Window |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Checksum | Urgent Pointer |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Options | Padding |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2017-12-26 18:07:05 +09:00
georgewhewell
f85da5ac6c
django: add 2.0 release
2017-12-25 20:45:26 +00:00
Graham Christensen
7635a70fc4
Merge pull request #33029 from sifmelcara/update/crystal-0.24.1
...
crystal: 0.23.1 -> 0.24.1
2017-12-25 14:12:23 -05:00
John Ericson
ed93d2d645
ghc-{7.8.4, 7.10.3, 8.2.1}-binary: Init
2017-12-25 16:36:47 +00:00
Joachim F
68eb89313e
Merge pull request #32325 from jraygauthier/jrg/swagger-codegen
...
swagger-codegen: Init at 2.2.1
2017-12-25 13:31:50 +00:00
markuskowa
31637d0941
nrsc5: init at 20171129 ( #32926 )
2017-12-25 13:21:54 +00:00
Vladimír Čunát
0e762cdc0e
Merge older staging branch
2017-12-25 10:36:36 +01:00
Yegor Timoshenko
46edd63af9
easyrpg-player: init at 0.5.3
2017-12-25 02:28:19 +00:00
Yegor Timoshenko
1c58e91a40
liblcf: init at 0.5.3
2017-12-25 02:27:51 +00:00
mingchuan
5a1d309787
crystal: 0.23.1 -> 0.24.1
2017-12-25 00:53:29 +08:00
Jan Tojnar
ae03a11c86
liblouis: init at 3.4.0
2017-12-24 15:11:04 +01:00
Joachim F
395f2dd67e
Merge pull request #32861 from romildo/new.ibm-plex
...
ibm-plex: init at 0.5.3
2017-12-24 13:36:08 +00:00
gnidorah
c70ba3d511
kgocode-kde4: drop
2017-12-24 12:54:19 +03:00
gnidorah
22596e8995
breeze-qt4: drop
2017-12-24 12:54:04 +03:00
Luke Adams
1852176d2e
dolphinEmuMaster: move inputs to nativeBuildInputs
...
- add Darwin inputs
- Add curl to prevent in-tree build
- add libpng hidapi wxgtk for dolphin to use
2017-12-23 22:31:15 -08:00
Luke Adams
a5d44f6631
wxGTK31: init at 3.1
...
wxgtk31: overrideattrs
2017-12-23 22:31:15 -08:00
Orivej Desh
9bfc02a34a
python.pkgs.eventlib: disable check phase
...
activated by #32244
2017-12-24 04:49:32 +00:00
Orivej Desh
f0af122022
python.pkgs.more-itertools: 2.4.1 -> 4.0.1
2017-12-24 04:41:15 +00:00
Orivej Desh
c92e5f87ab
python.pkgs.routes: update dependencies
2017-12-24 04:41:15 +00:00
Orivej Desh
69daf1235b
python.pkgs.ansi: move to python-modules and fix test with python3
2017-12-24 04:40:48 +00:00
Orivej Desh
d7e6066c71
Merge pull request #32785 from davidak/elementary-gtk-theme
...
elementary-gtk-theme: init at 5.1.1
2017-12-24 01:01:04 +00:00
Orivej Desh
cc8705dcc6
Merge pull request #32417 from oxij/pkg/ratox
...
ratox: 0.2.1 -> 0.4
2017-12-23 23:07:51 +00:00
Dylan Simon
589d4640fb
pycuda: fix boost_python3 link
...
Boost python library now named -lboost_python3 on py3.
Remove a couple unused inputs.
2017-12-23 16:02:47 -05:00
Michael Raskin
428708feba
scowl: init at 2017.08.24
2017-12-23 20:26:48 +01:00
Michael Raskin
fac4de6aa2
perl526: init at 5.26.1
2017-12-23 20:26:48 +01:00
Jan Tojnar
976726706d
Merge pull request #33001 from jtojnar/gimp-2.10-prep
...
Preparation for GIMP 2.10
2017-12-23 18:55:14 +01:00
Robert Helgesson
b13217b6e5
perl-HTTP-Message: 6.11 -> 6.14
2017-12-23 16:56:09 +01:00
Tuomas Tynkkynen
98ef3b8a93
Merge remote-tracking branch 'upstream/master' into staging
2017-12-23 17:41:48 +02:00
Robert Helgesson
4b30470196
perl-Log-Any: 1.703 -> 1.704
2017-12-23 15:25:46 +01:00
Michael Weiss
bcfe03cc12
wlroots: 2017-10-31 -> 2017-12-22 + Init rootston
2017-12-23 14:02:59 +01:00
Frederik Rietdijk
1b555a678e
Merge pull request #32948 from jb55/python-bitcoinlib
...
python-bitcoinlib: init at 0.9.0
2017-12-23 09:26:37 +00:00
Vincent Laporte
e3d363546a
Merge pull request #32585 from vbgl/ocaml-lru-0.2.0
...
Add OCaml libraries: psq, lru, faraday, farfadet, digestif
2017-12-23 09:29:16 +01:00
Jan Tojnar
407721b73b
libmypaint: init at 1.3.0
2017-12-23 05:38:06 +01:00
Florian Klink
bae218e7b5
ubootClearfog: add
2017-12-23 04:31:11 +02:00
Orivej Desh
e3d7e45651
Merge pull request #32694 from yegortimoshenko/SkypeExport/init
...
SkypeExport: init at 1.4.0
2017-12-23 02:06:15 +00:00
William Casarin
fd45c14b38
python-bitcoinlib: init at 0.9.0
...
Signed-off-by: William Casarin <jb55@jb55.com>, @jb55
2017-12-22 12:12:26 -08:00
John Wiegley
25ef9fa875
Merge pull request #32985 from vbgl/coq-contribs-recurse
...
coqPackages.contribs: recurse into the nested set
2017-12-22 10:06:12 -08:00
Vincent Laporte
25576df64c
coqPackages.contribs: recurse into the nested set
2017-12-22 16:56:20 +00:00
gnidorah
aa8962a6b9
kdelibs: drop
2017-12-22 15:21:00 +03:00
gnidorah
4528ebbaeb
kde4: drop
2017-12-22 15:19:52 +03:00
gnidorah
ae806fd27c
psi: kde4 is no more
2017-12-22 15:19:46 +03:00
gnidorah
03f2f8524a
uim: drop kde4 parts
2017-12-22 15:19:37 +03:00
gnidorah
6236dd8e2d
kadu-kde4: drop
2017-12-22 15:19:22 +03:00
gnidorah
a4c0c4a9b0
calligra-kde4: drop
2017-12-22 15:19:16 +03:00
gnidorah
6c317b62a3
amarok-kde4: drop
2017-12-22 15:19:11 +03:00
José Romildo Malaquias
4cc9886d79
vicious: 2.3.0 -> 2.3.1
2017-12-22 07:06:27 -02:00
Anders Kaseorg
4ef36bf654
winusb: unstable-2017-01-30 -> woeusb 3.1.4
...
WinUSB was renamed to WoeUSB
(https://github.com/slacka/WoeUSB/issues/100 ).
Also, put mount points in /run instead of /tmp to sidestep security
considerations with /tmp.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-12-22 03:32:44 -05:00
Tristan Carel
d8a1b34c8e
boost166: init at 1.66.0
2017-12-22 09:24:34 +01:00
Bas van Dijk
85ee9df0e1
python.pkgs.elasticsearch-curator: init at 5.4.1
2017-12-21 23:43:33 +00:00
Bas van Dijk
d513afcfc7
python.pkgs.elasticsearch: 1.9.0 -> 6.0.0
2017-12-21 23:43:33 +00:00
Orivej Desh
f0c4bea507
python.pkgs.pyelasticsearch: delete
...
because it requires python.pkgs.elasticsearch 1.x.y, which is compatible only
with the ancient Elasticsearch 1.
2017-12-21 23:43:32 +00:00
Bas van Dijk
b513fc7420
python.pkgs.voluptuous: init at 0.10.5
...
Needed by elasticsearch-curator.
2017-12-21 23:36:04 +00:00
Jan Tojnar
5fc5a9f399
gimp: remove libart dependency
...
The dependency is not needed since 2.5.1
2017-12-21 23:48:54 +01:00
Vladimír Čunát
a7d4fb8e1d
Merge branch 'master' into staging
...
Hydra: ?compare=1420346
2017-12-21 22:45:40 +01:00
Christian Kögler
b0a57e31a5
welle-io: init at 1.0-rc1
2017-12-21 19:22:17 +00:00
John Wiegley
2134543064
coqPackages.contribs: new set with all packages from coq-contribs
2017-12-21 10:26:56 -08:00
Orivej Desh
9b6e938940
ocamlPackages.curses: fix build
...
Closes #32943
2017-12-21 17:26:08 +00:00
gnidorah
b9851a975e
Make less known wayland compositors usable ( #32285 )
...
* bemenu: init at 2017-02-14
* velox: 2015-11-03 -> 2017-07-04
* orbment, velox: don't expose subprojects
the development of orbment and velox got stuck
their subprojects (bemenu, dmenu-wayland, st-wayland) don't work correctly outside of parent projects
so hide them to not confuse people
swc and wld libraries are unpopular and unlike wlc are not used by anything except velox
* pythonPackages.pydbus: init at 0.6.0
* way-cooler: 0.5.2 -> 0.6.2
* nixos/way-cooler: add module
* dconf module: use for wayland
non-invasive approach for #31293
see discussion at #32210
* sway: embed LD_LIBRARY_PATH for #32755
* way-cooler: switch from buildRustPackage to buildRustCrate #31150
2017-12-21 16:16:19 +00:00
Jörg Thalheim
36e8ea58c9
Merge pull request #32936 from andir/add-gopass
...
gopass: init at 1.6.6
2017-12-21 16:22:20 +01:00
Mario Rodas
644a404688
libsoundio: Fix build on darwin
2017-12-21 13:42:17 +00:00
Orivej Desh
127d3ef16d
Merge pull request #32904 from asymmetric/asymmetric/libbitcoin
...
libbitcoin: 2.11.0 -> 3.4.0
2017-12-21 13:36:46 +00:00
Andreas Rammhold
057d70ffec
gopass: init at 1.6.6
2017-12-21 12:20:07 +01:00
John Wiegley
f962f33593
Specify the coq version in a more consistent location
2017-12-21 01:24:35 -08:00
Peter Hoeg
8a1525833a
kget: 20170903 -> 17.12.0
2017-12-21 16:50:07 +08:00
Vladimír Čunát
c303047032
fetchurl on Darwin: gssSupport = false (see 9b54a00160
)
...
I can't see a better way around the problem for now.
2017-12-21 09:34:44 +01:00
Bjørn Forsman
3168fcd07b
apache-directory-studio: init at 2.0.0.v20170904-M13
...
Changes v1 -> v2:
* Move from 'applications/misc' to 'applications/networking' category.
2017-12-21 08:53:36 +01:00
Lorenzo Manacorda
23ca8e1287
libbitcoin-network: init at 3.4.0
2017-12-21 02:51:11 +01:00
Orivej Desh
c2b8cf0391
Merge pull request #32902 from lsix/update_pytestquickcheck
...
pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3
2017-12-21 01:10:14 +00:00
Lorenzo Manacorda
4fea55ef33
libbitcoin-protocol: init at 3.4.0
2017-12-21 01:21:57 +01:00
Orivej Desh
8c7e721467
mkShell: fix eval
2017-12-21 00:07:49 +00:00
zimbatm
adc5c9b83d
mkShell: add builder ( #30975 )
2017-12-20 23:42:07 +00:00
volth
400956bca3
protobuf2_5: restore to build Hadoop
...
This partially reverts 1f2a18d916
2017-12-20 23:05:24 +00:00
Klaas van Schelven
3a180b0918
google_cloud_speech: init at 0.30.0
2017-12-20 23:50:31 +01:00
Klaas van Schelven
ebec27baa1
google_gax: init at 0.15.16
2017-12-20 23:49:56 +01:00
Klaas van Schelven
32e9d32be5
google_cloud_core: init at 0.28.0
2017-12-20 23:48:57 +01:00
Klaas van Schelven
1672631932
google_api_core: init at 0.1.2
2017-12-20 23:47:52 +01:00
Klaas van Schelven
df69f446a8
grpcio: init at 1.7.3
2017-12-20 23:46:51 +01:00
Klaas van Schelven
388c119d0b
google_auth: init at 1.2.1
2017-12-20 23:45:36 +01:00