3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

47877 commits

Author SHA1 Message Date
dev.hell b89b6d1599 libstrophe: Fix typo 2015-01-04 22:13:36 +00:00
dev.hell 19aa2b5b0f profanity: Add profanity, a ncurses XMPP client
This adds profanity, a ncurses irssi-style XMPP client, which depends on
libstrophe.
2015-01-04 21:22:44 +00:00
dev.hell ee36ef9891 libstrophe: Add new package
This adds libstrophe as a dependency to the profanity XMPP client.
2015-01-04 21:04:43 +00:00
Peter Simons f5d24141ec haskell-packages: drop redundant override for liquid-fixpoint 2015-01-04 20:56:50 +01:00
Peter Simons 8d1167f02a haskell-liquid-fixpoint: re-generate with cabal2nix 2015-01-04 20:56:50 +01:00
aszlig d0d880f630
mcabber: Build with support for GPG.
Originally I had in mind to introduce an attribute like "enableGPG", but
it seems that other distro include it per default, so I guess most users
coming from other distros would expect it that way. And so it is now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-04 17:59:30 +01:00
Ryan Mulligan b59ac4601c update Calibre to latest version 2.15.0 2015-01-04 08:31:21 -08:00
aszlig a6673133ef
beets: Add patch for fixing bucket tests.
See, that's why I hate the gregorian calendar and new years eve: People
tend to celebrate things that are absolutely irrelevant, like this
comment.

The test however assumed that either beets or its test suite would never
survive 2015, so this test should assure it won't survive in >= 2015 :-)

