Commit graph

34782 commits

Author SHA1 Message Date
Jörg Thalheim
213ff3766c
Merge pull request #37700 from erictapen/neopg-init
neopg: Init at 0.0.4
2018-03-23 19:07:10 +00:00
Austin Seipp
1800e4ec0b wrk2: init at 4.0.0-e0109df5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-23 13:42:10 -05:00
Austin Seipp
f330b48b64 jhiccup: init at 2.0.8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-23 13:42:10 -05:00
taku0
d2d859d5c5 oraclejdk: add version 10 2018-03-23 13:40:13 -05:00
Justin Humm
ebe1cc211e
neopg: Init at 0.0.4 2018-03-23 16:12:29 +01:00
Jan Tojnar
1e225cc1b3
gtkpod: clean up 2018-03-23 13:18:40 +01:00
Michael Raskin
ca4d81d2c7 libreoffice-still: 5.4.5.1 -> 5.4.6.2; use poppler_0_61 2018-03-23 10:23:42 +01:00
Michael Raskin
e9817b2a76 poppler_0_61: init at 0.61 (needed for LibreOffice Still) 2018-03-23 10:23:42 +01:00
Robert Schütz
1aedde9e34
Merge pull request #37566 from Ma27/init-face-recognition
pythonPackages.face_recognition: init at 1.2.1
2018-03-23 09:55:04 +01:00
Peter Hoeg
c1714f5788 ksystemlog: init at 17.12.2 2018-03-23 14:17:22 +08:00
Matthew Bauer
e746cbd904 shellcheck: dont statically compile 2018-03-22 17:34:43 -05:00
Matthew Justin Bauer
68f6915083
Merge branch 'master' into hyper-haskell 2018-03-22 11:29:45 -05:00
Matthew Justin Bauer
12f14a0909
Merge branch 'master' into texmacsDarwin 2018-03-22 11:25:09 -05:00
Robin Gloster
678211bb37
openpts: remove
Broken, dead prject that only was a PoC implementation.
2018-03-22 17:15:26 +01:00
Matthew Justin Bauer
779c25b2fe
Merge pull request #34053 from thpham/serviio
serviio: init at 1.9
2018-03-22 11:11:17 -05:00
Matthew Justin Bauer
e35105c7c8
Merge pull request #35081 from StijnDW/master
brlaser: init from latest git
2018-03-22 11:09:39 -05:00
Gabriel Ebner
4270c5c7be perlPackages.YAMLLibYAML: 0.59 -> 0.69, fix build 2018-03-22 16:59:23 +01:00
Robin Gloster
fda705527d
nixbot: remove
obsoleted mostly by ofborg
2018-03-22 16:17:12 +01:00
Robin Gloster
76ea0e1b2e
Merge pull request #32960 from florianjacob/prosody-0.10
Prosody 0.10.0
2018-03-22 14:12:57 +01:00
Jörg Thalheim
b30595d10d
Merge pull request #37604 from limeytexan/perlPackages.GSSAPI
perlPackages.GSSAPI: depend on krb5Full, fix misspelling
2018-03-22 11:42:51 +00:00
volth
dfba22e28a mucommander: init at 0.9.2 (#37610) 2018-03-22 11:25:23 +00:00
Herwig Hochleitner
562ae56056
webkitgtk: 2.18 -> 2.20 2018-03-22 07:46:52 +01:00
Andreas Rammhold
73244d10bb
libdazzle: init at 3.28.0 2018-03-22 07:46:51 +01:00
Jan Tojnar
ee3f179fb6
gnome3.gnome-usage: init at 3.28.0 2018-03-22 07:46:51 +01:00
Jan Tojnar
0c2ede96a0
librsvg: always build introspection
We have multiple outputs nowadays.
2018-03-22 07:46:50 +01:00
Jan Tojnar
6e2443f282
gnome-themes-extra: rename from gnome-themes-standard 2018-03-22 07:46:49 +01:00
Jan Tojnar
4f338f0eee
enchant2: init at 2.2.3 2018-03-22 07:46:48 +01:00
Jan Tojnar
a9dbcdb626
gtksourceview4: init at 4.0.0 2018-03-22 07:46:46 +01:00
Jan Tojnar
08113f7ce7
gtksourceview: move out of gnome3 2018-03-22 07:46:46 +01:00
Jan Tojnar
94836664a6
vala_0_40: init at 0.40.0 2018-03-22 07:46:43 +01:00
Michael Brantley
0d6fdac8e2 perlPackages.GSSAPI: depend on krb5Full, fix misspelling 2018-03-21 20:53:42 -04:00
Daiderd Jordan
0477af8a09
nullmailer: fix darwin build
/cc ZHF #36454
2018-03-22 00:11:24 +01:00
volth
f823d50259 libguestfs: fix path to appliance 2018-03-21 22:46:01 +00:00
Maximilian Bosch
c26864122d
pythonPackages.face_recognition: init at 1.2.1
Adds the python package `face_recognition` and its dependency
`face_recognition_models`.

This package is a wrapper for `dlib` which is able to detect faces in a
given image. I checked the package with the following expression:

```
with import ./. { };

stdenv.mkDerivation {
  name = "facetest";
  src = null;
  buildInputs = with pythonPackages; [ face_recognition ];
}
```

The package works perfectly fine in a `nix-shell`:

```
$ nix-shell
[nix-shell:~]$ python
Python 2.7.14 (default, Sep 16 2017, 17:49:51)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import face_recognition
>>> img = face_recognition.load_image_file("/home/ma27/me.jpg")
>>> print(face_recognition.face_locations(img))
```
2018-03-21 23:22:45 +01:00
Daiderd Jordan
5d4d4df8c0
monero: fix darwin build
/cc ZHF #36454
2018-03-21 22:42:03 +01:00
Tuomas Tynkkynen
1645011983 OVMF: Reformat a bit for readability
- Use 'somePkg == null' instead of 'somePkg == false' which is more
  conventional in rest of Nixpkgs
- Use lib.optionalString where applicable
2018-03-21 23:19:26 +02:00
Daiderd Jordan
38323015e2
masscan: fix build 2018-03-21 21:50:56 +01:00
Daiderd Jordan
c2ca5c057d
libqglviewer: fix darwin build
/cc ZHF #36454
2018-03-21 21:28:53 +01:00
Will Dietz
c932a74b4a
Merge pull request #37561 from dtzWill/fix/pan-and-update
pan: update 0.139 -> 0.144, fix crash on startup, dep and feature wrangling.
2018-03-21 11:56:53 -05:00
Yegor Timoshenko
bacb2e216e
Merge pull request #32763 from yegortimoshenko/xfce43
xfce4-13: init
2018-03-21 16:10:55 +00:00
Will Dietz
63ba3490de pan: enable spell-checking features by default
Seems to work, not sure why disabled.

Steps are something like:
* install dictionaries into profile
* attempt to compose a message
  * (navigate dialogs about server and posting profile)
* enable spell-checking from edit->checkbox
  (note this toggle is avail even when pan can't spellcheck)
2018-03-21 10:18:21 -05:00
Jörg Thalheim
f2feb99990
Merge pull request #37493 from makefu/pkgs/simp_le/0.8.0
simp_le: 0.6.1 -> 0.8.0
2018-03-21 12:03:59 +00:00
lewo
e5b98c871e
Merge pull request #37463 from uvNikita/add/todolist
todolist: init at 0.8
2018-03-21 08:10:22 +01:00
Nikolay Amiantov
eda6b9553b gajim: 0.16.9 -> 1.0.0
Massive update.
2018-03-21 04:11:24 +03:00
lewo
7ef5f23ba4
Merge pull request #37092 from SFrijters/h5utils
h5utils: init at 1.13.1
2018-03-20 22:45:19 +01:00
makefu
7a0027804c
josepy: init at 1.0.1 2018-03-20 22:25:02 +01:00
Nikita Uvarov
300a28bb31
todolist: init at 0.8 2018-03-20 21:02:11 +01:00
John Ericson
1108d97365
Merge pull request #37484 from obsidiansystems/style-nit
top-level: Move comma for stylistic consistency
2018-03-20 15:59:59 -04:00
lewo
ba96a902ad
Merge pull request #36988 from hschaeidt/stabber
stabber: init at 2016-11-09
2018-03-20 20:40:39 +01:00
John Ericson
abf27609c6 top-level: Move comma for stylistic consistency 2018-03-20 15:37:34 -04:00