1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00
Commit graph

11761 commits

Author SHA1 Message Date
Thomas Strobel 36f2ec82cc tmp-luks: init at 0.9pre 2015-07-04 23:57:59 +02:00
Mateusz Kowalczyk 2bd811155e Merge pull request #8603 from ts468/upstream.xen
Xen related stuff
2015-07-04 16:13:33 +01:00
William Casarin 9d85874aeb lmdb: lightning memory-mapped database 2015-07-04 05:06:29 -07:00
Arseniy Seroka 093a8994f9 Merge pull request #8624 from ambrop72/minidlna-update
minidlna 1.1.4
2015-07-04 13:59:32 +03:00
Arseniy Seroka 36a7b25282 Merge pull request #8608 from datakurre/datakurre-master-dot2tex
dot2tex: init at 2.9.0
2015-07-04 13:58:29 +03:00
Arseniy Seroka a9a2868095 Merge pull request #8626 from ts468/upstream.chaps
New: chaps: PKCS #11 implementation with TPM backend
2015-07-04 13:58:06 +03:00
Thomas Strobel b73e917237 chaps: init at version 0.42-6812
Chaps is a PKCS #11 implementation with TPM backend.
2015-07-04 12:53:09 +02:00
Asko Soukka 198ea49d8a dot2tex: init at 2.9.0 2015-07-04 12:56:30 +03:00
Charles Strahan 737de61912 urxvt-font-size: init 2015-07-04 03:17:52 -04:00
Ambroz Bizjak 42a5ad5c5e minidlna: 1.0.25 -> 1.1.4
Changes:
- gettext is needed to build
- Switched to using non-legacy ffmpeg.
- Removed ffmpeg stuff from include path since it causes build errors related to
a time.h header.
- Removed unneeded patch.
- Adjusted NixOS service due to the binary being renamed.
2015-07-04 09:16:28 +02:00
Charles Strahan 44594e851c xsensors: init at 0.70 2015-07-03 22:55:10 -04:00
Thomas Strobel 91b85236d0 Virtualization: add XEN/KVM related drivers for Windows 2015-07-04 00:14:05 +02:00
lethalman 5a2d1fedbc Merge pull request #8615 from kamilchm/albatross
New GTK theme - Albatross from Shimmer Project
2015-07-03 09:57:16 +02:00
Kamil Chmielewski 6db7437a64 New GTK theme - Albatross from Shimmer Project
http://shimmerproject.org/our-projects/albatross/
2015-07-03 08:40:40 +02:00
Thomas Strobel 649697ddcf Xen: add XEN 4.5.1 2015-07-02 16:37:03 +02:00
Arseniy Seroka afa1f5ba22 Merge pull request #8586 from vbgl/ocaml-updates
Ocaml package updates
2015-07-02 12:06:29 +03:00
Vincent Laporte dab57252b1 ocaml-qcheck: init at 0.4.0.1 2015-07-01 20:23:19 +02:00
Matthias Beyer 95578b07f7 khard: init at 0.4.0 2015-07-01 20:06:06 +02:00
Arseniy Seroka 9661e477bc Merge pull request #8563 from akaWolf/master
Updated qtox to the last version
2015-07-01 17:16:16 +03:00
Shea Levy dd9530c819 Merge remote-tracking branch 'projectorhq/riemann-tools'
Add riemann-tools package and service
2015-07-01 08:45:33 -04:00
Shea Levy 145768bf9b Unmaintain a bunch of packages 2015-07-01 08:11:05 -04:00
Artjom Vejsel 68f4a0f0ea libtoxcore: added new-api version 2015-07-01 14:38:56 +03:00
Artjom Vejsel 6a6ecde159 filter-audio library: init at 20150624 2015-07-01 14:37:59 +03:00
Robert Pitts and Trenton Strong bbb36ea039 Add riemann-tools to nixpkgs
Adds package via bundlerEnv and service for Riemann health.
2015-06-30 17:16:51 -04:00
Charles Strahan 433a13d12a taffybar: init with-packages wrapper
This provides a wrapper around taffybar, in a fashion similar to how
package xmonad.
2015-06-30 11:11:43 -04:00
Carles Pagès 3dd09ed069 Merge pull request #8524 from cpages/master
abcde: update to 2.7 and fix mp3 tagging
2015-06-30 15:04:47 +02:00
Tuomas Tynkkynen d013de6d32 U-Boot: Update to 2015.04 and major refactor
Instead of selecting the defconfig based on stdenv.platform.uboot,
provide different ubootFoo packages. Otherwise we couldn't easily build
U-Boots for different platforms than what we are currently running on.

