Commit graph

32835 commits

Author SHA1 Message Date
Peter Simons fecb119e5e haskell-coroutine-object: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons ee890f01f8 haskell-TypeCompose: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons b4e1774272 haskell-hoodle: re-generate with cabal2nix 2014-01-20 18:04:59 +01:00
Oliver Charles e217fd9ae8 haskellPackages.tastyRerun: New expression 2014-01-20 15:45:55 +00:00
Ian-Woo Kim 7b51e24de9 add hoodle (pen notetaking program written in haskell) to nixpkgs 2014-01-20 15:18:04 +00:00
Eelco Dolstra 8890492872 openjdk: Ugly hack to fix nix-env installation
Nix-env always wants to install all outputs of a derivation, but this
failed for openjdk/openjre because openjdk has some symlinks (such as
bin/java) to openjre.  Also, it prevents installing the openjre
without the openjdk.  So as a workaround, mess with the "outputs"
attribute to fool nix-env.

Also, give openjre a separate name and description.

Fixes #1535.
2014-01-20 14:58:09 +01:00
Bas van Dijk 9068ba2bb4 postgresql: Add version 9.3 2014-01-20 14:58:09 +01:00
Eelco Dolstra 37a44d4055 libvpx: Don't install static library 2014-01-20 14:58:09 +01:00
Domen Kožar e1602a5e21 Merge pull request #1551 from urv/master
calibre: upgrade from 1.17.0 to 1.20.0
2014-01-20 05:53:08 -08:00
Lluís Batlle i Rossell 3faf620e8a Updating libvpx to 1.3.0, and making ffmpeg include vpx
I don't think there is any reason not to have vpx there. It's
part of webm.
2014-01-20 13:47:24 +01:00
Lluís Batlle i Rossell 4a4950f323 Setting license to elinks.
Disabling guile, due to licence incompatibility.
2014-01-20 13:47:24 +01:00
Peter Simons fcc23fe0db Merge pull request #1556 from ocharles/siege
Update siege to 3.0.5 and add meta information
2014-01-20 04:37:35 -08:00
Peter Simons c6be3dbf1d scons: add pythonPath attribute to ensure that the python-wrapper recognizes this package as providing a python library 2014-01-20 13:29:36 +01:00
Oliver Charles a2d0ec2f4b Update siege to 3.0.5 and add meta information 2014-01-20 11:59:28 +00:00
Oliver Charles a76e69894c Update siege 2014-01-20 11:44:19 +00:00
Domen Kožar 34270e37a7 Add gnome3.gjs 2014-01-20 12:35:31 +01:00
Domen Kožar 914b6c249b Add gnome3.mutter 2014-01-20 12:35:31 +01:00
Domen Kožar 35e76926a5 Add gnome3.caribou 2014-01-20 12:35:31 +01:00
Shea Levy 55e6303d6a Add full llvm build, update libc++ and dragonegg
Some packages in the llvm suite (e.g. compiler-rt) cannot be built
separate from the build of llvm, and while some others (e.g. clang) can
the combined build is much better tested (we've had to work around
annoying issues before). So this puts llvm, clang, clang-tools-extra,
compiler-rt, lld, lldb, and polly all into one big build (llvmFull).
This build includes a static llvm, as dynamic is similarly less tested
and has known failures.

This also updates libc++ and dragonegg. libc++ now builds against
libc++abi as a separate package rather than building it during the
libc++ build.

The clang purity patch is gone. Instead, we simply set --sysroot to
/var/empty for pure builds, as all impure paths are either looked up in
the gcc prefix (which we hard-code at compile time) or in the sysroot.
This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in
the normal Linux paths by default, which is the proper behavior IMO.

polly required an updated isl. When stdenv-updates is merged, perhaps we
can update the isl used by gcc and avoid having two versions.

