1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

17284 commits

Author SHA1 Message Date
Allen Nelson 8a965946cb switched to atlas as a dependency for liblapack by default 2015-05-29 15:16:12 -05:00
Allen Nelson e001340cf6 returned to two-file structure for liblapack 2015-05-28 21:49:06 -05:00
Allen Nelson 2c125cf37a removed default dependency of liblapack on ATLAS. was causing an unnecessary double-build of atlas 2015-05-28 12:39:49 -05:00
Siarhei Zirukin 4fd635404d e19: updates for 1.14.0
- libraries and applications updated to the latest
- the "elementary getting started" (https://docs.enlightenment.org/auto/elementary/group__Start.html)
  works with just `pkg-config --cflags --libs elementary`
- switched from lua-old to elua
2015-05-27 20:06:06 +02:00
William A. Kennington III b3176951a1 libgcrypt: Disable libcap permission dropping 2015-05-27 10:54:05 -07:00
Pascal Wittmann 5e5eaf0fba Add autotetris-mode, automatically play emacs tetris 2015-05-27 18:12:25 +02:00
Charles Strahan b94e4348ac remove nonexistent "hiew" package 2015-05-27 12:01:26 -04:00
Charles Strahan 069913e1b9 bviplus: new package
ncurses based hex editor with a vim-like interface
2015-05-27 11:48:05 -04:00
Charles Strahan 15b9fe1fab heme: new package
A portable and fast console hex editor for unix operating systems.
2015-05-27 11:48:05 -04:00
Charles Strahan 4976bcd218 hexcurse: new package
ncurses-based console hexeditor written in C
2015-05-27 11:48:05 -04:00
Charles Strahan a22cffa7bb ht: new package
HT is a file editor/viewer/analyzer for executables.
2015-05-27 11:48:05 -04:00
Pascal Wittmann 9e0763dd8a Add lolcat, a rainbow version of cat
Closes #3399
2015-05-27 17:02:36 +02:00
lethalman 71fc9aac4d Merge pull request #7992 from ip1981/mwlib
Added mwlib services
2015-05-27 16:59:57 +02:00
Igor Pashev d88f704516 Pillow requires lcms2 with python2.7 too 2015-05-27 14:55:22 +00:00
Arseniy Seroka fb49eaa553 Merge pull request #8012 from aycanirican/emacsPackagesNg-web-mode
Added web-mode for emacs
2015-05-27 17:33:00 +03:00
Aycan iRiCAN 2a13368678 Added web-mode for emacs 2015-05-27 17:28:34 +03:00
Eelco Dolstra faff3a44a7 Add libpqxx 2015-05-27 13:21:50 +02:00
lethalman 257c05fa82 Merge pull request #7622 from jzellner/master
add goimports package
2015-05-27 10:57:23 +02:00
lethalman af4d6468b2 Merge pull request #7959 from ikervagyok/darkice
New Package: Darkice
2015-05-27 10:51:59 +02:00
Arseniy Seroka 43690ae4ee Merge pull request #7987 from magnetophon/das_watchdog-master
add das_watchdog: a realtime watchdog
2015-05-27 11:47:15 +03:00
Tobias Geerinckx-Rice 60461dee1c python-packages: pyramid_tm: re-enable checks
Tested on x86_64-linux.

If tests still fail elsewhere, disable them (per platform?) with a
more descriptive and up-to-date comment.
2015-05-27 01:37:43 +02:00
Tobias Geerinckx-Rice 2af3773342 python-packages: webtest: unittest2 is a Python package 2015-05-27 01:24:04 +02:00
vbgl 2857d5d7a8 Merge pull request #7823 from ericbmerritt/ocaml-enhancements
Ocaml enhancements
2015-05-26 23:52:32 +02:00
Edward Tjörnhammar f02284a361 activator: add version 1.3.2 2015-05-26 20:56:43 +02:00
Tobias Geerinckx-Rice 3f4bdb8ee0 python-packages: prompt_toolkit 0.26 -> 0.37 2015-05-26 16:36:17 +02:00
Tobias Geerinckx-Rice 184682d4d3 python-packages: pgcli 0.16.3 -> 0.17.0
New features:
- Add support for auto-completing view names
- Add support for building RPM and DEB packages
- Add subsequence matching for completion
- Completion for built-in tables and temporary tables are suggested after
  entering a prefix of pg_
- Add place holder doc strings for special commands that are planned for
  implementation
- Updated version of prompt_toolkit, now matching braces are highlighted
- Added support of \\e command. Queries can be edited in an external editor
- Add special command \dT to show datatypes
- Add auto-completion support for datatypes in CREATE, SELECT etc
- Improve the auto-completion in WHERE clause with logical operators

Bug Fixes:
- Fix the table formatting while printing multi-byte characters
- Fix a crash when pg_catalog was present in search path
- Fixed a bug that broke \e when prompt_tookit was updated
- Fix the display of triggers as shown in the \d output
- Fix broken auto-completion for INNER JOIN, LEFT JOIN etc
- Fix incorrect super() calls in pgbuffer, pgtoolbar and pgcompleter
- Add missing schema completion for CREATE and DROP statements
- Minor fixes around cursor cleanup
2015-05-26 16:20:52 +02:00
Lengyel Balázs aa1ce46281 Inital commit for Darkice 2015-05-26 15:20:53 +02:00
Bart Brouns c3b7a8b053 add das_watchdog: a realtime watchdog 2015-05-26 15:13:59 +02:00
Alexander Flatter d2b906c771 Add heroku-client 2015-05-26 13:05:53 +02:00
Mateusz Kowalczyk 5c401ea5ee Merge branch 'bitmeter-master' of https://github.com/magnetophon/nixpkgs 2015-05-26 11:39:06 +01:00
Mateusz Kowalczyk 227bc88da6 Merge pull request #7991 from vbgl/gappa
Adds gappa 1.2.0
2015-05-26 11:14:20 +01:00
Tobias Geerinckx-Rice 3a61b7fca3 python-packages: clean up meta attribute
- Typos: meta.maintainer -> meta.maintainers, licences -> license, ...
- Remove unnecessary stdenv.lib (already in scope for entire file)
- [ maintainers.foo maintainers.bar ] -> with maintainers; [ foo bar ]
  Doing so even for single-maintainer packages makes it slightly
  more inviting to add others, which can only be a good thing.
2015-05-26 11:54:12 +02:00
Mateusz Kowalczyk d77bbb0ee3 Merge pull request #8002 from asppsa/pure-packages
Fairly complete set of packages for Pure
2015-05-26 10:53:39 +01:00
Tobias Geerinckx-Rice 02e693e1b9 Remove w3c-css-validator
Depends on missing tarballs. Broken since 2013.
2015-05-26 11:46:41 +02:00
Tobias Geerinckx-Rice 7b6d9d4cff Remove arb and then-orphaned lesstif93
Arb has been broken (and marked as such) since the removal of
GCC 4.2 in July 2014. Nothing and no-one uses it. Time to go.
2015-05-26 11:46:41 +02:00
lethalman 138a51b84b Merge pull request #7981 from magnetophon/eq10q-master
add eq10q: LV2 EQ plugins and more, with 64 bit processing
2015-05-26 10:44:35 +02:00
lethalman 560b3d2410 Merge pull request #7990 from magnetophon/foo-yc20-master
add foo-yc20: a Faust implementation of a combo organ
2015-05-26 10:39:27 +02:00
lethalman 9734bfd792 Merge pull request #7997 from magnetophon/tetraproc-master
tetraproc: init at 0.8.2
2015-05-26 10:30:19 +02:00
Alastair Pharo 47aeaf9d04 Fairly complete set of packages for Pure 2015-05-26 17:51:07 +10:00
Mateusz Kowalczyk 1a6e124da8 mpv: use ffmpeg-full when using youtubeSupport
We need networking and potentially ssl/tls compiled into ffmpeg but the
minimal ffmpeg_x wrappers no longer offer that. We could of course use
ffmpeg-full and slim it down to just what we need but we'd end up
building ffmpeg twice, might as well stick with full
2015-05-26 05:28:16 +01:00
Bart Brouns d9c8b1f83a tetraproc: init at 0.8.2
Converts the A-format signals from a tetrahedral Ambisonic microphone into B-format signals ready for recording
2015-05-26 04:17:09 +02:00
Thomas Tuegel 255c0903a1 gnuplot: requires Qt 4 2015-05-25 21:04:01 -05:00
Eric Merritt c651e7ff61 ocaml-atdgen: add minimal version (1.6.0) to the system 2015-05-25 13:45:10 -07:00
Eric Merritt 7efe850b1d ocaml-atd: add initial version (1.1.2) to the system 2015-05-25 13:42:07 -07:00
Bart Brouns 73bb94e620 add foo-yc20: a Faust implementation of a combo organ 2015-05-25 22:37:39 +02:00
Bart Brouns 7ad53157e0 add eq10q: LV2 EQ plugins and more, with 64 bit processing 2015-05-25 21:38:39 +02:00
Arseniy Seroka 89810619ff Merge pull request #7973 from oxij/fetchurl-meta
fetchurl: allow adding meta info; fetchFrom*: add meta.homepage
2015-05-25 21:14:35 +03:00
Vincent Laporte 9f1eb28a20 Adds gappa 1.2.0
Gappa is a tool intended to help verifying and formally proving
properties on numerical programs dealing with floating-point or
fixed-point arithmetic.

Homepage: http://gappa.gforge.inria.fr/
2015-05-25 19:32:09 +02:00
Eric Merritt 27541f65f3 ocaml-async_find: add initial version (111.28.00) to the system 2015-05-25 10:16:44 -07:00
Eric Merritt 9c4bda2530 ocaml-async_shell: add initial version (109.28.03) to the system 2015-05-25 10:16:43 -07:00