All users of the ubootChooser function appear to be using only CLI tools
like mkimage, whose behaviour is not affected by the defconfig (their
build outputs are bitwise-identical). So add a separate package for the
CLI tools.

Of the removed patches, some version of sheevaplug-sdio.patch has
apparently been applied upstream (with at least mv_sdio.c renamed to
mvebu_mmc.c). sheevaplug-config.patch needs rebasing & re-testing on
real hardware.

Tested boards and input/output methods that upstream supports:
 - Raspberry Pi:
    - HDMI works, USB keyboard not yet supported
    - Serial via the 26-pin connector (3.3V)
 - pcDuino3 Nano:
    - HDMI + USB keyboard (only if attached to a hub)
    - Serial via the 3-pin connector (3.3V)
 - Jetson TK1: RS-232 serial port only
 - Versatile Express CA9 (for QEMU only): Serial via '-serial stdio'
2015-06-30 10:49:56 +03:00
Tuomas Tynkkynen b0ad2da4ed dtc: init at 1.4.1
Compiling U-Boot for the Jetson TK1 board requires this.
2015-06-28 22:40:35 +03:00
Domen Kožar 3ff2dfb7fa Merge pull request #8423 from bobvanderlinden/popcorntime-bin
added popcorntime package
2015-06-28 10:01:45 +02:00
William A. Kennington III 511fc648b5 keepalived: Add derivation 2015-06-27 14:33:29 -07:00
William A. Kennington III 8b844dce2d ffado -> ffadoFull 2015-06-27 10:42:13 -07:00
Nicolas Dudebout 430c8520b2 One more change for jack2 to libjack2
7297255019 did break things and this change seems to fix them.
2015-06-27 13:20:56 -04:00
vbgl 742824bd78 Merge pull request #8291 from maurer/misc-ocaml
Add miscellaneous OCaml Packages
2015-06-27 18:52:03 +02:00
Matthew Maurer 9c0f1eefc6 piqi-ocaml: init at 0.7.4 2015-06-27 16:54:20 +00:00
Matthew Maurer 8c875e76f0 uuidm: init at 0.9.5 2015-06-27 16:54:20 +00:00
Matthew Maurer 289e2a10db ocaml-faillib: init at 111.17.00 2015-06-27 16:54:20 +00:00
Matthew Maurer 1d79d840b1 piqi: init at 0.6.12 2015-06-27 16:54:20 +00:00
Matthew Maurer 90a4de0f1b ocaml-bitstring: init at 2.0.4 and f1673f8 2015-06-27 16:54:10 +00:00
Carles Pagès 8658ab9675 abcde: update to 2.7 and fix mp3 tagging
It now depends on eyeD3 (python), but that's an upstream decision.
2015-06-27 14:19:22 +02:00
William A. Kennington III 7297255019 Convert all jack references to libjack2 2015-06-27 00:17:52 -07:00
William A. Kennington III 8ce4cb4de8 Also fix the default reference for kerberos 2015-06-26 17:24:11 -07:00
William A. Kennington III adeab5e815 Migrate all heimdal -> libheimdal
Also disable heimdal references in samba as it uses internal api
features not guaranteed to be stable
2015-06-26 17:23:00 -07:00
William A. Kennington III fa1bdb8cbd Migrate all krb5 -> libkrb5 2015-06-26 17:21:49 -07:00
William A. Kennington III eb8a411a18 Add kerberos library references for later use 2015-06-26 17:16:27 -07:00
Arseniy Seroka 43636bc83c Merge pull request #8506 from hrdinka/add/qtpass
qtpass: init at 0.8.4
2015-06-26 20:19:06 +03:00
lethalman 5754fd9e02 Merge pull request #8490 from lethalman/overridepkgs
Add pkgs.overridePackages
2015-06-26 17:14:22 +02:00
Pascal Wittmann dd73d2af87 Merge pull request #8505 from joachifm/delete-codeville
codeville: delete expression
2015-06-26 17:09:42 +02:00
Andrey Pavlov 5506632473 erlang: add Erlang R18, closes #8515 2015-06-26 16:15:14 +02:00
Luca Bruno 7f5f9072ad all-packages.nix: Add pkgs.overridePackages 2015-06-26 15:08:11 +02:00
Christoph Hrdinka bc975c36d1 qtpass: init at 0.8.4 2015-06-26 09:44:02 +02:00
Charles Strahan d51a81690c libtsm: fix building with clang for darwin 2015-06-25 21:06:55 -05:00
Arseniy Seroka 61fdf5b758 Merge pull request #8511 from avnik/add-vault
New package: vault
2015-06-26 01:35:44 +03:00
Alexander V. Nikolaev 41bbb904eb vault: init at v0.1.2 2015-06-26 01:34:32 +03:00
Arseniy Seroka 55d7d52d13 Merge pull request #8496 from jb55/obs-studio-audio
obs-studio: add audio support
2015-06-26 00:59:05 +03:00
vbgl 5c537f3bdd Merge pull request #8296 from vbgl/ocamlp4
OCaml-4.02: fix ocamlbuild rules for camlp4
2015-06-25 23:54:13 +02:00
Vincent Laporte 715f78be7e E prover: do not build the manual 2015-06-25 23:21:25 +02:00
Joachim Fasting 78d4f1dec6 codeville: delete expression
Codeville is abandonware. The homepage returns 404, and the last release
is 8 years old ...
2015-06-25 22:34:29 +02:00
Eelco Dolstra 7f54f99656 Don't build texLive in Hydra
It's way too big (texlive-core-2014 alone is > 1.5 GB).
2015-06-25 17:34:08 +02:00
Thomas Tuegel 8862d8d9c9 autonix: JSON manifest format 2015-06-25 09:03:40 -05:00
Thomas Tuegel 0aa8e64967 kde5: JSON manifest format 2015-06-25 09:03:40 -05:00
William Casarin 1281f51b69 obs-studio: audio support 2015-06-25 00:32:16 -07:00
Vincent Laporte 1d72ce49cf coq-8.3: fix (needs make 3) 2015-06-25 08:55:31 +02:00
Vincent Laporte af3f91085a mldonkey: move package out of ocamlPackages
as it does not provides any library but only an executable program
2015-06-25 08:55:27 +02:00
lethalman 5988dda30f Merge pull request #8485 from obadz/coreclr
dotnet: package coreclr (from git)
2015-06-24 16:59:27 +02:00
obadz 30bd03a3e2 dotnet: package coreclr (from git) 2015-06-24 15:06:14 +01:00
Simon Vandel Sillesen 9dab1a840c tvheadend: init at 4.0.4 2015-06-24 13:22:09 +00:00
Sou Bunnbu c7c8f4a780 Merge pull request #8481 from iyzsong/master
tiled: update to 0.12.3 and build with qt5
2015-06-24 19:16:22 +08:00
Peter Simons 922c555015 mercurial: add hg-git support
Enable this feature by putting these lines into your ~/.hgrc file:

  [extensions]
  hgext.bookmarks =
  hggit =
