Commit Graph

28050 Commits

Author SHA1 Message Date
Eelco Dolstra
a218b2d3cb xfce: Fix missing icons
Xfce didn't have a default value for its icon theme, so most icons
were missing until the user explicitly selected an icon theme in the
appearance settings.  Example:

  http://hydra.nixos.org/build/5717570/download/1/screen.png

This patch sets the Rodent theme as the default (which used to be the
case on NixOS).

http://lists.freebsd.org/pipermail/freebsd-ports/2012-June/076349.html
http://www.freebsd.org/cgi/query-pr.cgi?pr=168688
2013-08-15 16:15:11 +02:00
Rob Vermaas
47c9825c2d Update boto to 2.9.9 2013-08-15 16:01:36 +02:00
Shea Levy
ddb8b7f831 Make all node packages available at the top level via their real name/version
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-15 09:57:07 -04:00
Shea Levy
63d096bc46 libjson: Update to 7.6.1
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-15 09:30:52 -04:00
Rok Garbas
48e89259b1 pypi2nix should only be avaliable for python27 2013-08-15 14:33:24 +02:00
Mathijs Kwik
b85984d840 linux-3.10: upgrade to 3.10.7 2013-08-15 14:06:27 +02:00
Peter Simons
e2baa14add xxdiff: update to version 4.0 2013-08-15 12:25:07 +02:00
aszlig
9faad8f274
chromium: Fix meta.description attribute.
The description now no longer contains the package name itself. Thanks
to nixpkgs-lint for noticing :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-15 11:11:02 +02:00
aszlig
e76a755517
uqm: Add myself to the maintainers list.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-15 10:43:39 +02:00
aszlig
3fbd3a025d
uqm: Symlink addons and packages.
Copying these over to the output path of the main derivation will just
unnecessarily blow up the size of it with files we already have in the
store anyway.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-15 10:43:39 +02:00
aszlig
80673a70e7
uqm: Add an option to use the remix packs.
The remix packs are a collection of newly remixed versions of the
old music from the PC/3DO versions. By using useRemixPacks these are
fetched as well and added to the game.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-15 10:43:39 +02:00
aszlig
5b421a86f6
uqm: Convert base16 SHA256 hashes to base32.
We want to have shorter SHAs, don't we? :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-15 10:43:39 +02:00
aszlig
7e2587561d
uqm: Switch to using fetchurl for uqm3donix.
As we now have a tagged first release, it really doesn't make sense to
introduce additional dependencies by using fetchgit.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-15 10:43:38 +02:00
Evgeny Egorochkin
857cfb4c03 Merge pull request #833 from lovek323/p7zip
p7zip: fix build on darwin
2013-08-14 21:22:08 -07:00
Evgeny Egorochkin
1af650355b Merge pull request #831 from the-kenny/avra-1.3.0
avra-1.3.0: Assember for the Atmel AVR microcontroller family
2013-08-14 21:20:02 -07:00
Jason "Don" O'Conal
e822cc9c44 p7zip: fix build on darwin 2013-08-15 13:53:43 +10:00
Eelco Dolstra
68469ca342 releaseTools.aggregate: Rename ‘members’ to ‘constituents’ 2013-08-15 02:29:08 +02:00
Eelco Dolstra
d46858d5b8 Propagate failure of aggregate members 2013-08-15 01:40:33 +02:00
Moritz Ulrich
f15af7c8e6 avra-1.3.0: Assember for the Atmel AVR microcontroller family
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-14 23:37:17 +02:00
aszlig
23a53b8dfa
windowmaker: New package in version 0.95.4.
Packaged this for @devhell sometime ago and adding it here so maybe it's
useful for other people using Nix(OS).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:59 +02:00
aszlig
f67392cbca
paramiko: Correctly call the test suite.
Using setup.py, the test suite isn't run at all, because it's not
referenced there. So let's call it directly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:59 +02:00
aszlig
4f62f1603a
uqm: Update video extractor to latest Git version.
This updates the 3DO video extractor to the latest Git version, which
should fix a too restrictive dependency on base which leads to it not
compiling with current nixpkgs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:58 +02:00
aszlig
edc4e80862
picard: Patch in path of AcoustED fingerprinter.
That way we have the fingerprinter preselected in the configuration file
and the user doesn't need to search with an "open file" dialog inside
the Nix store.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:58 +02:00
aszlig
e8eea6c2c0
acoustid-fingerprinter: Add new package, v0.6.
This is the commandline tool for interacting with the chromaprint
library and it's needed for Picard version 1.2 (as it no longer has
support for AmpliFIND/PUIDs).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:58 +02:00
aszlig
d5487fc684
chromaprint: Add new package in version 0.7.
This is the core component of the AcoustID project and is the library
for extracting/querying of audio fingerprints.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:57 +02:00
aszlig
213ff4d38c
chromium: Update beta and dev channels.
This introduces the following new versions:

