Commit graph

32126 commits

Author SHA1 Message Date
Bjørn Forsman ffd3e0f02c logstalgia: fix attribute and directory name typo
Change "logstalgica" to "logstalgia".
2014-01-18 21:47:39 +01:00
Ricardo M. Correia 0cf9a083d9 virt-manager: Fix running with --no-fork
This removes nixpkgs' custom runners and instead copies the main python source
files to the bin directory, then wraps them up as usual.

Hopefully this will be more reliable than other previous wrapping methods.
2014-01-18 20:45:27 +00:00
Cillian de Róiste 51a5f9c364 hydrogen: update from 0.9.5 to 0.9.5.1
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fxvg8py63xnwyyqmaws7n310l423xbp9h-hydrogen-0.9.5.1
2014-01-18 21:28:19 +01:00
Cillian de Róiste 329377b6ca synthv1: update from 0.3.2 to 0.3.6
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fr5rfpb9zn3pa8yhxfz5d5ngqqj6n6mgg-synthv1-0.3.6
2014-01-18 21:27:41 +01:00
Cillian de Róiste 6105b41eac samplv1: update from 0.3.5 to 0.3.6
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fdgrhrqf4j0q0601fgh81bhzkcgj7h4b0-samplv1-0.3.6
2014-01-18 21:27:06 +01:00
Cillian de Róiste 122905154c qtractor: update from 0.5.4 to 0.5.12
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fyaq7iknwr79xwrmc4igrs3ygdy61ryjl-qtractor-0.5.12
2014-01-18 21:22:20 +01:00
Cillian de Róiste c5269290c3 qsynth: update from 0.3.6 to 0.3.8
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fycg9bkl40sch06kcyjvmnmkxq5mas9p6-qsynth-0.3.8
2014-01-18 21:16:28 +01:00
Mathijs Kwik 71dc9ad252 llvm: remove deprecation warning. We prefer using the default version
unless a package really needs a newer/older one
2014-01-18 19:30:48 +01:00
Bjørn Forsman 2b74a47006 gource: fix build
gource currently fails in the configure phase:

  configure: error: Could not link against -lGLU !

This is a very misleading error, it seems to happen because configure
doesn't find boost libraries and ends up with uninitialized variable(s).
That in turn cause it to fail later with this unrelated error.

Fix by using boost libraries, not only the headers. gource also grew a
dependency on GLM, so add that to buildInputs.
2014-01-18 19:05:33 +01:00
Bjørn Forsman 1b4d50dbac glm: new package
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL)
specification and released under the MIT license.

