Robin Gloster
54c46d18ea
Merge pull request #17223 from proglodyte/v8-static
...
v8: add static config option
2016-07-27 16:36:37 +02:00
Lluís Batlle i Rossell
03f368ca93
Adding psutils.
...
Have we lived without psnup so many years? Incredible.
2016-07-27 10:26:15 +02:00
Proglodyte
52d52e7f0c
v8: add static config option
...
Add the 'static' argument to the v8 package, which allows building the
package as a static library rather than a shared library. This allows
users to pass additional arguments to d8:
https://github.com/joestelmach/lint.vim/issues/10
2016-07-27 01:38:52 -04:00
Joachim F
096ea41b68
Merge pull request #17275 from peterhoeg/pdf2odt
...
pdf2odt: init at 2014-12-17
2016-07-27 05:36:20 +02:00
Peter Hoeg
2ea24072ae
pdf2odt: init at 2014-12-17
...
We also apply a patch to create the temporary directory securely
2016-07-27 09:40:35 +08:00
Vladimír Čunát
375ae11a34
tiptop: init at 2.3
2016-07-26 11:55:23 +02:00
Luca Bruno
5c738ec37e
gnome3: drop 3.18
2016-07-25 22:49:12 +02:00
Brian McKenna
c816d053bc
genymotion: init at 2.7.2 ( #17203 )
2016-07-25 06:12:29 +02:00
Rok Garbas
720d917f4c
Merge pull request #17220 from proglodyte/v8-5-4
...
v8: 4.5.107 -> 5.4.232
2016-07-25 06:01:47 +02:00
Andrew Miloradovsky
9dbf90d047
xmagnify: init at 0.1.0 ( #17222 ) ( #17222 )
...
Tiny screen magnifier for X11
2016-07-25 06:00:27 +02:00
Shea Levy
ac93e9f2c8
Linux 4.7
2016-07-24 18:30:08 -04:00
Arseniy Seroka
2900acd6af
Merge pull request #17196 from Profpatsch/all-packages-intro-comment
...
all-packages.nix: introductory top-level comment
2016-07-24 15:45:29 +04:00
Proglodyte
986f12ec89
v8: 4.5.107 -> 5.4.232
...
Upgraded to latest v8. Updated v8 version and deps, also created a new
patch similar to what existed for v4.5
2016-07-24 02:38:15 -04:00
Proglodyte
781ed961eb
v8: use 4.5.107 by default
...
Default v8 was fixed at 3.30.33, so running nix-build nixpkgs -A v8
would give us version 3.30.33, whereas nix-env -i v8 would install
version 4.5.107. Now, both commands build 4.5.107, and there is still an
option to install version 3.30.33
2016-07-24 02:36:30 -04:00
Profpatsch
cbdfecc52b
all-packages.nix: introductory top-level comment
...
Many newcomers are baffled as to how all-packages.nix is structured.
This comment should provide clarification.
2016-07-23 06:51:38 +02:00
Robert Helgesson
715e01cfc2
Cleanup ucs-fonts ( #16994 )
...
* ucs-fonts: remove use of `wrapFonts`
This cleans up the `ucs-fonts` package. In particular it removes the use
of `wrapFonts`, which depends on `builderDefs`. It also renames the
package attribute from `ucsFonts` to `ucs-fonts` (with the old name
being an alias for the newer).
* wrapFonts: remove
Removed since this attribute is no longer used and depends on
`builderDefs`.
2016-07-23 02:07:44 +02:00
obadz
44157c6da4
smugline: init at 20160106 ( #17191 )
...
(required smugpy: init at 20131218)
2016-07-23 01:38:06 +02:00
obadz
fd5cdca916
ecryptfs-helper: init at 20160722
2016-07-23 00:19:34 +01:00
Christine Koppelt
f6d7a567a5
influxdb: parametrize default.nix to prepare packaging of 1.0 ( #17161 )
2016-07-23 01:08:33 +02:00
Eric Bailey
e6e873beca
erlangR19: init at 19.0.2 ( #17123 )
...
Add R19.nix, based on @binarin's R18.nix.
N.B. erlang/otp#1023 obviated the need for `rmAndPwdPatch` in R19.
2016-07-23 01:07:41 +02:00
Daiderd Jordan
20a0be5aee
Merge pull request #17131 from cransom/jmespath
...
jp: init at 0.1.2
2016-07-23 00:52:45 +02:00
Daiderd Jordan
e8343fbb38
Merge pull request #17137 from romildo/new.connman-notify
...
connman-notify: init at 2014-06-23
2016-07-23 00:36:11 +02:00
Shawn Warren
9886c80daa
Add gocd agent and server service packages ( #16273 )
...
GoCD is an open source continuous delivery server specializing in advanced workflow
modeling and visualization. Update maintainers list to include swarren83. Update
module list to include gocd agent and server module. Update packages list to include
gocd agent and server package. Update version, revision and checksum for GoCD
release 16.5.0.
2016-07-23 00:29:18 +02:00
Daiderd Jordan
3bacfede38
Merge pull request #17171 from RamKromberg/init/metamorphose2
...
metamorphose2: init at 0.9.0beta
2016-07-23 00:15:52 +02:00
Joachim Fasting
597b0b0144
gradm: fix build on i686
...
This is a regression introduced by my update at e4b7b7b028
Turns out this was actually required to build the package on i686; without it,
the build fails with
```
/nix/store/[...]-flex-2.6.0/lib/libfl.so: undefined reference to `yylex'
```
for some reason ... the easiest solution is to just use flex_2_5_35, which does
build successfully.
2016-07-22 23:45:21 +02:00
Joachim F
46c924c4a2
Merge pull request #17178 from amiloradovsky/add-evilwm
...
evilwm: init at 1.1.1 (#17104 )
2016-07-22 23:28:11 +02:00
Andrew Miloradovsky
17b127205d
evilwm: init at 1.1.1 ( #17104 )
...
Minimalist window manager for the X Window System
2016-07-22 19:15:57 +00:00
Ram Kromberg
3e938ad7f1
metamorphose2: init at 0.9.0beta
2016-07-22 21:51:21 +03:00
Joachim Fasting
e4b7b7b028
gradm: 3.1-201507191652 -> 3.1-201607172312
2016-07-22 17:57:26 +02:00
Carl Sverre
51d9312e44
i3blocks-gaps: init at 1.4
...
Fork of i3blocks which supports adding borders to work with i3-gaps
2016-07-21 23:39:48 -07:00
Tuomas Tynkkynen
e5d048ad9a
Merge pull request #17151 from juliendehos/exrtools
...
exrtools: init at 0.4
2016-07-22 09:37:35 +03:00
Rok Garbas
d73c115aa4
Merge pull request #16132 from zohl/tt-rss
...
tt-rss service: init at 16.3
2016-07-21 20:48:18 +02:00
Al Zohali
98e419c0e2
tt-rss service: init at 16.3
2016-07-21 20:46:35 +03:00
Julien Dehos
d6ff1ce2a0
exrtools: init at 0.4
2016-07-21 17:09:27 +02:00
Casey Ransom
d5ee0a27d0
jp: init at 0.1.2
...
A json parson tool based on the JMESPATH query language.
http://jmespath.org/
2016-07-21 10:42:54 -04:00
Tuomas Tynkkynen
212dd434ec
atftp: 0.7 -> 0.7.1
2016-07-21 07:22:17 +03:00
José Romildo Malaquias
38d896aeee
connman-notify: init at 2014-06-23
2016-07-20 22:44:55 -03:00
Rok Garbas
cd25b04dbb
Merge pull request #16600 from artuuge/cpp_ethereum
...
cpp_ethereum: init at 1.2.9
2016-07-21 01:39:04 +02:00
Chris Martin
398d3ddc1b
go-ethereum: init at 1.4.7 ( #16353 )
2016-07-21 01:33:39 +02:00
Rok Garbas
227bf69b00
Merge pull request #16597 from jokogr/biber-2.5
...
biber: 2.4 -> 2.5
2016-07-21 01:27:35 +02:00
Rok Garbas
e2f6c6b9d2
Merge pull request #16620 from zimbatm/ronn-0.7.3
...
Ronn 0.7.3
2016-07-21 01:23:06 +02:00
Anderson Torres
79f6c2603c
Gofish: nit at 1.2 ( #16532 )
...
Gofish is a lightweight Gopher server.
2016-07-21 01:19:06 +02:00
edanaher
5682279d14
pidgin-osd: init at 0.1.0 ( #16792 )
...
* pidgin-osd: init at 0.1.0
A straightforward pidgin plugin; kind of ancient, but still works fine.
* Use autoreconf, which minor hackery around ChangeLog.
2016-07-21 01:12:31 +02:00
Charles Strahan
4e84c6fc7c
cnijfilter2: init at 5.30 ( #17048 )
...
Canon InkJet printer drivers for the MG7500, MG6700, MG6600, MG5600,
MG2900, MB2000, MB2300, iB4000, MB5000, MB5300, iP110, E450, MX490,
E480, MG7700, MG6900, MG6800, MG5700, MG3600, and G3000 series.
2016-07-21 01:09:36 +02:00
cransom
4a9b640f37
smokeping: init at 2.6.11 ( #17090 )
...
Includes a module for service setup and a test
to verify functionality of both service and pkg.
2016-07-21 01:07:59 +02:00
Ricardo M. Correia
2df3fde700
ocamlPackage.ppx_blob: init at 0.2 ( #17129 )
...
OCaml ppx to include binary data from a file as a string.
2016-07-21 01:05:51 +02:00
Daiderd Jordan
267606eeba
Merge pull request #17021 from KoviRobi/tclx-add-at-8.4
...
tclx: init at 8.4.1
2016-07-20 23:41:54 +02:00
Daiderd Jordan
b6cbb5d03f
Merge pull request #16915 from puffnfresh/package/marp
...
marp: init at 0.0.8
2016-07-20 23:06:14 +02:00
taku0
afcf3176ec
oraclejdk: 8u91, 8u92 -> 8u101, 8u102 ( #17125 )
2016-07-20 18:00:11 +02:00
Graham Christensen
5bc522913b
Merge pull request #17032 from Ralith/purple-hangouts
...
purple-hangouts-hg: init at 2016-07-17
2016-07-20 14:38:26 +00:00