Since llvm on its own is now separate from the llvm used by clang, I've
removed myself as maintainer from llvm and will leave maintenance of
that to those who are interested in llvm separate from clang.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 05:42:38 -05:00
Lluís Batlle i Rossell 86808f2c46 Making elinks not use python by default.
It fails to start for me, due to a python problem, otherwise. And I
don't know why I'd need python, so by now I disable it by default.
2014-01-20 09:27:27 +01:00
Lluís Batlle i Rossell 01a2986560 Updating elinks to 0.12pre6 2014-01-20 09:16:19 +01:00
Shea Levy 3ae5e801a5 Linux 3.13
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 22:35:24 -05:00
Shea Levy b529a34b4a Add Fedora 20
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 20:50:46 -05:00
Domen Kožar 745472d66a Add gnome3.gnome_settings_daemon 2014-01-19 23:15:00 +01:00
Bjørn Forsman 1e3289efb4 cgit: fix snapshot feature by using full paths to gzip/bzip2/xz 2014-01-19 22:59:51 +01:00
Bjørn Forsman 3a917b5c2d cgit: enable lua support
Filters can now take advantage of the built-in lua interpreter (much
faster than fork and exec).
2014-01-19 22:46:53 +01:00
Bjørn Forsman 8c25a73def cgit: update from 0.9.2 to 0.10 2014-01-19 22:12:12 +01:00
Domen Kožar e3c80f19cf Add gnome3.geocode_glib 2014-01-19 22:09:51 +01:00
Arvin Moezzi da4dbbfd11 calibre: upgrade from 1.17.0 to 1.20.0 2014-01-19 22:04:41 +01:00
Shea Levy fd99863e14 elinks: Actually enable javascript
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 15:16:40 -05:00
Cillian de Róiste 0fde298047 lv2: update from 1.6.0 to 1.8.0 2014-01-19 21:10:50 +01:00
Cillian de Róiste 000b1ad43a suil: update from 0.6.16 to 0.8.0 2014-01-19 21:10:50 +01:00
Cillian de Róiste 9f857e6e0c sratom: update from 0.4.2 to 0.4.4 2014-01-19 21:10:50 +01:00
Cillian de Róiste f5642f26dd lilv: update from 0.16.0 to 0.18.0 2014-01-19 21:10:50 +01:00
Shea Levy 0e74c9f4dc Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 13:38:37 -05:00
Shea Levy cb24530135 Fix whitespace
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 12:40:31 -05:00
Shea Levy 4b9da6697b Merge branch 'master' of git://github.com/madjar/nixpkgs
rust: Add

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 12:39:17 -05:00
Shea Levy d7bf8677a3 Merge branch 'ag' of git://github.com/madjar/nixpkgs
silver-search: Add

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 12:23:37 -05:00
Vladimír Čunát 03c9791e0a phonon_backend_vlc: fix build by adding pkgconfig
Commented on 86f7aec950 (commitcomment-5111284)
2014-01-19 18:00:05 +01:00
Georges Dubus 9f9244f061 silver-search: Add 2014-01-19 17:42:43 +01:00
Georges Dubus 2a0f1cd6f1 rust: Add 2014-01-19 17:30:36 +01:00
Mathijs Kwik 9878037603 haskell-hasktags: upgrade to 0.68.6 2014-01-19 16:06:18 +01:00
Cillian de Róiste 0ec2adc69d mda_lv2: update from 1.0.0 to 1.2.2 2014-01-19 14:59:48 +01:00
Cillian de Róiste c9d1ed561f lmms: tidy up, fix build 2014-01-19 14:43:05 +01:00
Nixpkgs Monitor f95dfe1502 lmms: update from 0.4.10 to 0.4.15 2014-01-19 14:43:05 +01:00
Peter Simons 17d58c370b Merge pull request #1540 from ocharles/haskellPackages.exPool
haskellPackages.exPool: Do not fix the version of hashable
2014-01-19 05:16:36 -08:00
Peter Simons 6b503927b8 Merge pull request #1541 from ocharles/haskellPackages.threepennyGui
haskellPackages.threepennyGui: New expression
2014-01-19 05:16:18 -08:00
Peter Simons a74b2c62ab Merge pull request #1542 from ocharles/haskellPackages.exceptions
haskellPackages.exceptions: Update to 0.3.3 and enable tests
2014-01-19 05:16:08 -08:00
Peter Simons 6b6a3af5c3 Merge pull request #1543 from ocharles/haskellPackages.timezone
haskellPackages.timezoneOlson/haskellPackages.timezoneSeries: New expressions
2014-01-19 05:14:51 -08:00
Peter Simons 9ee3ff2088 Merge pull request #1545 from basvandijk/libossp-uuid
Add new package libossp-uuid-1.6.2
2014-01-19 05:14:31 -08:00
Cillian de Róiste 76267063a5 jalv: update from 1.4.2 to 1.4.4 2014-01-19 13:06:51 +01:00
Cillian de Róiste b3a116c762 zynaddsubfx: fix build, tidy up, add JACK support 2014-01-19 13:01:49 +01:00
Cillian de Róiste 78c4b0868e zynaddsubfx: update from 2.4.1 to 2.4.3 2014-01-19 12:47:17 +01:00
Cillian de Róiste cbacf96b1c yoshimi: add cairo as build input 2014-01-19 12:44:28 +01:00
Cillian de Róiste e9e8cf4b98 Tidy up 2014-01-19 12:44:27 +01:00
Cillian de Róiste ea72595fab yoshimi: update from 0.060.12 to 1.1.0 2014-01-19 12:43:58 +01:00
Cillian de Róiste 52213afd48 qsynth: add linux as a platform 2014-01-19 12:26:35 +01:00
Vladimír Čunát 83a2e8554b spacefm: fix schema-crash (in preferences), nitpicks
I also did some style changes to be closer to most in nixpkgs.
2014-01-19 12:11:19 +01:00
Vladimír Čunát 177667eea9 xxdiff, qt5: use bison2 2014-01-19 11:48:48 +01:00
Vladimír Čunát d37aec1ac4 poppler: bugfix update 0.24.4 -> .5
Also Qt4 binding bugfix.
2014-01-19 10:24:56 +01:00
Bas van Dijk 242dfe152d Use a short and long description for libossp-uuid 2014-01-18 23:28:16 +01:00
Bas van Dijk c7e19f9679 Use stdenv.lib.licenses.bsd instead of "bsd" 2014-01-18 23:09:27 +01:00
Marco Maggesi e634e4ae6b Update OCaml library Camomile to version 0.8.5 2014-01-18 20:56:45 +00:00
Marco Maggesi c54a9276ba Update menhir to version 20130115 2014-01-18 20:56:44 +00:00
Marco Maggesi cd2fd2a401 Update cryptokit to version 1.9 2014-01-18 20:56:44 +00:00
Marco Maggesi 389da8b64c Update camlp5 to version 6.11 2014-01-18 20:56:44 +00:00
Marco Maggesi 663845fc9e Update OCaml OUnit to version 2.0.0 2014-01-18 20:56:44 +00:00
Marco Maggesi cf6ac40585 Update OCaml findlib to version 1.4 2014-01-18 20:56:44 +00:00
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
Bas van Dijk a4111bd67f Add new package libossp-uuid-1.6.2 2014-01-18 20:54:52 +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
Mathijs Kwik 6072a289fc llvm: no-rule-aarch64.patch is only needed on 3.3
the fix just missed 3.3 but it's in 3.4
see bottom of: http://llvm.org/bugs/show_bug.cgi?id=16625
2014-01-18 19:13:29 +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
Shea Levy fe8b00e9fa gnu-efi: Fix build
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-18 11:49:59 -05:00
Vladimír Čunát 3f9388436b tarball/release: change gnat44 (removed) into gnat 2014-01-18 17:06:56 +01: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
Vladimír Čunát 0a58b512cb Merge master into stdenv-updates
Conflicts (simple):
	pkgs/development/compilers/gcc/4.8/default.nix
	pkgs/development/compilers/llvm/default.nix
	pkgs/development/libraries/gmp/5.1.1.nix
	pkgs/development/libraries/gmp/5.1.3.nix
	pkgs/development/libraries/gmp/5.1.x.nix
	pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Oliver Charles 1388fc4dc8 haskellPackages.timezoneOlson/haskellPackages.timezoneSeries: New expressions 2014-01-17 23:59:16 +00:00