Anyway, the patch is from upstream master, so we can drop it once 1.3.10
is released.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-04 16:41:52 +01:00
Peter Simons 7af2eee472 Merge pull request #5561 from rycee/package/unpaper
Add package 'unpaper'.
2015-01-04 15:20:36 +01:00
Domen Kožar f2b01a662d fix tarball job, fixes #5559 2015-01-04 13:58:46 +01:00
Pavan Rikhi d926582bd1 samba3_light: fix package 2015-01-04 02:52:44 -05:00
Cray Elliott 5a92c9f0a1 remove extraneous platform from dolphinEmuMaster 2015-01-03 23:00:29 -08:00
William A. Kennington III b50a73cab3 samba: Fixes for build and paths 2015-01-03 21:45:16 -08:00
William A. Kennington III cc73af1d10 samba: Add version 4 as the default 2015-01-03 21:45:16 -08:00
Cray Elliott c9d963c4e6 time for the monthly dolphinEmuMaster bump 2015-01-03 19:44:34 -08:00
William A. Kennington III e0a6beef87 Revert "ceph: 0.90 final"
This reverts commit ebfd21de84.
2015-01-03 17:55:40 -08:00
Tomasz Kontusz decc019220 Add test-kitchen gem, with plugins for Ansible and Vagrant
test-kitchen is a framework for testing Configuration Management scripts.
2015-01-04 02:06:06 +01:00
Kirill Elagin 75e211b102 xkb-switch: Update 2015-01-04 02:48:05 +03:00
Arseniy Seroka 6b8b0fd544 Merge pull request #5556 from rycee/package/flashbench
Add package 'flashbench'.
2015-01-04 01:04:40 +03:00
Robert Helgesson 9a3b8068f8 Add package 'flashbench'. 2015-01-03 22:49:08 +01:00
Franz Pletz 261e31c186 t1lib: Use metalab mirrors (close #5552) 2015-01-03 21:59:57 +01:00
Domen Kožar d03e88b865 Merge pull request #5560 from rycee/package/radeontop
Add package 'radeontop'.
2015-01-03 21:37:57 +01:00
Robert Helgesson 5b9b923abd Add package 'unpaper'. 2015-01-03 21:36:43 +01:00
Robert Helgesson f9afb8e6cb Add package 'radeontop'. 2015-01-03 21:18:54 +01:00
Domen Kožar 03a57c7d9d Merge pull request #5557 from rycee/package/svtplay-dl
Add package 'svtplay-dl'.
2015-01-03 20:42:57 +01:00
Domen Kožar d07ac51609 Merge pull request #5544 from vlstill/perl-IdleTime
perlPackages: Add X11-IdleTime.
2015-01-03 20:42:04 +01:00
Jaka Hudoklin 9e766dcc6b nginx: syslog extension, fix git revision 2015-01-03 20:08:33 +01:00
aszlig c08a49bffc
go: Remove explicitly adding libgcc_s.so.
As of 65221567c1, it's no longer needed.

This is part of an attempt to fix nixpkgs tarball evaluation.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:39:31 +01:00
aszlig f4edebfa12
gettext: Check for existence of stdenv.ccCross.
Should only affect cross-builds, however I didn't test whether
cross-building gettext actually works. But if it's broken now, it was
broken before as well and this at least unbreaks the non-cross-built
nixpkgs tarball job :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:27:41 +01:00
aszlig 7982c3423a
openarena: Clean up and fix tarball evaluation.
It really doesn't make sense to pass stdenv.system to the builder and
check the value during build process. Also, we're now using
$NIX_CC/nix-support/dynamic-linker instead of pattern matching on
ld-linux*.so.?.

This is part of an attempt to fix nixpkgs tarball evaluation.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:26:40 +01:00
aszlig 840f9b419c
glib-tested: Remove explicitly adding libgcc_s.so.
As of 65221567c1, it's no longer needed.

Also, this is one of the packages that has caused the tarball evaluation
to fail for freebsd targets, so I guess it's twice a reason to remove
it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:18:42 +01:00
Nikolay Amiantov 006dceba14 fprint_demo: add package 2015-01-03 19:50:40 +03:00
Nikolay Amiantov 63af25130e fprintd: add package 2015-01-03 19:50:40 +03:00
Nikolay Amiantov 7452a03ba9 libfprint: add package 2015-01-03 19:50:40 +03:00
aszlig 772cff097e
loudmouth: Apply digest auth fix from Arch Linux.
Digest authentication otherwise won't work with MCabber, no matter
whether it's SHA1 or MD5.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Tested-by: devhell <"^"@regexmail.net>
2015-01-03 17:40:08 +01:00
Shea Levy 77a448e96f restore pkgs.gcc = stdenv.cc 2015-01-03 09:54:02 -05:00
Michael Raskin 187646f071 Return proper 404 when path is missing 2015-01-03 16:56:05 +03:00
Vladimir Still 68ba6ca863 perlPackages: Add X11-IdleTime. 2015-01-03 13:55:17 +01:00
John Wiegley 60d0005a0c opensp: display ftp_proxy and http_proxy during build 2015-01-03 07:53:09 -05:00
John Wiegley a00a8d0711 gnupg: correct a typo in their source code 2015-01-03 07:53:09 -05:00
John Wiegley bff056703a xquartz: depend on font binaries instead of source 2015-01-03 07:53:08 -05:00
John Wiegley 7715e7e108 dovecot: conditionalize some dependencies for Linux 2015-01-03 07:53:08 -05:00
John Wiegley 783e27e32a pycrypto: preConfigure patch ups 2015-01-03 07:53:08 -05:00
John Wiegley 70befe1df1 serf: add change for the lack of kerberos on darwin 2015-01-03 07:53:07 -05:00
John Wiegley a8ea864ff2 mpfr: add gmp to LDFLAGS 2015-01-03 07:53:07 -05:00
John Wiegley bdf18c1044 adns: on darwin, patch the library with install_name_tool 2015-01-03 07:53:07 -05:00
John Wiegley 79b214ef95 ats, ats2: refine supported platforms to linux 2015-01-03 07:53:06 -05:00
John Wiegley eba9d0d8fa subversion: Add several compiler definitions for Darwin 2015-01-03 07:53:06 -05:00
John Wiegley 58ae62b9fa hub: add git as a dependency of the expression 2015-01-03 07:53:01 -05:00
John Wiegley c4190b4894 abc: export buildFlags in the preBuild 2015-01-03 07:35:36 -05:00
John Wiegley 2ae2c92b13 notmuch: remove dependency on gdb on Darwin 2015-01-03 07:35:14 -05:00
John Wiegley 0d1a16d48f emacs24: Add #define for building on Yosemite (darwin) 2015-01-03 07:32:38 -05:00
Domen Kožar f0986011b4 k3b: 2.0.2 -> 2.0.3
(cherry picked from commit cb58784fb9)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-03 11:55:40 +01:00
Robert Helgesson 3c78e7a3e5 Add package 'svtplay-dl'. 2015-01-03 10:43:09 +01:00
William A. Kennington III 6b9133dbae Add all-packages.nix changes 2015-01-02 17:25:23 -08:00
William A. Kennington III 449e2b4afb ntdb: Add derivation 2015-01-02 17:22:37 -08:00
William A. Kennington III a32175d04f ctdb: Add derivation 2015-01-02 17:22:37 -08:00
William A. Kennington III 6ffde6cd15 cifs-utils: Add more useful dependencies 2015-01-02 17:22:37 -08:00
William A. Kennington III 257b2ae888 ldb: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III 8eb6d05170 tdb: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III 0a03d675a9 talloc: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III 7fd69d9f8d tevent: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III bd0567ecd4 heimdal: Build hcrypto for depdendant applications 2015-01-02 17:22:37 -08:00
William A. Kennington III cde8e6086f subunit: Update to 1.0.0 and build other bindings 2015-01-02 17:22:37 -08:00
William A. Kennington III 312f812c40 testscenarios: Add derivation 2015-01-02 17:22:36 -08:00
William A. Kennington III 40e433f6ff iniparser: 3.0b -> 3.1 2015-01-02 17:22:36 -08:00
Michael Raskin d64160ec99 Add optional IPv6 support for nix-binary-cache 2015-01-03 03:05:26 +03:00
Peter Simons 4e7eb5c538 haskell-intern: re-generate with cabal2nix 2015-01-03 00:24:48 +01:00
Peter Simons 34ed92c995 liquidhaskell: re-generate with cabal2nix 2015-01-03 00:24:48 +01:00
Peter Simons 6a3616375f Merge pull request #5533 from ryantrinkle/ghcjs-cabal-fixes
Eliminate incorrect version checks from cabalJs
2015-01-03 00:11:01 +01:00
Peter Simons 2be045fac5 Merge pull request #5534 from ryantrinkle/ghcjs-workarounds
Work around issues that appear when compiling the 'split' and 'dependent-map' packages with ghcjs
2015-01-03 00:10:13 +01:00
Cillian de Róiste 2caa039b95 lmms: update from 1.0.3 to 1.1.0 2015-01-02 23:51:03 +01:00
Cillian de Róiste e75f0a7f86 yaws: update from 1.98 to 1.99 2015-01-02 23:49:15 +01:00
Cillian de Róiste d168e77b71 darktable: update from 1.6.0 to 1.6.1 2015-01-02 23:48:48 +01:00
Cillian de Róiste f5e874903e yoshimi: update from 1.3.0 to 1.3.1 2015-01-02 23:47:59 +01:00
Tobias Geerinckx-Rice 773c0d2a81 duff: fix syntax error causing ugly error message (no failures) 2015-01-02 22:45:39 +01:00
John Wiegley 8dd9fd7b20 haskellPackages.intern: new expression 2015-01-02 15:32:21 -06:00
John Wiegley f742da0a31 liquidhaskell: new expression 2015-01-02 15:29:01 -06:00
William A. Kennington III e0a5b75d9c zfs: Update git version 2015-01-02 12:46:36 -08:00
William A. Kennington III a47b064595 spl: Update git 2015-01-02 11:38:31 -08:00
Ryan Trinkle e50802323c Work around issues that appear when compiling the 'split' and 'dependent-map' packages with ghcjs 2015-01-02 14:25:16 -05:00
William A. Kennington III ab18f1509a gperftools: 2.2.1 -> 2.3 2015-01-02 10:47:41 -08:00
William A. Kennington III 371de847ed tinc_pre: 199573 -> d28f332 2015-01-02 10:43:55 -08:00
William A. Kennington III 085f7e2d42 ldb: 1.1.18 -> 1.1.19 2015-01-02 10:43:55 -08:00
William A. Kennington III 4ca9e064e8 yubikey-personalization-gui: 3.1.16 -> 3.1.18 2015-01-02 10:43:55 -08:00
William A. Kennington III a909b4f58a tdb: 1.3.3 -> 1.3.4 2015-01-02 10:43:55 -08:00
William A. Kennington III 58b0d8a131 yubikey-personalization: 1.16.1 -> 1.16.2 2015-01-02 10:43:55 -08:00
William A. Kennington III feabfa0cc2 iperf: 3.0.9 -> 3.0.10 2015-01-02 10:43:55 -08:00
William A. Kennington III 9a56a86f5e libu2f-host: 0.0.1 -> 0.0.2 2015-01-02 10:43:54 -08:00
Ryan Trinkle b1e967958e Eliminate incorrect version checks from cabalJs 2015-01-02 12:30:19 -05:00
Peter Simons 68ab9b7958 Merge pull request #5523 from nckx/util-linux-path
util-linux: fix rtcwake(8) to search $PATH for shutdown(8)
2015-01-02 18:10:51 +01:00
Eelco Dolstra fee59b1235 geeqie: Revert to 1.1
Version 1.2 has some relatively critical issues:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762257
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765437

Until these are fixed, it's better to stick to 1.1.
2015-01-02 17:15:20 +01:00
Bjørn Forsman ca9d370f56 attic: add missing dependency on 'llfuse'
Without this one cannot mount the backup repository:

 $ attic mount /backups/backup.attic mnt
 attic: the "llfuse" module is required to use this feature
 attic: Exiting with failure status due to previous errors
2015-01-02 15:17:42 +01:00
Bjørn Forsman b8e860682b python-llfuse: new package
Python bindings for the low-level FUSE API. (Needed by attic, the backup
program.)
2015-01-02 15:17:42 +01:00
Peter Simons 64cef6eaa7 youtube-dl: enable the documentation build 2015-01-02 14:56:46 +01:00
Peter Simons 8235e8c544 Switch users of 'pandoc' to the lean version. 2015-01-02 14:56:24 +01:00
Peter Simons c2b1ff33fe Add a 'pandoc' variant to the top-level that has no run-time dependencies on GHC or any other Haskell package. 2015-01-02 14:55:38 +01:00
Kovacsics Robert (rmk35) 5afa961605 Added program ddate, discordian date.
ddate converts normal dates to Discordian dates
2015-01-02 12:02:13 +00:00
Eelco Dolstra 8281ef1231 Merge pull request #5425 from ts468/xen
Update: Xen: 4.0.3 -> 4.4.1
2015-01-02 12:01:40 +01:00
William A. Kennington III ffee9f6a92 nss: Fix gentoo patch to specify library path in nss.pc 2015-01-02 00:24:49 -08:00
William A. Kennington III c66cc0719f heimdal: Fix spacing 2015-01-02 00:24:49 -08:00
William A. Kennington III 8627110091 icedtea: Make major version nonspecific attrs 2015-01-02 00:24:49 -08:00
Vincent Laporte 0ed2a253f1 Adds hop 2.5.1
HOP is a multi-tier programming language for the Web 2.0 and the
so-called diffuse Web.

Homepage: http://hop.inria.fr/
2015-01-02 00:01:40 +01:00
Vincent Laporte 5d36f5831c bigloo: propagate gmp build input 2015-01-01 23:55:30 +01:00
Peter Simons 9b8ff2f5f2 Update Cabal to version 1.20.0.3 and cabal-install to version 1.20.0.6. 2015-01-01 23:07:41 +01:00
Peter Simons 493067d4bd haskell-HsOpenSSL: update to version 0.11.1 2015-01-01 23:07:41 +01:00
Peter Simons 90912aab74 haskell-HaTeX: update to version 3.16.0.0 2015-01-01 23:07:41 +01:00
Peter Simons 70cfd75382 elm-make: re-generate with cabal2nix 2015-01-01 23:07:41 +01:00
Peter Simons e30a2d6a0b haskell-webkitgtk3: re-generate with cabal2nix 2015-01-01 23:07:41 +01:00
Peter Simons 735436c0c1 elm-make: re-generate with cabal2nix 2015-01-01 23:07:41 +01:00
Georges Dubus 6dc7771cdc Merge pull request #5341 from prikhi/add-mezzanine
Add Mezzanine, a Django CMS
2015-01-01 22:30:10 +01:00
Tobias Geerinckx-Rice 14eff8f7fa util-linux: fix rtcwake(8) to search $PATH for shutdown(8)
This makes "rtcwake -m off" actually work on NixOS without breaking it
on other platforms.
2015-01-01 22:23:22 +01:00
Kurt Dietrich 4e0160d296 Added jack support flag for mpd. 2015-01-01 14:45:23 -05:00
Peter Simons 37ae6de95d s6: don't depend on GNU Make 4.0
The website gives no indication that version 4.x is required to build
this package, and even it if were, then there should be an override in
all-packages.nix instead of referring to the 'gnumake40' attribute
directly in this expression.
2015-01-01 20:36:58 +01:00
Peter Simons ac55bb22be gnumake: add version 4.1 2015-01-01 20:36:58 +01:00
Bjørn Forsman e4dd2dcad4 libsigrok: install missing firmware files
Without this, hardware that requires firmware (e.g. Saleae Logic) is
unuseable.

Example error that this fixes:

  sr: ezusb: Unable to open firmware file /nix/store/rqgppsz3gwy8jailflf3049fzyzrgkdb-libsigrok-0.3.0/share/sigrok-firmware/fx2lafw-saleae-logic.fw for reading: No such file or directory
  sr: fx2lafw: Firmware upload failed for device 0.
2015-01-01 20:04:49 +01:00
Peter Simons e0def54ca4 Merge pull request #5513 from k0ral/webkitgtk3
New haskell package: webkitgtk3
2015-01-01 19:50:16 +01:00
Peter Simons 0a0965f2ac elm-reactor: mark broken
http://hydra.cryp.to/build/297517/nixlog/2/raw
2015-01-01 18:15:50 +01:00
Peter Simons f5f3c5b5f6 haskell-hask: mark broken
http://hydra.cryp.to/build/298269/nixlog/1/raw
2015-01-01 18:14:55 +01:00
Peter Simons dc381c4956 openafs-client: drop trailing whitespace 2015-01-01 17:59:27 +01:00
Peter Simons a6e39e8086 openafs-client: un-confuse Emacs syntax highlighting 2015-01-01 17:59:09 +01:00
Peter Simons 6ff615b297 openafs-client: fix evaluation 2015-01-01 17:58:50 +01:00
Michael Raskin 3ee63790df Using the OpenJDK currency date patch for icedtea 2015-01-01 15:45:35 +01:00
Bjørn Forsman 535ffc90dc eclipse: add webkit as dependency
This makes the Eclipse internal web browser work.

The internal web browser is the default browser, and Eclipse requires
manual configuration for any other (external) web browser. To me this
means the internal browser should be working by default, unless users
will get an error popup if they click any links.

This change increases the closure size from 714 to 880 MiB
(attribute eclipses.eclipse_cpp_43).
2015-01-01 15:45:35 +01:00
Raffael Mancini 7aef1f02aa ipopt: fix build after minor gcc update (close #5519)
The configure script only checks for a specific version to enable a fix in
finding cstdlib and cstring.
2015-01-01 15:45:35 +01:00
Vladimír Čunát 0c8bbaa11c handbrake: fix download URL 2015-01-01 15:45:35 +01:00
William A. Kennington III de29c025c5 kerberos: Disable on darwin 2015-01-01 15:45:35 +01:00
William A. Kennington III 89130335b0 389-ds-base: Add derivation 2015-01-01 15:45:35 +01:00
William A. Kennington III 9cf82f30df net_snmp: 5.7.2.1 -> 5.7.3 2015-01-01 15:45:35 +01:00
William A. Kennington III 307823a88a svrcore: Add derivation 2015-01-01 15:45:35 +01:00
Eelco Dolstra 8af48d9428 gdb: Fix manpages 2015-01-01 15:45:35 +01:00
Michael Raskin 59d88b3d3a LibreOffice: install icons 2015-01-01 15:45:35 +01:00
Michael Raskin 86b4010f6c LibreOffice: 4.3.3.2->4.3.5.2 2015-01-01 15:45:34 +01:00
Michael Raskin c40f4e6204 libmwaw: 0.3.3->0.3.4 2015-01-01 15:45:34 +01:00
Michael Raskin 8b9357d6bb librevenge: 0.0.1->0.0.2 2015-01-01 15:45:34 +01:00
Michael Raskin 98c5e13707 mdds: 0.11.1 -> 0.11.2 2015-01-01 15:45:34 +01:00
Michael Raskin 23e432ea1e fdm: 1.7 -> 1.8 2015-01-01 15:45:34 +01:00
Michael Raskin 73d3b61089 Nginx unstable: 1.7.8 -> 1.7.9 2015-01-01 15:45:34 +01:00
Michael Raskin 9c09984f5d baresip: 0.4.11 -> 0.4.12 2015-01-01 15:45:34 +01:00
Michael Raskin 4fe7b8904e libgphoto2: 2.5.5.1 -> 2.5.6 2015-01-01 15:45:34 +01:00
Vincent Laporte c0fe8aa939 ocaml-camlpdf: update from 1.7.2 to 2.1.1 2015-01-01 15:45:34 +01:00
Vincent Laporte 3a13b70dd5 alt-ergo: update from 0.95.2 to 0.99.1 2015-01-01 15:45:34 +01:00
Lluís Batlle i Rossell 209f2fa446 Fix gltron. Sinterklaas present for iElectric.
(cherry picked from commit 013705113b)
2015-01-01 15:45:34 +01:00
aszlig 41e965ea48 beets: Check dependencies on activated plugins.
Beets tries to load oll activated plugins on "beet config -e" (however
only on the second run, thus the dummy), so we just pass all activated
plugins into a generated config file and bail out on any errors.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig 7ae9c48254 beets: Check plugin definitions against package.
The reason for doing this is in order to not forget about possible
dependencies in new upstream releases, so if upstream is introducing a
new plugin where we're lacking dependencies, the build will fail on our
side and we can check whether we'll need those.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig 213d11158f beets: Use audiotools backend for replaygain.
Using commands such as mp3gain and aacgain is only the default for
backwards-compatible reasons. However, on Nix(OS), we would have to
either patch those tools into beets or rely on an impurity, so let's
depend on audiotools and also default to that backend.

Of course, there is also a GStreamer backend, but it comes with a hell
of additional dependencies (which not only cover audio files), which is
why I decided against defaulting to GStreamer and package audiotools
instead (in eecd932).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig 181f1395dd beets: Allow to configure plugin dependencies.
This also fleshes out/fixes the unit tests, which I've used for
gathering the individual requirements.

Along various Python dependencies we now also have a build-time
dependency on bashInteractive and a runtime dependency on
bashCompletion, which is needed for command line completion to work
correctly.

However, some tests for the shell completion fail at the moment, so I've
disabled them for now.

The patch for fixing mediafile codec info is a modified version of
sampsyo/beets@903e88a, where I just dropped the second hunk modifying
the changelog. It is already merged to master and thus expected to be in
the next upstream version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig 4b58ebb356 beets: Switch to using fetchFromGitHub.
The reason for doing this is because the package on PyPI is missing some
files needed for running the test suite (for example:
test/test_completion.sh).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszlig f8702f3207 python: Add new package audiotools.
This is needed for the replaygain plugin in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszlig dc243f9d30 python: Add new package discogs_client.
Needed in order to fetch Discogs album information in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszlig 51eacc8a96 python: Add pyacoustid and dependencies.
We're going to need this for fingerprinting support in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszlig e2166c3a1e python/mutagen: Update to upstream version 1.27.
Also now comes with a few more build dependencies in order to run tests,
which for this version now succeed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszlig 13261b9e38 mp3gain: Fix output path bin directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
Moritz Ulrich 4433ebb552 Dwarf Fortress: Update to 0.40.23. 2015-01-01 15:45:33 +01:00
Eelco Dolstra bcf391a94d Disambiguate util-linux package names 2015-01-01 15:45:33 +01:00
Karn Kallio 330a4a28dd openjdk : Patch to extend valid currency change dates to 20 years. 2015-01-01 15:45:33 +01:00
koral 63a77f25d7 fast-export: update to last revision from upstream 2015-01-01 15:45:33 +01:00
Bjørn Forsman b9152bb714 xidel: new package
Command line tool to download and extract data from html/xml page.

http://videlibri.sourceforge.net/xidel.html
2015-01-01 15:45:32 +01:00
Oliver Charles 1bfd620a4d haskellPackages.netwire: Update to 5.0.1 2015-01-01 15:45:32 +01:00
Vladimír Čunát f113b49f72 telepathy-misson-control: minor update, disable upower
Disabling upower is probably just a temporary work around
the incompatibility with 0.99.*
2015-01-01 15:45:32 +01:00
Vladimír Čunát 96913a76f3 Revert "merge #5505: use /run/current-system/sw/bin/*"
I didn't realize it causes a nontrivial rebuild (through systemd).
I'll re-push to staging.

This reverts commit 8cf4ef7ab7.
2015-01-01 15:45:32 +01:00
Tobias Geerinckx-Rice 3d92b057f5 merge #5505: use /run/current-system/sw/bin/*
A working /sbin/shutdown (usually provided by systemd) is required by
"rtcwake -m off". Creating a circular dependency on systemd for this
just isn't worth the trouble, so take the straightforward way out.

One could easily make the argument that rtcwake wants to shut down the
*currently running system*, and that the correct API for that *is* in
fact /run/current-system. And it makes a very tempting sort of sense.

@vcunat moved to postPatch and added #FIXME.
2015-01-01 15:45:32 +01:00
William A. Kennington III fbac211a2c cyrus_sasl: Enable kerberos 2015-01-01 15:45:32 +01:00
William A. Kennington III 41a4f1fa3b krb5: 1.12.2 -> 1.13 2015-01-01 15:45:32 +01:00
William A. Kennington III 1444a6806e heimdal: Update build 2015-01-01 15:45:32 +01:00
William A. Kennington III 5fe743930a kerberos: Use default kerberos instead of krb5 2015-01-01 15:45:32 +01:00
William A. Kennington III 75bc862b39 pam_krb5: Keep kerberos instead of krb5 2015-01-01 15:45:32 +01:00
William A. Kennington III 3a409dc5d9 pam_krb5: 2.3.11 -> 2.4.9 2015-01-01 15:45:32 +01:00
aszlig 7350c57140 beets: Add myself to maintainers.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:32 +01:00
Tobias Geerinckx-Rice 56692eec7c Fix user-facing typos (mainly in descriptions) 2015-01-01 15:45:32 +01:00
aszlig ab5e2b46ab beets: Update to new upstream version 1.3.9.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:32 +01:00
aszlig 58cd4985fd beets: Move into its own package directory.
The primary use of beets is not as a Python library and users usually
would expect to install it into the env using "nix-env -i beets" rather
than "nix-env -i pythonX.Y-beets".

Having beets in its own package directory also allows for better
customization, where we're going to implement attributes that can be
used to turn on/off various features and plugins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:31 +01:00
koral fa4b210d3f webkitgtk: added optional geoclue2 dependency. 2015-01-01 15:45:31 +01:00
koral 01a48ead88 webkitgtk: 2.6.2 -> 2.6.4 2015-01-01 15:45:31 +01:00
Austin Seipp e420d371d1 nmap: fix dependencies on makeWrapper/python
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Ricardo M. Correia 24bb7dc46f rustcMaster: Update from 0.13.0-pre-2604-g2f3cff6 -> 0.13.0-pre-2763-g6366631 2015-01-01 15:45:31 +01:00
Vincent Laporte 0f05b01dce Adds ocaml-ojquery-0.1
jQuery Binding for Eliom

Homepage: http://ocsigen.org/ojquery/
2015-01-01 15:45:31 +01:00
Vincent Laporte 8f2588f0ce Adds ocaml-magick-0.34
This package aims to provide the ImageMagick methods to OCaml

Homepage: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick/
2015-01-01 15:45:31 +01:00
Vincent Laporte 4c4768c4b0 Adds ocaml-safepass-1.3
OCaml-safepass is a library offering facilities for the safe storage of
user passwords. By "safe" we mean that passwords are salted and hashed
using the Bcrypt algorithm. Salting prevents rainbow-table based
attacks, whereas hashing by a very time-consuming algorithm such as
Bcrypt renders brute-force password cracking impractical.

Homepage: http://ocaml-safepass.forge.ocamlcore.org/
2015-01-01 15:45:31 +01:00
Peter Simons e9eb8b491b haskell-sdl2: re-enable Haddock phase
GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31.
2015-01-01 15:45:31 +01:00
Lluís Batlle i Rossell 3137a5ca48 Adding scantailor.
(cherry picked from commit 7eda68709e)
2015-01-01 15:45:31 +01:00
Austin Seipp 39e03699fe nixpkgs: afl-1.04b -> 1.06b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp 91f53545cc nixpkgs: p0f 3.07b -> 3.08b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp 6c952fd9e6 nixpkgs: nmap 6.40 -> 6.47
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Ricardo M. Correia 0a97acdc0f grsecurity: Update stable and test patches
stable: 3.0-3.14.27-201412211908 -> 3.0-3.14.27-201412280859
test:   3.0-3.17.7-201412211910  -> 3.0-3.18.1-201412281149
2015-01-01 15:45:31 +01:00
Matej Cotman 3c96afe0b1 etcd: upgrade server and ctl 2015-01-01 15:45:31 +01:00
Matthew William Cox 2028c283cd nixpkgs: unbound 1.4.22 -> 1.5.1 2015-01-01 15:45:31 +01:00
Jaka Hudoklin 1bdcf9a701 Add cadvisor 2015-01-01 15:45:30 +01:00
Eelco Dolstra 698b6f53df Typo 2015-01-01 15:45:30 +01:00
Eelco Dolstra 056ace5bca ntp: Don't depend on openssl, don't install docs 2015-01-01 15:45:30 +01:00
Tom Hunger c53b959c0e Update elm to 0.14.
Note that elm has a different package split: The old Elm 0.13 package
is now elm-compiler, elm-make and elm-package.

Instead of invoking "elm" one now has to use "elm-make".

I kept the 0.13 version of elm around in case someone depends
on it.
2015-01-01 15:45:30 +01:00
Thomas Tuegel 5d7dbaa0fe vcsh: add ttuegel as maintainer 2015-01-01 15:45:30 +01:00
Thomas Tuegel 75a5c8b84f vcsh: bump version to 1.20141026 2015-01-01 15:45:30 +01:00
Vincent Laporte 56d651d347 Adds ocaml-uuseg
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect
grapheme cluster, word and sentence boundaries and the Unicode line
breaking algorithm to detect line break opportunities.

Homepage: http://erratique.ch/software/uuseg
2015-01-01 15:45:30 +01:00
Alexander Kjeldaas f98df44ada Eradicate gzip -9 without -n 2015-01-01 15:45:30 +01:00
Vladimír Čunát 3b353824cc e19: enableParallelBuilding of some larger components
Some parts build too long, it seems to me, so I sped them up.
2015-01-01 15:45:30 +01:00
William A. Kennington III c34daa0b48 ipset: Add derivation 2015-01-01 15:45:29 +01:00
Matej Cotman d5457d7229 efl: fix build 2015-01-01 15:45:29 +01:00
Vladimír Čunát 12c51681d3 upower: use newer version by default
Tested on KDE4, fixed with xfce, and was used with GNOME before.
CC @lethalman.

I did not test e19, as it won't build, probably due to #5392 @shlevy.
CC maintainer @matejc.

Also removed a forgotten unused patch.
2015-01-01 15:45:29 +01:00
Vladimír Čunát 591511c554 xfce4-session: support newer upower by an Arch patch
Tested.
2015-01-01 15:45:29 +01:00
Eduard Bachmakov 0771071cf9 Add photoqt-1.1.0.1
Also, add myself to maintainers.
2015-01-01 15:45:29 +01:00
Vladimír Čunát 1d7bdfac8e libcaca: add another mirror
The original does not work ATM.
2015-01-01 15:45:29 +01:00
Thomas Tuegel 53317799ec suitesparse: add version 4.4.1 2015-01-01 15:45:29 +01:00
Thomas Tuegel 84553e0aa0 arpack: build against atlasWithLapack 2015-01-01 15:45:29 +01:00
Thomas Tuegel 202acdbdaf arpack: version bump to 3.2.0 2015-01-01 15:45:29 +01:00
Thomas Tuegel 32ffad3e6b atlas: optionally build with full lapack 2015-01-01 15:45:29 +01:00
Thomas Tuegel 6e46a100b4 atlas: fix generic options
Build atlas with the generic options recommended by the upstream
documentation for distributions. The expression now takes the parameter
'threads' which configures the number of threads atlas will use. The
default is to build serial atlas ('threads = "0"'). The expression also
takes the parameter 'cacheEdge' which is the L2 cache per core, in
bytes. This reduces build time because the cache size doesn't need to be
detected. It also reduces impurity, since different build nodes on Hydra
may have different hardware. It is set to 256k by default, which is
recommended for distributions by the upstream documentation.
2015-01-01 15:45:29 +01:00
Thomas Tuegel 9c67a3bc35 openblas: version bump to 0.2.13 2015-01-01 15:45:29 +01:00
Stewart Mackenzie 30e21cedae hammer: version bump 2015-01-01 15:45:29 +01:00
lostdj d85bbfcce4 SmartGitHg: update from 6.0.6 to 6.5.3. 2015-01-01 15:45:29 +01:00
codyopel 91531adb78 x265-hg: updated to latest commit, fixed package naming issue 2015-01-01 15:45:29 +01:00
Patrick Mahoney 06e523b7e8 Update skarnet.org software for 2.0 release.
New build system using configure script and GNU Make 4.0, and new
releases of the following using the new build system:

execline 2.0.0.0
s6 2.0.0.0
s6-dns 2.0.0.0
s6-linux-utils 2.0.0.0
s6-networking 2.0.0.0
s6-portable-utils 2.0.0.0
skalibs 2.0.0.0
2015-01-01 15:45:28 +01:00
Charles Strahan a0d62bf978 ghcjs: update to latest 2014-12-31 01:15:13 -05:00
tomberek fdefa49056 Bump minecraft-server to 1.8.1 2014-12-31 00:51:15 -05:00
Charles Strahan 76976398f8 ghcjs: fix whitespace 2014-12-31 00:06:20 -05:00
Charles Strahan df55381b65 ghcjs: restructure 2014-12-31 00:03:43 -05:00
aszlig 880c985f27
Merge branch 'better-beets'.
Makes beets actually usable (and configurable) on Nix(OS), if you want
to use more plugins rather than just plain lookup of tracks based on
(fuzzy) string matching.

This also changes the derivation name from "python2.7-beets" to just
"beets".

* Commit summary:
  beets: Check dependencies on activated plugins.
  beets: Check plugin definitions against package.
  beets: Use audiotools backend for replaygain.
  beets: Allow to configure plugin dependencies.
  beets: Switch to using fetchFromGitHub.
  python: Add new package audiotools.
  python: Add new package discogs_client.
  python: Add pyacoustid and dependencies.
  python/mutagen: Update to upstream version 1.27.
  mp3gain: Fix output path bin directory.
  beets: Add myself to maintainers.
  beets: Update to new upstream version 1.3.9.
  beets: Move into its own package directory.
2014-12-30 23:21:57 +01:00
Arseniy Seroka c087c456af Merge pull request #5510 from k0ral/fast-export
fast-export: update to last revision from upstream
2014-12-31 01:19:42 +03:00
aszlig 05f6061d1d
beets: Check dependencies on activated plugins.
Beets tries to load oll activated plugins on "beet config -e" (however
only on the second run, thus the dummy), so we just pass all activated
plugins into a generated config file and bail out on any errors.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 23:13:56 +01:00
aszlig 740da53c72
beets: Check plugin definitions against package.
The reason for doing this is in order to not forget about possible
dependencies in new upstream releases, so if upstream is introducing a
new plugin where we're lacking dependencies, the build will fail on our
side and we can check whether we'll need those.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 23:11:57 +01:00
aszlig f2364772b8
beets: Use audiotools backend for replaygain.
Using commands such as mp3gain and aacgain is only the default for
backwards-compatible reasons. However, on Nix(OS), we would have to
either patch those tools into beets or rely on an impurity, so let's
depend on audiotools and also default to that backend.

Of course, there is also a GStreamer backend, but it comes with a hell
of additional dependencies (which not only cover audio files), which is
why I decided against defaulting to GStreamer and package audiotools
instead (in eecd932).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 23:06:28 +01:00
aszlig 2acc258dff
beets: Allow to configure plugin dependencies.
This also fleshes out/fixes the unit tests, which I've used for
gathering the individual requirements.

Along various Python dependencies we now also have a build-time
dependency on bashInteractive and a runtime dependency on
bashCompletion, which is needed for command line completion to work
correctly.

However, some tests for the shell completion fail at the moment, so I've
disabled them for now.

The patch for fixing mediafile codec info is a modified version of
sampsyo/beets@903e88a, where I just dropped the second hunk modifying
the changelog. It is already merged to master and thus expected to be in
the next upstream version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 23:05:22 +01:00
aszlig d84ea8aea7
beets: Switch to using fetchFromGitHub.
The reason for doing this is because the package on PyPI is missing some
files needed for running the test suite (for example:
test/test_completion.sh).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:46:22 +01:00
aszlig eecd932493
python: Add new package audiotools.
This is needed for the replaygain plugin in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:36:09 +01:00
aszlig a1acc35177
python: Add new package discogs_client.
Needed in order to fetch Discogs album information in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:34:48 +01:00
aszlig 07c9efaf22
python: Add pyacoustid and dependencies.
We're going to need this for fingerprinting support in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:33:55 +01:00
aszlig 5278695304
python/mutagen: Update to upstream version 1.27.
Also now comes with a few more build dependencies in order to run tests,
which for this version now succeed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:31:16 +01:00
aszlig 9634b52039
mp3gain: Fix output path bin directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:30:05 +01:00
Moritz Ulrich f43d67d43a Dwarf Fortress: Update to 0.40.23. 2014-12-30 22:14:02 +01:00
koral e00e679d12 New haskell package: webkitgtk3 2014-12-30 21:32:09 +01:00
Eelco Dolstra 035e502b5b Disambiguate util-linux package names 2014-12-30 18:32:45 +01:00
Karn Kallio 9b81769950 openjdk : Patch to extend valid currency change dates to 20 years. 2014-12-30 16:42:42 +01:00
koral 10b3d1ad7b fast-export: update to last revision from upstream 2014-12-30 14:54:12 +01:00
Bjørn Forsman 7f06428544 xidel: new package
Command line tool to download and extract data from html/xml page.

http://videlibri.sourceforge.net/xidel.html
2014-12-30 14:00:37 +01:00
Oliver Charles cd1321be53 haskellPackages.netwire: Update to 5.0.1 2014-12-30 10:58:36 +00:00
Vladimír Čunát 3f7ff5f8f9 telepathy-misson-control: minor update, disable upower
Disabling upower is probably just a temporary work around
the incompatibility with 0.99.*
2014-12-30 11:04:50 +01:00
Peter Simons 6f724d8e22 Merge pull request #5501 from k0ral/webkitgtk
webkitgtk: 2.6.2 -> 2.6.4
2014-12-30 11:01:02 +01:00
Vladimír Čunát 6222093eec Revert "merge #5505: use /run/current-system/sw/bin/*"
I didn't realize it causes a nontrivial rebuild (through systemd).
I'll re-push to staging.

This reverts commit 8cf4ef7ab7.
2014-12-30 10:51:36 +01:00
Tobias Geerinckx-Rice 8cf4ef7ab7 merge #5505: use /run/current-system/sw/bin/*
A working /sbin/shutdown (usually provided by systemd) is required by
"rtcwake -m off". Creating a circular dependency on systemd for this
just isn't worth the trouble, so take the straightforward way out.

One could easily make the argument that rtcwake wants to shut down the
*currently running system*, and that the correct API for that *is* in
fact /run/current-system. And it makes a very tempting sort of sense.

@vcunat moved to postPatch and added #FIXME.
2014-12-30 10:31:20 +01:00
William A. Kennington III 488e6e6e9c cyrus_sasl: Enable kerberos 2014-12-30 01:04:16 -08:00
William A. Kennington III 0196fda4f4 krb5: 1.12.2 -> 1.13 2014-12-30 01:03:29 -08:00
William A. Kennington III 0566d647e8 heimdal: Update build 2014-12-30 01:02:41 -08:00
William A. Kennington III afeef240dc kerberos: Use default kerberos instead of krb5 2014-12-30 00:05:12 -08:00
William A. Kennington III 18892629c2 pam_krb5: Keep kerberos instead of krb5 2014-12-29 23:25:35 -08:00
William A. Kennington III 315c53bbd3 pam_krb5: 2.3.11 -> 2.4.9 2014-12-29 22:32:23 -08:00
Domen Kožar 6dc71c19b0 Merge pull request #5480 from lostdj/ltp/upstream-master/smartgit653
SmartGitHg: update from 6.0.6 to 6.5.3.
2014-12-30 03:47:14 +01:00
Domen Kožar 503071b77f Merge pull request #5495 from mcox/unbound
nixpkgs: unbound 1.4.22 -> 1.5.1
2014-12-30 03:46:36 +01:00
aszlig 814a0519fe
beets: Add myself to maintainers.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 03:31:27 +01:00
Tobias Geerinckx-Rice c64257b8e5 Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
aszlig de29819b03
beets: Update to new upstream version 1.3.9.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 03:29:16 +01:00