http://glm.g-truc.net/
2014-01-18 19:05:32 +01:00
Ricardo M. Correia cd953d80e1 chromium: Update stable channel from 31.0.1650.57 -> 32.0.1700.77 2014-01-18 17:40:37 +00:00
Ricardo M. Correia 84f35a7cc1 libaio: Fix download URL 2014-01-18 15:24:42 +00:00
Lluís Batlle i Rossell b1a2c74394 Filegive: update to 0.7.4.
Compatibility with IE/chrome, report TLS connections, cipherings,
useragents, etc.
2014-01-18 16:06:35 +01:00
Peter Simons 0915582af9 haskell-hasktags: update to version 0.68.5 2014-01-17 11:59:16 +01:00
Peter Simons bbc889e619 haskell-xss-sanitize: update to version 0.3.4.2 2014-01-17 11:59:16 +01:00
Peter Simons 5f897baf0d haskell-skein: update to version 1.0.8.1 2014-01-17 11:59:16 +01:00
Peter Simons 930150bf4b haskell-http-common: update to version 0.7.1.1 2014-01-17 11:59:16 +01:00
Peter Simons 30e8a526e4 haskell-esqueleto: update to version 1.3.4.3 2014-01-17 11:59:16 +01:00
Peter Simons 5647e94552 haskell-encoding: update to version 0.7 2014-01-17 11:59:16 +01:00
Peter Simons 45d2daa9b9 haskell-attoparsec-enumerator: update to version 0.3.2 2014-01-17 11:59:16 +01:00
Peter Simons fff2e9731a haskell-SHA: update to version 1.6.4 2014-01-17 11:59:16 +01:00
Peter Simons a3f00d61f8 Merge pull request #1521 from maggesi/marginal-updates
Update Io lang to version 2013.12.04
2014-01-17 02:47:04 -08:00
Peter Simons ca73a92578 wireshark: the gtk3 build fails, so use gtk2
Duh, this is much more difficult than I would have thought.
2014-01-17 11:10:58 +01:00
Peter Simons ac2a215c10 wireshark: build GUI with gtk3
This should be configurable, I guess.
2014-01-17 10:37:53 +01:00
Moritz Ulrich 47f5d8a5ea streamripper: Fix wrong attribute path. 2014-01-17 01:15:10 +01:00
Moritz Ulrich 0ec365cd63 New package: Streamripper: Record MP3 radio streams. 2014-01-17 01:13:57 +01:00
Peter Simons 4664108f8e gnucash: revert update from 2.4.15 to 2.6.0
The 2.6.0 version doesn't compile, and the error doesn't seem to be easy to fix.
2014-01-16 20:35:26 +01:00
Rok Garbas a39490d709 fixing munin (broken by latest version update) also switch to fetchgit 2014-01-16 18:07:16 +00:00
Shea Levy 7f2559272b Add http-common haskell package.
This fixes nixpkgs evaluation

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-16 10:08:40 -05:00
Peter Simons e7cec32922 haskell-yesod-core: update to version 1.2.6.5 2014-01-16 15:28:49 +01:00
Peter Simons e8d4879618 haskell-yaml-light: update to version 0.1.4 2014-01-16 15:28:49 +01:00
Peter Simons 030edd8a27 haskell-xmlhtml: update to version 0.2.3.1 2014-01-16 15:28:49 +01:00
Peter Simons e6898cf23e haskell-wl-pprint-text: update to version 1.1.0.2 2014-01-16 15:28:49 +01:00
Peter Simons de61d50eae haskell-wl-pprint-terminfo: update to version 3.7.1 2014-01-16 15:28:49 +01:00
Peter Simons bfa2619c3d haskell-websockets-snap: update to version 0.8.2.1 2014-01-16 15:28:49 +01:00
Peter Simons e46a8045e1 haskell-vty: update to version 4.7.3 2014-01-16 15:28:49 +01:00
Peter Simons 5f16eeea96 haskell-type-eq: update to version 0.4.1 2014-01-16 15:28:49 +01:00
Peter Simons 7362016f5e haskell-pandoc-types: update to version 1.12.3.1 2014-01-16 15:28:48 +01:00
Peter Simons fd30675e2a haskell-openssl-streams: update to version 1.1.0.0 2014-01-16 15:28:48 +01:00
Peter Simons e69d9e7d1a haskell-network-conduit: update to version 1.0.1 2014-01-16 15:28:48 +01:00
Peter Simons d031f761b3 haskell-network-conduit-tls: update to version 1.0.3 2014-01-16 15:28:48 +01:00
Peter Simons d5c0ad38bd haskell-intervals: update to version 0.4.1 2014-01-16 15:28:48 +01:00
Peter Simons 5f5a91fe71 haskell-http-streams: update to version 0.7.1.1 2014-01-16 15:28:48 +01:00
Peter Simons 28aa9cde64 haskell-hexpat: update to version 0.20.6 2014-01-16 15:28:48 +01:00
Peter Simons 3dc8ffdbc0 haskell-heist: update to version 0.13.0.4 2014-01-16 15:28:48 +01:00
Peter Simons d6fee0c119 haskell-distributive: update to version 0.4 2014-01-16 15:28:48 +01:00
Peter Simons 2385cd7110 haskell-diagrams-contrib: update to version 1.1.0.1 2014-01-16 15:28:48 +01:00
Peter Simons 9bb83a560d haskell-crypto-conduit: update to version 0.5.2.2 2014-01-16 15:28:48 +01:00
Peter Simons db6155cc88 haskell-conduit: update to version 1.0.10 2014-01-16 15:28:47 +01:00
Vladimír Čunát fcb9e031f8 xorg.xf86-video-ati: update 7.2.0 -> 7.1.0
Proposed by @kosmikus.
2014-01-16 14:36:42 +01:00