Oliver Charles 4a86098110 haskellPackages.exceptions: Update to 0.3.3 and enable tests 2014-01-17 23:58:43 +00:00
Oliver Charles 5d2a8e2d2e haskellPackages.threepennyGui: New expression 2014-01-17 23:55:34 +00:00
Oliver Charles 2581da31b0 haskellPackages.exPool: Do not fix the version of hashable
The latest version of ex-pool does not have this requirement.
2014-01-17 23:53:44 +00:00
Vladimír Čunát 2848336491 ghc-7.6.3: disable parallel building (fails on Hydra) 2014-01-17 21:57:30 +01:00
Eelco Dolstra 48f87d5d2a fixupPhase: Handle the case where $prefix doesn't exist
http://hydra.nixos.org/build/8149154
2014-01-17 12:41:08 +01:00
Eelco Dolstra 86afcccecb sp-compat: Fix build
You can't run fixupPhase before installPhase.

http://hydra.nixos.org/build/8149119
2014-01-17 12:13:20 +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
Peter Simons 3988e0ca51 gource: mark as broken
The configure process finds libGLU just fine, but then aborts saying:

  configure: error: Could not link against -lGLU !
2014-01-16 10:25:04 +01:00
Vladimír Čunát 15a19994c9 kde4(10).pykde4: fix build via downgrading sip and pyqt4
Cf. 501008ad6f (commitcomment-5080684)
2014-01-16 08:59:31 +01:00
Shea Levy 3452f807d4 Update dropbox daemon
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:37:13 -05:00
Shea Levy bb5337044a Update dropbox.py hash
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:09:05 -05:00
Shea Levy 32721cd3df Add todo.txt-cli, a cli todo list manager
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 19:44:37 -05:00
Sander van der Burg 8faebb5323 Make iphone SDK 7.0 the default 2014-01-15 21:52:43 +01:00
Vladimír Čunát b631cf1327 evince: fix crash with open-file dialog, maintain
The gtk3 schema dir was missing for that.