2015-06-24 11:33:17 +02:00
宋文武 7c0c2dc15b tiled: update to 0.12.3 and build with qt5 2015-06-24 17:14:12 +08:00
Arseniy Seroka 22b89f2fcd Merge pull request #8463 from mbbx6spp/jruby-1_7_20_1
jruby: 1.7.12 -> 1.7.20.1 (update package for CVE patch)
2015-06-23 20:04:31 +03:00
Susan Potter 2968707101 jruby: 1.7.12 -> 1.7.20.1
Security release which only updates Rubygems to version 2.4.8. Rubygems 2.4.8
addresses CVE-2015-1855 to resolve some problems with wildcard matching of
hostnames.

See following entry for more information:
http://jruby.org/2015/06/10/jruby-1-7-20-1.html
2015-06-23 11:58:29 -05:00
Arseniy Seroka 266531b5b0 Merge pull request #8422 from travisbhartwell/update/atom-shell-to-electron
atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
2015-06-23 18:54:22 +03:00
Arseniy Seroka 2aac4c301c Merge pull request #8469 from ehahn/qutebrowser
add packages: qutebrowser + dependency pypeg2
2015-06-23 17:22:26 +03:00
Erik Hahn 006e7ae04e qutebrowser: init at 0.2.1 2015-06-23 13:39:33 +02:00
lethalman 0f1abcc78d Merge pull request #8395 from mbakke/ipcalcs
add ipcalc and sipcalc
2015-06-23 13:33:25 +02:00
William Casarin 634d9eb4c1 clib: a micro-package manager for C 2015-06-23 00:35:03 -07:00
William A. Kennington III bd9433c90d kernel: Add version 4.1 latest 2015-06-22 12:41:23 -07:00
laMudri 22172b8e43 ibus-table-others: init at 1.3.7, closes #8460 2015-06-22 18:25:45 +02:00
laMudri f0b4065392 ibus-table: init at 1.9.6 2015-06-22 18:25:45 +02:00
lassulus 2204206a47 asciinema: init at 1.1.1, closes #8459 2015-06-22 18:16:52 +02:00
Michael Raitza 7907a8bcba dialog: init at 1.2-20150225, closes #8457
Generate ncurses dialogs from shell scripts.
2015-06-22 18:11:05 +02:00
Arseniy Seroka 6881cd2c3a Merge pull request #8435 from flosse/k9copy
k9copy: init at 3.0.3
2015-06-22 18:45:52 +03:00
Arseniy Seroka 1c444984bc Merge pull request #8448 from dezgeg/pr-ckbcomp
ckbcomp: New package at version 1.129
2015-06-22 18:45:24 +03:00
Oliver Charles fd6600c809 bluejeans: New Mozilla plugin 2015-06-22 14:04:40 +01:00
Tuomas Tynkkynen 4ac3bc3330 ckbcomp: init at 1.129 2015-06-22 15:32:42 +03:00
Dario Bertini 1e40c2347a
Fix conflict, Merge branch 'master' of github.com:NixOS/nixpkgs into redis-3.0.2 2015-06-22 12:20:02 +01:00
Markus Kohlhase f50b2e5892 k9copy: init at 3.0.3 2015-06-22 12:34:00 +02:00
Shea Levy f63e764bb6 Add buildMaven 2015-06-21 22:24:03 -04:00
Arseniy Seroka 311d55315d Merge pull request #8432 from andrewrk/rucksack
rucksack: init at 3.1.0
2015-06-21 20:12:26 +03:00
Matthias Beyer 563167bbe7 tasknc: init at 0.8 2015-06-21 14:22:10 +02:00
Marius Bakke aef2a813a8 add ipcalc 2015-06-20 10:24:19 +01:00
Marius Bakke c0d4cdce07 add sipcalc 2015-06-20 10:24:19 +01:00
Andrew Kelley 55262f98b6 rucksack: init at 3.1.0 2015-06-20 02:06:20 -07:00
Andrew Kelley 42f88b5ba7 liblaxjson: init at 1.0.5 2015-06-19 23:35:04 -07:00
Arseniy Seroka a00d5998da Merge pull request #8417 from kirelagin/update-tabbed
tabbed: update and add xft patch
2015-06-20 00:33:29 +02:00
Arseniy Seroka 8043c4834b Merge pull request #8400 from andrewrk/wolfebin
wolfebin: init at 5.4
2015-06-20 00:31:37 +02:00
Travis B. Hartwell caa216b640 atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
Added systemd to buildEnv path because of new libudev dependency.
2015-06-19 15:32:12 -06:00
Bob van der Linden 236f8c720d added popcorntime package 2015-06-19 23:22:18 +02:00
Andrew Kelley 3d7125d1a7 wolfebin: init at 5.4 2015-06-19 12:26:00 -07:00
Kirill Elagin a35263d75e dmenu: build with Xft
It doesn’t make any sense to build dmenu without Xft. Really.
Extra bonus: getting rid of deprecated config.
2015-06-19 21:44:34 +03:00