beta: 29.0.1547.41 -> 29.0.1547.49 (builds fine, tested)
dev:  30.0.1581.2  -> 30.0.1588.0  (builds fine, tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:57 +02:00
aszlig
a3bd1be27b
redshift: Update to new upstream version 1.7.
Upstream release notes:

 - Add Geoclue location provider by Mathieu Trudel-Lapierre.
 - Allow brightness to be adjusted (-b).
 - Provide option to set color temperature directly (Joe Hillenbrand).
 - Add option to show program version (-V).
 - Add configure.ac option to install ubuntu icons. They will no longer
   be installed by default (Francesco Marella).
 - config: Look in %userprofile%/.config/redshift.conf on windows platform.
 - Fix: w32gdi: Obtain a new DC handle on every adjustment. This fixes a
   bug where redshift stops updating the screen.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:57 +02:00
aszlig
f84d1fe3f5
picard: Update to new upstream version 1.2.
Changes since 1.1:

 - Picard now requires at least Python 2.6
 - Removed support for AmpliFIND/PUIDs
 - Add support for the Ogg Opus file format
 - It's now possible to download cover images without any plugin. Cover
   Art Archive images can be downloaded by image type
 - Improved directory scanning performance
 - Prefer already-loaded releases of the same RG when matching files
 - Allow dropping new files onto specific targets
 - Add basic collections management support (PICARD-84)
 - Allow adding custom tags in the tag editing dialog (PICARD-349)
 - Fix replacing of Windows-incompatible characters (PICARD-393)
 - Save both primary and secondary release types (PICARD-240)
 - Handle errors from the AcoustID service better (PICARD-391)
 - Accept HTTPS URLs on drag-and-drop (PICARD-378)

Full release announcement can be found here:

http://blog.musicbrainz.org/2013/03/31/picard-1-2-released/

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:56 +02:00
aszlig
a41d0cb640
chromium: Drop cups_allow_deprecated.patch.
It's no longer needed in current Chromium/CUPS versions.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:56 +02:00
Bjørn Forsman
53fe67e74d ipython: 0.13.2 -> 1.0.0
Release notes:
http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html
2013-08-14 19:16:22 +02:00
Peter Simons
91ad63716c haskell-yesod: update to version 1.2.2 2013-08-14 11:53:08 +02:00
Peter Simons
e1461748f5 haskell-yesod-test: update to version 1.2.1 2013-08-14 11:53:08 +02:00
Peter Simons
e47758a1ec haskell-yesod-form: update to version 1.3.1 2013-08-14 11:53:08 +02:00
Peter Simons
7d5678a51e haskell-yesod-core: update to version 1.2.4 2013-08-14 11:53:08 +02:00
Peter Simons
79a6fd35c9 haskell-yesod-bin: update to version 1.2.2.1 2013-08-14 11:53:08 +02:00
Peter Simons
0cdda690fa haskell-yesod-auth: update to version 1.2.1 2013-08-14 11:53:08 +02:00
Peter Simons
3bbe2f54db haskell-yaml: update to version 0.8.4.1 2013-08-14 11:53:07 +02:00
Peter Simons
e63aed801f haskell-xml-conduit: update to version 1.1.0.6 2013-08-14 11:53:07 +02:00
Peter Simons
baf44bfbbf haskell-warp: update to version 1.3.9.1 2013-08-14 11:53:07 +02:00
Peter Simons
e2fcb8d67b haskell-wai-extra: update to version 1.3.4.3 2013-08-14 11:53:07 +02:00
Peter Simons
54609334b8 haskell-tagged: update to version 0.7 2013-08-14 11:53:07 +02:00
Peter Simons
7faf783bad haskell-resourcet: update to version 0.4.7.2 2013-08-14 11:53:07 +02:00
Peter Simons
1493fa028b haskell-repa-algorithms: update to version 3.2.4.1 2013-08-14 11:53:07 +02:00
Peter Simons
3c1e499b16 haskell-persistent: update to version 1.2.3.0 2013-08-14 11:53:07 +02:00
Peter Simons
c6a9104810 haskell-network-conduit-tls: update to version 1.0.1 2013-08-14 11:53:07 +02:00
Peter Simons
3537e15b31 haskell-mime-mail: update to version 0.4.2.1 2013-08-14 11:53:07 +02:00
Peter Simons
5c0be3ea6a haskell-logict: update to version 0.6.0.1 2013-08-14 11:53:07 +02:00
Peter Simons
3e2857dbae haskell-http-conduit: update to version 1.9.4.2 2013-08-14 11:53:07 +02:00
Peter Simons
f9b89e6f13 haskell-hspec: update to version 1.7.0 2013-08-14 11:53:07 +02:00
Peter Simons
5e53bec090 haskell-hspec-meta: update to version 1.6.2 2013-08-14 11:53:07 +02:00