I see no icons, as evince is searching for hicolor theme,
and I fear that theme selection is user-configurable :-/
2014-01-15 21:41:43 +01:00
Moritz Ulrich a2b8ede2c7 FlightGear: Update to 2.12.1. 2014-01-15 21:36:34 +01:00
Rob Vermaas 1625743902 Fix Fedora8 vm builds. 2014-01-15 21:32:38 +01:00
Lluís Batlle i Rossell 8e70746d61 homebank: update to 4.5.4. 2014-01-15 21:17:55 +01:00
Ricardo M. Correia acaadd9d2a linux: Update to 3.2.54 and 3.12.7 (close #1527) 2014-01-15 20:05:53 +01:00
Peter Simons 93b9b7a39f gnucash: update from 2.4.15 to 2.6.0 2014-01-15 17:29:14 +01:00
Peter Simons c1a80535ad wireshark: update from 1.10.5 to 1.11.2 2014-01-15 17:29:14 +01:00
Peter Simons 716e42703c all-packages.nix: cosmetic 2014-01-15 17:29:14 +01:00
Peter Simons b5d7acdd22 syslog-ng: add missing python build input 2014-01-15 17:29:14 +01:00
Peter Simons 3095fa887e youtubeDL: update from 2014.01.07.5 to 2014.01.08 2014-01-15 17:29:14 +01:00
Peter Simons 10998e8af5 syslogng: update from 3.1.2 to 3.5.3 2014-01-15 17:29:14 +01:00
Peter Simons 1671054702 mod_wsgi: update from 3.3 to 3.4 2014-01-15 17:29:14 +01:00
Peter Simons ed25859f07 mailman: update from 2.1.16 to 2.1.17 2014-01-15 17:29:14 +01:00
Peter Simons 5ea4b3f8e7 libtirpc: update from 0.2.3 to 0.2.4, potentially fixes CVE-2013-1950 2014-01-15 17:29:14 +01:00
Peter Simons 9b4f9e1c40 gtkgnutella: update from 1.0.0 to 1.0.1 2014-01-15 17:29:14 +01:00
Lluís Batlle i Rossell cb35bf15a4 ffmpeg: adding gnutls support
I also take out the useless 'openssl' I added by error to mpv.
2014-01-15 17:04:14 +01:00
Lluís Batlle i Rossell 4fe0bf9ecb Updating opencascade_oce to 0.14.1 2014-01-15 16:42:42 +01:00
Lluís Batlle i Rossell 95660053fc Updating gnunet to 0.10.0. 2014-01-15 16:42:42 +01:00
Lluís Batlle i Rossell f046d9bd08 mpv: updating to 0.3.2. 2014-01-15 16:40:04 +01:00
Peter Simons 36fd5f1cce haskell-wl-pprint-terminfo: jailbreak to fix build with latest 'terminfo' 2014-01-15 16:38:18 +01:00
Peter Simons ce8349d1fb haskell-vty: jailbreak to fix build with latest 'terminfo' 2014-01-15 16:38:18 +01:00
Peter Simons 3be24ab54a haskell-terminfo: update to version 0.4.0.0 2014-01-15 16:38:18 +01:00
Peter Simons 878cae46fd haskell-haskeline: update to version 0.7.1.2 2014-01-15 16:38:18 +01:00
Peter Simons 44f15e9bf3 haskell-semigroups: update to version 0.12.2 2014-01-15 16:38:18 +01:00
Peter Simons 254e3f6d95 haskell-pandoc: update to version 1.12.3.1 2014-01-15 16:38:18 +01:00
Peter Simons 119c69fccf haskell-httpd-shed: update to version 0.4.0.1 2014-01-15 16:38:18 +01:00
Peter Simons bca01c6999 haskell-haskell-packages: update to version 0.2.3.3 2014-01-15 16:38:18 +01:00
Peter Simons 37070ec85d haskell-Stream: update to version 0.4.7.1 2014-01-15 16:38:18 +01:00
Sander van der Burg b9cbab922e Fix building with recent openjdk 2014-01-15 16:32:40 +01:00
Marco Maggesi e9e2e8ace6 PolyML expression: Factorize version number in a separate variable 2014-01-15 15:58:27 +01:00
Sander van der Burg 512a3a4e46 Set JAVA_HOME while building 2014-01-15 15:25:50 +01:00
Sander van der Burg 0a3fcd502e Add missing build dependency for Android 2014-01-15 14:55:35 +01:00
Shea Levy e5c34ddb55 Add platforms for kmscon
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 08:17:19 -05:00
Eelco Dolstra 6e2c60ad10 boost: Replace bjam with a symlink 2014-01-15 13:42:16 +01:00
Eelco Dolstra 597a948885 http-parser: Fix filename 2014-01-15 13:41:09 +01:00
Eelco Dolstra 8622548160 Add a setup hook for fixing dylib install names on Darwin
Install names need to be absolute paths, otherwise programs that link
against the dylib won't work without setting $DYLD_LIBRARY_PATH.  Most
packages do this correctly, but some (like Boost and ICU) do not.
This setup hook absolutizes all install names.
2014-01-15 13:41:09 +01:00
Sander van der Burg abf6896aaf Added testcases for signed Android and iOS apps 2014-01-15 13:37:40 +01:00
Peter Simons cf502a3166 Merge pull request #1510 from ocharles/haskellPackages.dbmigrations
haskellPackages.dbmigrations: New expression
2014-01-15 02:52:31 -08:00
Peter Simons 9478b8e08e Merge pull request #1523 from ocharles/haskellPackages.websocketsSnap
haskellPackages.websocketsSnap: New exppression
2014-01-15 02:51:22 -08:00
Peter Simons b2b0d7f672 Merge pull request #1524 from ocharles/haskellPackages.httpStreams
haskellPackages.httpStreams: New expression
2014-01-15 02:51:10 -08:00
Eelco Dolstra 0c3f2b718d sudo: update from 1.8.8 to 1.8.9p3 2014-01-15 11:02:22 +01:00
James Cook 11be16cac4 graphviz: Remove obsolete patch. 2014-01-15 10:57:39 +01:00
James Cook f9aa8a86a6 graphviz: update to version 2.36.0. 2014-01-15 10:57:39 +01:00
Eelco Dolstra 03ad7a081c linux: Update to 3.4.76 2014-01-15 10:55:53 +01:00
Shea Levy b6a1673308 kmscon: Build man pages
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 01:13:45 -05:00
Shea Levy c056a69fdd darwin openjdk: set jre attribute.
Fixes tarball

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 01:06:04 -05:00
Shea Levy 446c144b1a Add kmscon, a kms-based replacement for kernel VTs
Note that currently this depends on the default nixpkgs mesa and pango.
It may be possible to build more limited versions that don't e.g. depend
on the full X stack without limiting kmscon (which of course doesn't use
X).

Depends on libtsm, added in the same commit.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 00:58:46 -05:00
Oliver Charles e237d4d812 haskellPackages.httpStreams: New expression 2014-01-14 23:21:54 +00:00
Oliver Charles 5df5c10db5 haskellPackages.websocketsSnap: New exppression 2014-01-14 23:14:59 +00:00
Rob Vermaas ed9520bfb5 Allow specifying extra qemu flags using QEMU_OPTS. Replace CentOS 6.3 with CentOS 6.5 (6.3 is removed from site). 2014-01-14 22:51:26 +01:00
Peter Simons c633abf544 haskell-warp: update to version 2.0.2 2014-01-14 21:23:39 +01:00
Peter Simons fb62dfde76 haskell-warp-tls: update to version 2.0.1 2014-01-14 21:23:39 +01:00
Peter Simons cfa3bca4cc haskell-wai-extra: update to version 2.0.2 2014-01-14 21:23:38 +01:00
Peter Simons 6739a7bdde haskell-snap: update to version 0.13.2.0 2014-01-14 21:23:38 +01:00
Peter Simons 7e1aac4985 haskell-snap-server: update to version 0.9.4.0 2014-01-14 21:23:38 +01:00
Peter Simons d5816dd18a haskell-snap-core: update to version 0.9.6.0 2014-01-14 21:23:37 +01:00
Peter Simons 52080bed5d haskell-shelly: update to version 1.4.1 2014-01-14 21:23:37 +01:00
Peter Simons 82cdfe5429 haskell-ghc-mod: update to version 3.1.5 2014-01-14 21:23:36 +01:00
Peter Simons d0602b4689 haskell-blaze-markup: update to version 0.5.2.1 2014-01-14 21:23:36 +01:00
Cillian de Róiste bb1f0bdf40 drumkv1: update from 0.3.5 to 0.3.6
http://monitor.nixos.org/patch?p=drumkv1&v=0.3.6
2014-01-14 21:06:39 +01:00
Bjørn Forsman 32c087ab15 qjackctl: add meta.platforms 2014-01-14 17:17:56 +01:00
Peter Simons 6603ef3bf8 bind: update to version 9.9.4-P2 2014-01-14 15:55:24 +01:00
Marco Maggesi aa8f36e238 Update PolyML to version 5.5.1 2014-01-14 15:27:10 +01:00
Marco Maggesi b504b1b4cb Update HOL Light to revision 179 2014-01-14 15:21:09 +01:00
Marco Maggesi 9af1ff7ecb Update Io lang to version 2013.12.04 2014-01-14 15:07:31 +01:00
Eelco Dolstra 7a6255e4e1 patchelf: Update to 0.8
This fixes a segfault in building Eclipse and the Android SDK.
2014-01-14 14:21:27 +01:00
Eelco Dolstra 5ad0728dfc stdenv: In the fixupPhase, make the output writable first
Cherry-picked from 1d11c1dc48 in the
multiple-outputs branch.
2014-01-14 14:21:27 +01:00
Eelco Dolstra 017a91257b Revert "acl: update from 2.2.51 to 2.2.52"
This reverts commit 16d0ee024e.

This is already in stdenv-updates.
2014-01-14 13:52:22 +01:00
Eelco Dolstra e9f1c3abeb eclipse: Remove patchelf from the buildInputs 2014-01-14 13:51:17 +01:00
Peter Simons 9c582619c6 Merge pull request #1516 from ttuegel/glob
Don't split paths with spaces
2014-01-14 04:44:03 -08:00
Peter Simons 67e3917864 gfortran-4.8: re-enable parallel building
86802e68ff added a patch that fixes the
race condition with bconfig.h.
2014-01-14 13:36:25 +01:00
Peter Simons 4fc64ac741 Merge pull request #1518 from wizeman/u/gcc_47_bconfig
gcc 4.7 build fix attempt
2014-01-14 04:30:33 -08:00
Shea Levy cc26a4b803 boost: enable setting toolset
Contribution suggested/initially implemented by Martin Bravenboer

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-14 07:23:48 -05:00
Rob Vermaas f0037b85d1 Revert "openssl: security update 1.0.1e -> f". This update is part of stdenv-updates already, which should be merged
relatively soon.

This reverts commit f1766c252f.
2014-01-14 12:02:01 +01:00
Nixpkgs Monitor 36c0702156 munin: update from 2.0.17 to 2.0.19, potentially fixes CVE-2013-6048, CVE-2013-6359 2014-01-14 11:59:41 +01:00
Nixpkgs Monitor 0c6ebeb734 lighttpd: update from 1.4.33 to 1.4.34, potentially fixes CVE-2013-4508 2014-01-14 11:55:48 +01:00
Thomas Bereknyei 57e3feda74 Adds kippo SSH honeypot 2014-01-14 10:32:26 +00:00
Eelco Dolstra 1343ce97cb rascal: Add 2014-01-14 10:47:08 +01:00
Eelco Dolstra cda63e94c3 openjdk: Fix setting $JAVA_HOME 2014-01-14 10:47:08 +01:00
Michael Raskin b340508461 Add the now-required LLVM version choice 2014-01-14 09:52:16 +04:00
Michael Raskin 3c59324916 Adding interlude Haskell library 2014-01-14 09:44:48 +04:00
Nixpkgs Monitor 6bdcae5b15 xbindkeys: update from 1.8.5 to 1.8.6 2014-01-14 09:00:49 +04:00
Nixpkgs Monitor 16d0ee024e acl: update from 2.2.51 to 2.2.52 2014-01-14 08:48:27 +04:00
Shea Levy 076ff2eede lynx: Actually provide ssl support when requested
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-13 20:16:27 -05:00
Ricardo M. Correia bf3476c7d2 gcc: Fix build error on gcc 4.7
Specifically, we are trying to fix the following error seen on Hydra:

../../gcc-4.7.3/gcc/gengtype-lex.c:1:21: fatal error: bconfig.h: No such file or directory

The patch is taken from gcc's SVN revision 193691.
2014-01-14 01:33:34 +01:00
Vladimír Čunát f1766c252f openssl: security update 1.0.1e -> f
It's supposed to fix CVE-2013-{4353,6449,6450}
http://www.openssl.org/news/openssl-1.0.1-notes.html

I just tested the build succeeds, the list of major changes seems safe.
2014-01-13 22:29:01 +01:00
Vladimír Čunát ae0c9b626f llvm: add 3.4, urge for versioned usage
The 3.4 code was tested preliminary in x-updates,
described by 2e4eab1228.

Updates to llvm break builds of dependent packages (in all cases I've seen),
and often upstream isn't too fast in porting to the newest version.
Consequently, it seems better to keep more versions (two ATM),
both in one file to share eventual changes.
Also, using versioned llvm_* attributes is proposed because of this.
2014-01-13 21:53:50 +01:00
Eelco Dolstra 033374d601 gcc: Fix building 4.5 and 4.6 2014-01-13 20:53:06 +01:00
Nixpkgs Monitor c31a4c927d xmlto: update from 0.0.23 to 0.0.25 2014-01-13 18:12:17 +01:00
Peter Simons 6e04eb3d54 haskell-hasktags: update to version 0.68.4 2014-01-13 17:57:47 +01:00
Peter Simons b63c52238f haskell-yesod-routes: update to version 1.2.0.6 2014-01-13 17:57:47 +01:00
Peter Simons b3dcbadead haskell-yesod-bin: update to version 1.2.5.6 2014-01-13 17:57:47 +01:00
Peter Simons 7004af4dfa haskell-yaml: update to version 0.8.5.3 2014-01-13 17:57:47 +01:00
Peter Simons 4be2c7027f haskell-wai-logger: update to version 2.1.1 2014-01-13 17:57:47 +01:00
Peter Simons 4ab0fdf4eb haskell-stylish-haskell: update to version 0.5.9.1 2014-01-13 17:57:47 +01:00
Peter Simons a067e626f0 haskell-shelly: update to version 1.4.0.2 2014-01-13 17:57:47 +01:00
Peter Simons b9f9a7422e haskell-quickcheck-instances: update to version 0.3.6 2014-01-13 17:57:47 +01:00
Peter Simons 7f92b66ec8 haskell-postgresql-simple: update to version 0.4.0.2 2014-01-13 17:57:47 +01:00
Peter Simons 3effc6b825 haskell-persistent: update to version 1.3.0.2 2014-01-13 17:57:47 +01:00
Peter Simons 14d6afcb54 haskell-linear: update to version 1.4 2014-01-13 17:57:47 +01:00
Peter Simons c699231f0c haskell-io-streams: update to version 1.1.4.0 2014-01-13 17:57:46 +01:00
Peter Simons ef09e77f5c haskell-http-client: update to version 0.2.1 2014-01-13 17:57:46 +01:00
Peter Simons d3c9d6c030 haskell-http-attoparsec: update to version 0.1.1 2014-01-13 17:57:46 +01:00
Peter Simons b718aeaea9 haskell-hsimport: update to version 0.2.6.8 2014-01-13 17:57:46 +01:00
Peter Simons 476c776b8b haskell-fast-logger: update to version 2.1.4 2014-01-13 17:57:46 +01:00
Peter Simons 546b46a5a6 haskell-blaze-markup: update to version 0.5.1.7 2014-01-13 17:57:46 +01:00
Peter Simons a51b977a13 haskell-blaze-html: update to version 0.6.1.3 2014-01-13 17:57:46 +01:00
Peter Simons c25d6fe16a haskell-gloss-raster: re-generate with cabal2nix 2014-01-13 17:57:46 +01:00
Peter Simons 0341d0abcf haskell-parsers: update to version 0.10.2 2014-01-13 17:57:46 +01:00
Nixpkgs Monitor 3c1e0ec7b9 ddclient: update from 3.8.1 to 3.8.2 2014-01-13 17:53:23 +01:00
Nixpkgs Monitor 0b84a0e38d logrotate: update from 3.8.3 to 3.8.7 2014-01-13 17:44:38 +01:00
Nixpkgs Monitor 25d54577b1 ipmitool: update from 1.8.11 to 1.8.13 2014-01-13 17:32:05 +01:00
Nixpkgs Monitor bfb16b5296 dos2unix: update from 6.0.3 to 6.0.4 2014-01-13 17:28:42 +01:00
Nixpkgs Monitor baa1bba420 i3status: update from 2.7 to 2.8 2014-01-13 17:28:42 +01:00
Peter Simons 222b91fedf gource: update to version 0.40 2014-01-13 17:22:07 +01:00
Peter Simons 56aa2ce960 Un-maintain wine. 2014-01-13 17:15:53 +01:00
Peter Simons 26ed6c1148 maude: cosmetic 2014-01-13 17:14:40 +01:00
Peter Simons e79001d4d6 tecla: update to version 1.6.2 2014-01-13 17:14:33 +01:00
Peter Simons 471f0e7b36 swi-prolog: update to version 6.6.1 2014-01-13 17:10:11 +01:00
Peter Simons 5ef34645f3 ratpoison: update to version 1.4.6 2014-01-13 17:05:45 +01:00
Peter Simons 088b35edfb pigz: update to version 2.3.1 2014-01-13 17:05:45 +01:00
Peter Simons fe424e6c3f pdsh: update to version 2.29 2014-01-13 17:05:45 +01:00
Peter Simons 25411b3c7b maxima: update to version 5.32.1 2014-01-13 17:05:45 +01:00
Peter Simons 44df3d7799 lzip: update to version 1.15 2014-01-13 17:05:45 +01:00
Peter Simons 2719254e46 ikiwiki: update to version 3.20140102 2014-01-13 17:05:45 +01:00
Peter Simons 0a9e4d0ccc gnucash: update to version 2.4.15 2014-01-13 17:05:45 +01:00
Peter Simons 2d1c8d6f60 gocr: update to version 0.50 2014-01-13 17:05:45 +01:00
Peter Simons 1042b4c133 all-packages.nix: strip trailing whitespace 2014-01-13 17:05:45 +01:00
Peter Simons 558442e559 duplicity: update to version 0.6.22 2014-01-13 17:05:45 +01:00
Peter Simons 68eea9c19e gmp: update 5.1.x branch to version 5.1.3 2014-01-13 17:05:45 +01:00
Peter Simons 7148f50ef3 fetchmail: update to version 6.3.26 2014-01-13 17:05:45 +01:00
Nixpkgs Monitor 16cd5aba6a emacs24Packages.haskellMode: update from 13.07 to 13.10 2014-01-13 17:05:45 +01:00
Nixpkgs Monitor 3aaffe26ea cppcheck: update from 1.62 to 1.63 2014-01-13 17:05:45 +01:00
Nixpkgs Monitor 88953a5799 automake114x: update from 1.14 to 1.14.1 2014-01-13 17:05:44 +01:00
Nixpkgs Monitor aec7a10d13 audacious: update from 3.4.1 to 3.4.3 2014-01-13 17:05:44 +01:00
Peter Simons bccc76f290 pcre: update to version 8.34 2014-01-13 17:05:07 +01:00
Nixpkgs Monitor 5e3f82dceb fail2ban: update from 0.8.10 to 0.8.11 2014-01-13 16:15:57 +01:00
Nixpkgs Monitor dc52e6e7f8 mercurial: update from 2.8.1 to 2.8.2 2014-01-13 16:15:57 +01:00
Nixpkgs Monitor dbf90b2706 e2fsprogs: update from 1.42.8 to 1.42.9 2014-01-13 16:15:57 +01:00
Eelco Dolstra bac0206e3b cppunit: Support Darwin 2014-01-13 15:55:22 +01:00
Eelco Dolstra b896767f6c xerces-c: Add to channel 2014-01-13 15:55:22 +01:00
Sander van der Burg b15578ac60 iOS keyfile means provisioning profile 2014-01-13 15:22:11 +01:00
Sander van der Burg c8bf65d253 Minor android version fix 2014-01-13 15:06:04 +01:00
Sander van der Burg 4fd601d9ed Fix emulate android job 2014-01-13 14:58:25 +01:00
Sander van der Burg 0583cb37e6 Make xcode version configurable + fix android emulator tests 2014-01-13 14:34:46 +01:00
Sander van der Burg 25bd160ca8 Make xcode version configurable 2014-01-13 14:24:48 +01:00
Sander van der Burg dca1c4afb0 Removed old SDK version support and updated kitchensink version 2014-01-13 14:15:05 +01:00
Sander van der Burg 10a6618d60 Removed titanium SDK 2.1, since it's deprecated long ago and no longer works with the new Android SDK 2014-01-13 13:52:43 +01:00
Sander van der Burg db3220a59a Fixed xcode patch to make nodejs work on darwin again 2014-01-13 13:48:04 +01:00
Sander van der Burg e998a1c729 Add two additional API level compositions 2014-01-13 13:25:12 +01:00
Sander van der Burg fc397175a5 Added titanium nodejs package 2014-01-13 13:24:39 +01:00
Eelco Dolstra 6fb27abf33 Merge branch 'java' 2014-01-13 13:16:17 +01:00
Eelco Dolstra 36f10d4556 clojure: Don't create $out/bin/java 2014-01-13 13:15:37 +01:00
Jaka Hudoklin 78d3180dbe xfce: add xfce screenshooter 2014-01-13 10:55:18 +00:00
Peter Simons d3d988b768 Merge pull request #1508 from offlinehacker/pkgs/cpuminer/add
Add cpuminer, multi-threaded Litecoin and Bitcoin miner
2014-01-13 02:46:51 -08:00
Peter Simons 09e9641f5a Merge pull request #1511 from ocharles/haskellPackages.websockets
haskellPackages.websockets: New expression
2014-01-13 02:42:15 -08:00
Peter Simons 14e017a7dd Merge pull request #1503 from offlinehacker/pkgs/torbrowser/add
Add tor-browser
2014-01-13 02:41:53 -08:00
Peter Simons 5a2ccf4c6e Merge pull request #1512 from ocharles/haskellPackages.digestiveFunctorsAeson
haskellPackages.digestiveFunctorsAeson: New expression
2014-01-13 02:41:08 -08:00
Peter Simons 81d18d7f59 Merge pull request #1513 from ocharles/haskellPackages.aws
haskellPackages.aws: New expression
2014-01-13 02:40:42 -08:00
Oliver Charles 04806d83a8 haskellPackages.hsimport: New expression 2014-01-13 09:09:27 +00:00
Oliver Charles 3d4ee38f6c haskellPackages.aws: New expression 2014-01-13 09:08:27 +00:00
Oliver Charles 0898aa7ad0 haskellPackages.digestiveFunctorsAeson: New expression 2014-01-13 09:00:32 +00:00
Oliver Charles 300d1dcca6 haskellPackages.websockets: New expression 2014-01-13 00:01:27 +00:00
Oliver Charles 67ea2f6860 haskellPackages.dbmigrations: New expression 2014-01-12 23:50:15 +00:00
Jaka Hudoklin f45793f284 Add cpuminer, multi-threaded Litecoin and Bitcoin miner 2014-01-13 00:03:31 +01:00
Jaka Hudoklin 26357febb6 Add tor-browser 2014-01-12 23:04:48 +01:00
Michael Raskin 826e7f8a94 Add a LUA_COMPAT_ALL version of Lua 5.2 2014-01-12 22:15:54 +04:00
zimbatm df5adbe307 direnv 2.2.1 2014-01-12 17:16:08 +01:00
Peter Simons e1bb4b4091 Merge pull request #1499 from ocharles/haskellPackages.scientific
haskellPackages.scientific: Enable tests
2014-01-12 04:00:31 -08:00
Vladimír Čunát a2c316288c Merge master into stdenv-updates
Conflicts:
	pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved)
	pkgs/top-level/all-packages.nix (trivial)
2014-01-12 12:29:24 +01:00
Domen Kožar a0070a9157 gst_all_1: recurseIntoAttrs 2014-01-12 00:24:07 +01:00
Rob Vermaas 01291d331c Gnome3: add gdm 3.10.0.1 2014-01-11 23:42:40 +01:00
Rob Vermaas 60a82e6e0d Add accountservice, needed for gdm. 2014-01-11 23:38:41 +01:00
Rob Vermaas db7a05e3ad Gnome1: add gobjectIntrospection to rest 2014-01-11 23:10:27 +01:00
Oliver Charles 3214ffdf71 haskellPackages.scientific: Enable tests 2014-01-11 21:56:23 +00:00
Ricardo M. Correia 4ede302207 virt-manager: Add graphical support for the Spice protocol 2014-01-11 22:01:52 +01:00
Ricardo M. Correia aed957bae7 virt-manager: Fix error: 'ImportError: No module named libvirt'
The problem was that libvirt 1.2.0 no longer includes the python bindings; it is
a separate package now.
2014-01-11 22:01:52 +01:00
Domen Kožar f9ca17d4b1 gstreamer.libav.withSystemLibav: default to true as agreed on #1403 2014-01-11 21:39:47 +01:00
Domen Kožar ae02a0c411 Merge pull request #1403 from iyzsong/gstreamer
add gstreamer 1.2.1
2014-01-11 12:37:47 -08:00
Rok Garbas dca9e47e00 update: connman-ui to latest 2014-01-11 21:18:10 +01:00
Matej Cotman 7d4d3536f7 connman: new packages ConnMan v1.20 and connman-ui 2014-01-11 20:22:53 +01:00
Song Wenwu 501008ad6f pyqt4: update to 4.10.3 and add python3 support
also add python3 support for dbus-python
2014-01-11 20:07:29 +01:00
Song Wenwu 98d2f7ea45 sip: update to 4.15.4 and add python3 support 2014-01-11 20:07:28 +01:00
Peter Simons 7ec465a5cc gloss-raster: fix attribute name 2014-01-11 20:02:35 +01:00
Emil Rangden b5bf69b447 gloss-raster: new package 2014-01-11 20:02:35 +01:00
Vladimír Čunát a00e382e23 wineStable: maintenance update 1.6.1 -> .2, use lcms2
lcms2 is now supported according to the announcement, so I switched to it.
Tested on a steam game ;-)
2014-01-11 19:58:16 +01:00
Domen Kožar abea1d13e2 Merge pull request #1482 from wkennington/master.git
nix-prefetch-git: Convert relative submodule URLS to absolute URLS
2014-01-11 10:55:42 -08:00
Song Wenwu 6b7105d456 snd: update to 14.3 2014-01-11 19:40:24 +01:00
Sergey Mironov 0209d478a8 gtk-sharp-1: fix include problem 2014-01-11 19:37:34 +01:00
Sergey Mironov 674f21c668 yad: fix (remove) icon-theme.cache 2014-01-11 19:29:02 +01:00
Sergey Mironov 0223847b6a yad: a nice zenity clone for creating GUI dialogs from the shell 2014-01-11 19:29:02 +01:00
Arseniy Seroka 32e08f53ce spaceFM: add package 2014-01-11 19:25:23 +01:00
Ricardo M. Correia d82530440f virt-manager: Update to 0.9.5 virtinst: Update to 0.600.4 2014-01-11 19:21:09 +01:00
Song Wenwu 531090d5de add projectM 2.1.0 2014-01-11 19:14:28 +01:00
Vladimir Still 4918c1436b rdmd: Add (D language compiler helper). 2014-01-11 19:08:40 +01:00
Vladimir Still b78871efa6 dmd: Add (D language compiler). 2014-01-11 19:08:40 +01:00
Domen Kožar ef94c2171c Add gnome3.gnome_session 2014-01-11 17:29:06 +01:00
Domen Kožar f52efdd880 Merge pull request #1495 from zimbatm/direnv-2.2.0
direnv 2.2.0
2014-01-11 07:01:02 -08:00
Domen Kožar 215931f5d0 gnome3.gnome_desktop: 3.11 -> 3.10 (use gnome3 stable) 2014-01-11 15:40:28 +01:00
zimbatm 2f8fc8bb24 direnv 2.2.0 2014-01-11 14:33:27 +00:00
Thomas Tuegel e15fc83fc9 Don't split paths with spaces
setup.sh uses the anti-pattern `for f in $(find ...); do` in several
places. `find` returns one path per line, but `for` splits its arguments
by words, so paths which contain spaces are incorrectly split! The
correct way is `find ... | while read f; do`
2014-01-11 07:54:35 -06:00
Peter Simons 066abcc047 xmobar: re-generate with cabal2nix 2014-01-11 14:52:13 +01:00
Peter Simons 0a902761de haskell-alsa-mixer: re-generate with cabal2nix 2014-01-11 14:52:13 +01:00
Arseniy Seroka 5787fc071a add lastfmsubmitd 2014-01-11 14:52:13 +01:00
Arseniy Seroka 678d7aada0 moc: fix mp3 playback and remove useless lib 2014-01-11 14:52:13 +01:00
Arseniy Seroka 8b95f0ed78 xmobar alsa support 2014-01-11 14:52:13 +01:00
Arseniy Seroka 06ad5b4c62 Add haskell alsa-mixer lib 2014-01-11 14:52:12 +01:00
Peter Simons c792255903 haskell-symbol: update to version 0.2.1 2014-01-11 14:52:12 +01:00
Peter Simons 15342117fb haskell-shelly: update to version 1.4.0.1 2014-01-11 14:52:12 +01:00
Peter Simons 133e07cae5 haskell-pipes-attoparsec: update to version 0.3.1 2014-01-11 14:52:12 +01:00
Peter Simons d40a537038 haskell-pandoc: update to version 1.12.3 2014-01-11 14:52:12 +01:00
Peter Simons 0894a2e1b5 haskell-hakyll: jailbreak to fix build with pandoc-citeproc 2014-01-11 14:52:12 +01:00
Peter Simons 07c05982aa haskell-pandoc-citeproc: update to version 0.3.0.1 2014-01-11 14:52:12 +01:00
Peter Simons 579a05cc83 haskell-attoparsec: add version 0.11.1.0 2014-01-11 14:52:12 +01:00