Commit graph

7298 commits

Author SHA1 Message Date
Ludovic Courtès
f59b9490ec GNU libc: Improve description and name for the Hurd; fix `needsPorts'.
svn path=/nixpkgs/trunk/; revision=33833
2012-04-18 17:22:04 +00:00
Michael Raskin
969c89aa2f Update xxdiff
svn path=/nixpkgs/trunk/; revision=33818
2012-04-17 17:12:56 +00:00
Eelco Dolstra
934ef8e3fc * Fix evaluation of pythonPackages.bugz.
svn path=/nixpkgs/trunk/; revision=33815
2012-04-17 15:31:44 +00:00
Peter Simons
5b8103b57c wxHaskell: updated to version 0.90 based on wxGTK version 2.9.3
- wx: updated to version 0.90
 - wxcore: updated to version 0.90
 - wxdirect: updated to version 0.90
 - wxc: this project contains no native Haskell code -- only C++ glue -- so we cannot run Haddock on it

svn path=/nixpkgs/trunk/; revision=33813
2012-04-17 13:56:34 +00:00
Peter Simons
39c9ece183 wxGTK-2.9: updated the development version of wxGTK to 2.9.3
I deleted older snapshots because my attempts to use 2.9.0 or 2.9.1 ran into
problems with our recent version of libpng. The 2.9.3 version seems to work
fine, though. If you still need the older versions, please feel free to
reinstate them.

svn path=/nixpkgs/trunk/; revision=33812
2012-04-17 13:56:30 +00:00
Peter Simons
eec2c680c7 Updated Haskell packages.
- HsOpenSSL: updated to version 0.10.3
 - RSA: downgraded to version 1.0.6.3
 - language-javascript: updated to version 0.5.1
 - maude: fixed build
 - pem: added version 0.1.0

svn path=/nixpkgs/trunk/; revision=33811
2012-04-17 13:56:27 +00:00
Ludovic Courtès
adb332af4c Ogre: Build the samples.
svn path=/nixpkgs/trunk/; revision=33807
2012-04-17 09:57:57 +00:00
Lluís Batlle i Rossell
526b207211 Adding a headers-only version of boost. I wrote it in a new file, replicating
the 'src', because to me this way looks simpler despite the copy of src..


svn path=/nixpkgs/trunk/; revision=33805
2012-04-16 22:13:27 +00:00
Peter Simons
d775e93f90 Updated Haskell packages.
- HTTP: added version 4000.2.3
 - RSA: updated to version 1.2.0.0
 - RepLib: updated to version 0.5.2.1
 - conduit: updated to version 0.4.1.1
 - data-accessor: updated to version 0.2.2.2
 - deepseq-th: updated to version 0.1.0.3
 - explicit-exception: updated to version 0.1.7
 - ghc-mod: updated to version 1.10.15
 - gitit: updated to version 0.9.0.1
 - hakyll: updated to version 3.2.7.2
 - hjsmin: updated to version 0.0.16
 - http-conduit: updated to version 1.4.1
 - iteratee: updated to version 0.8.8.2
 - language-javascript: updated to version 0.5.0
 - reactive-banana: updated to version 0.5.0.1
 - repa: updated to version 3.1.1.1
 - rvar: updated to version 0.2.0.1
 - semigroups: updated to version 0.8.3
 - simple-sendfile: updated to version 0.2.3
 - storable-record: updated to version 0.0.2.5
 - unbound: updated to version 0.4.0.2
 - wxc: added version 0.90.0.2

svn path=/nixpkgs/trunk/; revision=33802
2012-04-16 12:07:58 +00:00
Nicolas Pierron
7b7dd238fc Add dulwich (git filesystem in python).
Add bugz (command line tool for bugzilla)
Add gitBz (bugzilla in git)

svn path=/nixpkgs/trunk/; revision=33800
2012-04-15 23:48:11 +00:00
Nicolas Pierron
82b308bf11 Add armv7l support.
svn path=/nixpkgs/trunk/; revision=33798
2012-04-15 23:41:25 +00:00
Lluís Batlle i Rossell
8f50680a05 I hope now I guess fine how to tell ATLAS not to accept any simd for i686.
svn path=/nixpkgs/trunk/; revision=33793
2012-04-15 12:44:48 +00:00
Lluís Batlle i Rossell
e612f476c4 Limiting the number of fds on the sqlite full build, as it's required by some tests.
svn path=/nixpkgs/trunk/; revision=33792
2012-04-15 09:05:09 +00:00
Lluís Batlle i Rossell
2e753bc4cf Typo again in atlas.
svn path=/nixpkgs/trunk/; revision=33791
2012-04-15 08:11:12 +00:00
Lluís Batlle i Rossell
023cd3b7bd Oh, I removed -fPIC in my last atlas commit. I didn't mean to.
svn path=/nixpkgs/trunk/; revision=33790
2012-04-15 07:58:58 +00:00
Lluís Batlle i Rossell
30d7a7fbe1 I think we better disable SIMD for i686. Or it can detect whatever the machine has.
svn path=/nixpkgs/trunk/; revision=33789
2012-04-14 22:00:12 +00:00
Lluís Batlle i Rossell
163c7375a3 Adding a version of sqlite with more things, based on the upstream repository src.
svn path=/nixpkgs/trunk/; revision=33788
2012-04-14 21:40:55 +00:00
Lluís Batlle i Rossell
60ecc500f9 Trying to fix atlas i686. I set Pentium II and having sse/sse2 at the same time for i686...
I think Pentium II does not have sse.


svn path=/nixpkgs/trunk/; revision=33787
2012-04-14 18:58:30 +00:00
Michael Raskin
9b6e521d44 SBCL update
svn path=/nixpkgs/trunk/; revision=33786
2012-04-14 18:36:04 +00:00
Lluís Batlle i Rossell
4250dd8104 I made atlas build for fixed architectures.
We saw a crash in many computers, in the octave check phase, where octave crashed.
It was due to atlas being built for AMD Family 10h, which has a special SSE
trick that others computer don't have.

For x86_64, atlas is for K7. And for i686, PII.


svn path=/nixpkgs/trunk/; revision=33780
2012-04-13 18:46:24 +00:00
Mathijs Kwik
17cbe60a5b uhc upgrade
svn path=/nixpkgs/trunk/; revision=33775
2012-04-13 14:53:56 +00:00
Ludovic Courtès
47fcc276ae Apple GCC: Fix `no-sys-dirs.patch' so that it applies.
svn path=/nixpkgs/trunk/; revision=33773
2012-04-13 12:41:36 +00:00
Eelco Dolstra
65ddcaa3ed * Bison: use an absolute path to M4. Otherwise Bison will silently
fail (due to a SIGPIPE) if M4 isn't installed.

svn path=/nixpkgs/branches/stdenv-updates/; revision=33772
2012-04-13 12:32:51 +00:00
Ludovic Courtès
eb7575138a Coccinelle: Make sure Python modules are looked up in the right place.
svn path=/nixpkgs/trunk/; revision=33763
2012-04-12 15:30:02 +00:00
Ludovic Courtès
054382bbfe GMP 5.0.3: Really fix FreeBSD builds at hydra.nixos.org.
Patch by Eelco Dolstra, backported from `stdenv-updates'.

svn path=/nixpkgs/trunk/; revision=33761
2012-04-12 13:44:14 +00:00
Michael Raskin
40347a43c2 Fix license
svn path=/nixpkgs/trunk/; revision=33759
2012-04-12 11:57:43 +00:00
Michael Raskin
5cdb676ac7 Adding FSharp compiler
svn path=/nixpkgs/trunk/; revision=33758
2012-04-12 11:39:40 +00:00
Lluís Batlle i Rossell
700bedb833 Adding me as a maintainer for octave.
svn path=/nixpkgs/trunk/; revision=33757
2012-04-12 10:00:18 +00:00
Michael Raskin
fa1ecfed54 Update Kona/fix its build
svn path=/nixpkgs/trunk/; revision=33753
2012-04-12 07:12:07 +00:00
Michael Raskin
674de696b5 Take into account an installation process quirk
svn path=/nixpkgs/trunk/; revision=33752
2012-04-12 06:18:42 +00:00
Michael Raskin
65d9b6076d Updating libunwind
svn path=/nixpkgs/trunk/; revision=33751
2012-04-12 06:10:44 +00:00
Ludovic Courtès
8794d3ed45 GMP 5.0.3: Fix typo.
svn path=/nixpkgs/trunk/; revision=33749
2012-04-11 20:09:25 +00:00
Ludovic Courtès
52f4dd95d4 GMP 5.0.3: Fix FreeBSD builds.
svn path=/nixpkgs/trunk/; revision=33748
2012-04-11 16:38:21 +00:00
Shea Levy
8f60696e06 glibc: Don't check /etc/ld.so.cache
Idea by Eelco, initial patch by Jack Cummings, minor fixups by me

svn path=/nixpkgs/branches/stdenv-updates/; revision=33741
2012-04-11 04:42:23 +00:00
Michael Raskin
16e2cac6f4 Updating Julia to include a few fixes - and adding web-repl
svn path=/nixpkgs/trunk/; revision=33726
2012-04-10 14:53:39 +00:00
Ludovic Courtès
4bf921f193 GNU Classpath 0.99.
svn path=/nixpkgs/trunk/; revision=33712
2012-04-09 20:52:10 +00:00
Ludovic Courtès
3c8c5d9939 GNU ccRTP 2.0.3.
svn path=/nixpkgs/trunk/; revision=33708
2012-04-09 20:51:50 +00:00
Ludovic Courtès
9f0a692a06 GNU uCommon C++ 5.2.2.
svn path=/nixpkgs/trunk/; revision=33707
2012-04-09 20:51:45 +00:00
Ludovic Courtès
7e5a8c93d6 GnuTLS 3.0.18.
svn path=/nixpkgs/trunk/; revision=33705
2012-04-09 20:51:36 +00:00
Ludovic Courtès
4cedde0da4 GNU cppi 1.16.
svn path=/nixpkgs/trunk/; revision=33702
2012-04-09 20:51:22 +00:00
Ludovic Courtès
5dc812bb8f GNU libtasn1 2.12.
svn path=/nixpkgs/trunk/; revision=33699
2012-04-09 20:51:08 +00:00
Ludovic Courtès
f62c274011 GNU GLOBAL 6.2.2.
svn path=/nixpkgs/trunk/; revision=33697
2012-04-09 20:50:59 +00:00
Ludovic Courtès
e5c7358336 GNU help2man 1.40.8.
svn path=/nixpkgs/trunk/; revision=33694
2012-04-09 20:50:45 +00:00
Peter Simons
b041d3e49b Updated Haskell packages.
- blaze-builder-conduit: updated to version 0.4.0.1
 - enumerator: updated to version 0.4.19
 - persistent-sqlite: updated to version 0.9.0.1
 - persistent-template: updated to version 0.9.0.1
 - persistent: updated to version 0.9.0.1
 - pool-conduit: updated to version 0.1.0.1
 - semigroups: updated to version 0.8.2
 - shakespeare-css: updated to version 1.0.1.1
 - shakespeare-i18n: updated to version 1.0.0.1
 - shakespeare-js: updated to version 1.0.0.1
 - shakespeare-text: updated to version 1.0.0.1
 - shakespeare: updated to version 1.0.0.1
 - void: updated to version 0.5.5.1
 - wai-app-static: updated to version 1.2.0.1
 - wai: updated to version 1.2.0.1
 - warp: updated to version 1.2.0.1
 - yesod-core: updated to version 1.0.0.2
 - yesod: updated to version 1.0.0.2
 - zlib-conduit: updated to version 0.4.0.1

svn path=/nixpkgs/trunk/; revision=33683
2012-04-09 12:37:39 +00:00
Mathijs Kwik
0765ca769a libassuan: added extra package with current git version
needed for upcoming gnupg 2.1

svn path=/nixpkgs/trunk/; revision=33681
2012-04-09 10:17:36 +00:00
Mathijs Kwik
9779ae082a npth: successor of the pth library, used by upcoming versions of gnupg and its libraries
svn path=/nixpkgs/trunk/; revision=33680
2012-04-09 10:17:32 +00:00
Mathijs Kwik
81d6e98d34 gpgme: upgraded to 1.3.1
svn path=/nixpkgs/trunk/; revision=33679
2012-04-09 10:17:29 +00:00
Mathijs Kwik
94749e4463 libksba: upgraded to 1.2.0
svn path=/nixpkgs/trunk/; revision=33677
2012-04-09 10:17:23 +00:00
Mathijs Kwik
4d34820fba UHC: upgraded and changed to the new official github repository
svn path=/nixpkgs/trunk/; revision=33675
2012-04-09 10:17:17 +00:00
Arie Middelkoop
2b18ccf305 * Added "easytag", a GUI for organizing id3tags in mp3s.
* Updated some ocaml packages.
* Updated coccinelle.

svn path=/nixpkgs/trunk/; revision=33674
2012-04-09 09:42:20 +00:00
Shea Levy
68f739cc45 nodejs/v8: Bump
svn path=/nixpkgs/trunk/; revision=33673
2012-04-08 14:32:00 +00:00
Peter Simons
fc1bc797bd Updated Haskell packages.
- file-embed: updated to version 0.0.4.2
 - mtl: added version 2.1
 - texmath: updated to version 0.6.0.5
 - text: added version 0.11.2.0
 - removed obsolete overrides

svn path=/nixpkgs/trunk/; revision=33671
2012-04-08 11:14:28 +00:00
Peter Simons
9b0323859f Updated Haskell packages.
- cabal2nix: updated to version 1.31
 - gloss: updated to version 1.7.2.1
 - repa-algorithms: updated to version 3.1.0.1
 - repa-bytestring: deleted obsolete package
 - repa-examples: updated to version 3.1.0.1
 - repa-io: updated to version 3.1.0.1
 - repa: updated to version 3.1.0.1
 - semigroups: updated to version 0.8.0.1

svn path=/nixpkgs/trunk/; revision=33659
2012-04-07 11:59:28 +00:00
Peter Simons
bf47f4bbe3 Updated Haskell packages.
- HsOpenSSL: updated to version 0.10.2
 - zip-archive: updated to version 0.1.1.8

svn path=/nixpkgs/trunk/; revision=33657
2012-04-06 19:48:24 +00:00
Michael Raskin
45fbf22761 Solve missing symbol problem
svn path=/nixpkgs/trunk/; revision=33642
2012-04-06 10:20:37 +00:00
Ludovic Courtès
292e9d1029 Ogre: Rewrite using `stdenv'; enable various plug-ins.
svn path=/nixpkgs/trunk/; revision=33641
2012-04-06 09:07:23 +00:00
Ludovic Courtès
725745c5b4 Add VRPN.
svn path=/nixpkgs/trunk/; revision=33640
2012-04-06 08:32:50 +00:00
Cillian de Roiste
cbded3238d Adding dbus-cplusplus, c++ bindings for dbus
svn path=/nixpkgs/trunk/; revision=33639
2012-04-05 23:53:20 +00:00
Peter Simons
3e5e535bb4 dropped obsolete file
svn path=/nixpkgs/trunk/; revision=33637
2012-04-05 23:05:05 +00:00
Peter Simons
4e9175965c Updated Haskell packages.
- clientsession: updated to version 0.7.4.3
 - data-default: updated to version 0.4.0
 - hoogle: updated to version 4.2.11
 - pandoc: updated to version 1.9.2
 - yesod-core: updated to version 1.0.0.1
 - yesod-form: updated to version 1.0.0.1
 - yesod-static: updated to version 1.0.0.1

svn path=/nixpkgs/trunk/; revision=33636
2012-04-05 23:03:52 +00:00
Cillian de Roiste
3bf7f18d4d Adding libconfig, a simple library for processing config files
svn path=/nixpkgs/trunk/; revision=33633
2012-04-05 21:12:12 +00:00
Michael Raskin
0ef5f0961f Trying to remove tarball error
svn path=/nixpkgs/trunk/; revision=33631
2012-04-05 19:07:14 +00:00
Peter Simons
5474f1e523 Updated Haskell packages.
- aeson: updated to version 0.6.0.2
 - attoparsec-conduit: updated to version 0.4.0
 - authenticate: updated to version 1.2.0.1
 - blaze-builder-conduit: updated to version 0.4.0
 - certificate: updated to version 1.1.1
 - conduit: updated to version 0.4.0.1
 - crypto-conduit: updated to version 0.3.0.1
 - hakyll: patched to support the latest version of hamlet
 - hamlet: updated to version 1.0.1
 - happstack-happstack-hamlet: patched to support the latest version of hamlet
 - happstack-server: updated to version 7.0.0
 - hoogle: patched to accept the latest versions of wai, warp, and conduit
 - http-conduit: updated to version 1.4.0.2
 - monadcryptorandom: added version 0.4
 - persistent-sqlite: updated to version 0.9.0
 - persistent-template: updated to version 0.9.0
 - persistent: updated to version 0.9.0
 - pool-conduit: updated to version 0.1.0
 - reactive-banana: updated to version 0.5.0.0
 - shakespeare-css: updated to version 1.0.1
 - shakespeare-i18n: updated to version 1.0.0
 - shakespeare-js: updated to version 1.0.0
 - shakespeare-text: updated to version 1.0.0
 - shakespeare: updated to version 1.0.0
 - simple-sendfile: updated to version 0.2.2
 - texmath: updated to version 0.6.0.4
 - tls-extra: updated to version 0.4.4
 - tls: updated to version 0.9.2
 - wai-app-static: updated to version 1.2.0
 - wai-extra: updated to version 1.2.0.2
 - wai: updated to version 1.2.0
 - warp: updated to version 1.2.0
 - xml-conduit: updated to version 0.7.0.1
 - yaml: updated to version 0.7.0
 - yesod-auth: updated to version 1.0.0
 - yesod-core: updated to version 1.0.0
 - yesod-default: updated to version 1.0.0
 - yesod-form: updated to version 1.0.0
 - yesod-json: updated to version 1.0.0
 - yesod-persistent: updated to version 1.0.0
 - yesod-routes: updated to version 1.0.0
 - yesod-static: updated to version 1.0.0
 - yesod: updated to version 1.0.0
 - zlib-conduit: updated to version 0.4.0
 - zlib-enum: updated to version 0.2.2

svn path=/nixpkgs/trunk/; revision=33629
2012-04-05 16:51:59 +00:00
Yury G. Kudryashov
b4e5ce8de5 avahi: use libiconv if needed
svn path=/nixpkgs/trunk/; revision=33624
2012-04-05 15:11:19 +00:00
Yury G. Kudryashov
e1743e57be qt-4.8.1, kde-4.8.2
svn path=/nixpkgs/trunk/; revision=33621
2012-04-05 13:50:34 +00:00
Michael Raskin
12e1751e93 Adding Julia programming language
svn path=/nixpkgs/trunk/; revision=33614
2012-04-05 12:22:55 +00:00
Michael Raskin
3c69bcf348 Support shared library build; tests do not currently work for shared build.
svn path=/nixpkgs/trunk/; revision=33613
2012-04-05 12:18:56 +00:00
Michael Raskin
2f97078c96 Support shared library build
svn path=/nixpkgs/trunk/; revision=33612
2012-04-05 12:18:08 +00:00
Michael Raskin
8c23da31e6 Fix typo
svn path=/nixpkgs/trunk/; revision=33608
2012-04-05 08:58:47 +00:00
Mathijs Kwik
c742116695 haskell reactive banana
svn path=/nixpkgs/trunk/; revision=33606
2012-04-05 08:22:42 +00:00
Mathijs Kwik
f5fbd16058 portaudio: upgraded to current stable version (svn as well)
svn path=/nixpkgs/trunk/; revision=33604
2012-04-05 08:22:35 +00:00
Michael Raskin
407d3173ad Fixing SuiteSparce build
svn path=/nixpkgs/trunk/; revision=33602
2012-04-05 08:05:09 +00:00
Yury G. Kudryashov
9105d0546d Drop old kdevplatform/kdevelop
svn path=/nixpkgs/trunk/; revision=33571
2012-04-04 16:14:57 +00:00
Yury G. Kudryashov
e0b69cfc26 Let hydra build qt-4.8.1
svn path=/nixpkgs/trunk/; revision=33570
2012-04-04 16:07:47 +00:00
Yury G. Kudryashov
461455afe9 pcre-8.30
svn path=/nixpkgs/branches/stdenv-updates/; revision=33561
2012-04-04 11:29:21 +00:00
Eelco Dolstra
07b7aa1f38 * Revert r33558, it breaks various packages (see
e.g. http://hydra.nixos.org/build/2363689).

svn path=/nixpkgs/branches/stdenv-updates/; revision=33560
2012-04-04 08:59:03 +00:00
Peter Simons
7295830f7e Updated Haskell packages.
- aeson: updated to version 0.6.0.1
 - alex-meta: updated to version 0.3.0.3
 - BNFC-meta: updated to version 0.3.0.1
 - hakyll: updated to version 3.2.7.1
 - happy-meta: updated to version 0.2.0.4
 - http-enumerator: updated to version 0.7.3.2
 - multiarg: updated to version 0.2.0.0

Disabled Haddock documentation for the following packages, because the
input crashes Haddock:

 - BNFC-meta
 - alex-meta

Re-enabled Haddock documentation for the following packages, because
previously occurring errors have been fixed:

 - ConfigFile
 - HDBC-odbc
 - Hipmunk
 - instant-generics
 - RepLib
 - type-equality
 - xmonad
 - xmonad-extras
 - yesod-core

svn path=/nixpkgs/trunk/; revision=33559
2012-04-03 18:37:58 +00:00
Peter Simons
fe497cdcab automake: updated to version 1.11.4
svn path=/nixpkgs/branches/stdenv-updates/; revision=33558
2012-04-03 18:00:51 +00:00
Sander van der Burg
31a37d918c Bumped libmatthew-java to version 0.8
svn path=/nixpkgs/trunk/; revision=33555
2012-04-03 11:56:45 +00:00
Peter Simons
f35cf87600 removed executable bits from Nix files
svn path=/nixpkgs/trunk/; revision=33552
2012-04-03 06:31:19 +00:00
Peter Simons
1726c930cd Updated Haskell packages.
- fgl-visualize: added meta.maintainers
 - gtk2hs-buildtools: added version 0.12.3
 - network-conduit: added version 0.4.0
 - path-pieces: updated to version 0.1.1
 - void: added version 0.5.5

svn path=/nixpkgs/trunk/; revision=33551
2012-04-03 06:31:11 +00:00
Peter Simons
5187b22115 haskell-fgl-visualize: added version 0.1
svn path=/nixpkgs/trunk/; revision=33543
2012-04-02 18:44:03 +00:00
Peter Simons
342559e0a1 glibc: Fixed gencat and librt impurities.
Patch submitted by Jack Cummings <jack@mudshark.org> to the nix-dev
mailing list in message <20120309092909.GG39859@ice9.mudshark.org>.

svn path=/nixpkgs/branches/stdenv-updates/; revision=33536
2012-04-02 14:15:01 +00:00
Eelco Dolstra
29b0341589 * GMP updated to 5.0.4.
* By default, QEMU's CPUID identifies the CPU as GenuineIntel, family
  6, model 2.  Since there never was a physical 64-bit CPU like that,
  64-bit GMP calls abort().  This causes every program linked against
  libgmp to fail under QEMU (unless an appropriate -cpu or -M flag is
  used), which is rather bad, especially for users of hosting
  providers who cannot change QEMU's flags.  The patch causes GMP to
  be more liberal (i.e., use non-CPU-specific implementations).

svn path=/nixpkgs/branches/stdenv-updates/; revision=33531
2012-04-01 22:17:00 +00:00
Peter Simons
25fe5d43fe Updated Haskell packages.
- MemoTrie: updated to version 0.4.11
 - X11: updated to version 1.6.0
 - derive: updated to version 2.5.8
 - gloss: updated to version 1.7.1.1
 - haskell-src-exts: updated to version 1.13.0
 - haskell-src-meta: updated to version 0.5.1.2
 - hlint: updated to version 1.8.28

svn path=/nixpkgs/trunk/; revision=33528
2012-04-01 19:51:53 +00:00
Shea Levy
cd83eb3173 Build clang to support all of llvm's targets
svn path=/nixpkgs/trunk/; revision=33518
2012-04-01 14:33:23 +00:00
Yury G. Kudryashov
5299c1f6fb svn merge ^/nixpkgs/trunk
- 1 conflict (gnome-doc-utils)
- final merge before --reintegrate

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33500
2012-03-31 20:01:40 +00:00
Yury G. Kudryashov
3f44fb8f2f Drop telepathy-farsight
It is not used, and it is deprecated by telepathy-farstream.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33491
2012-03-30 12:28:50 +00:00
Yury G. Kudryashov
6eb45d767f telepathy-qt: farsight -> farstream
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33488
2012-03-30 09:03:35 +00:00
Peter Simons
9db8eaac7f Updated Haskell packages.
- SHA: updated to version 1.5.0.1
 - bmp: updated to version 1.2.1.1

svn path=/nixpkgs/trunk/; revision=33487
2012-03-30 08:27:56 +00:00
Michael Raskin
19320cf6cc Updating autogen - builds now
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33485
2012-03-30 07:32:54 +00:00
Shea Levy
b7f90b3406 libicns claims it can use openjpeg at build time, but at run time says it's not supported. Use jasper instead
svn path=/nixpkgs/trunk/; revision=33482
2012-03-30 01:42:13 +00:00
Shea Levy
ef084be97b Add libicns
svn path=/nixpkgs/trunk/; revision=33481
2012-03-30 01:36:38 +00:00
Peter Simons
a39f417ad7 Updated Haskell packages.
- RSA: updated to version 1.0.6.3
 - derive: updated to version 2.5.7
 - hakyll: updated to version 3.2.7.0
 - happstack-hamlet: updated to version 7.0.0
 - idris: updated to version 0.9.2.1

svn path=/nixpkgs/trunk/; revision=33479
2012-03-29 20:52:37 +00:00
Yury G. Kudryashov
ce85d430bc Batch update telepathy-related packages
Some of these packages need glib-2.30.x, so I commit it to this branch.

Add sofia-sip and telepathy-rakia.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33475
2012-03-29 16:33:32 +00:00
Yury G. Kudryashov
ded7dae81d glibmm-2.30.1
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33473
2012-03-29 14:29:54 +00:00
Yury G. Kudryashov
e5fd55a954 glib-2.30.3
Build with system pcre.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33472
2012-03-29 14:29:50 +00:00
Peter Simons
c031fccf5e Dropped obsolete Haskell packages.
- convertible-text: deprecated by author
 - failure: obsolete version 0.1.2
 - attempt: obsolete version 0.3.1.1

svn path=/nixpkgs/trunk/; revision=33470
2012-03-29 11:17:31 +00:00
Peter Simons
d5b7235de1 Updated Haskell packages.
- blaze-html: updated to version 0.4.3.3
 - failure: updated 0.2.0.1
 - resourcet: updated to version 0.3.2
 - zlib-bindings: updated to version 0.1.0.1

svn path=/nixpkgs/trunk/; revision=33469
2012-03-29 11:17:28 +00:00
Yury G. Kudryashov
a0474636d4 Remove some unused files
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33468
2012-03-29 10:34:47 +00:00
Michael Raskin
3decf956d4 Porting a fix from nixpkgs trunk - vimprobable2 now builds (against obsolete WebKit/GTK2)
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33467
2012-03-29 10:30:47 +00:00
Lluís Batlle i Rossell
3551d159d8 Updating the JDK6 to u32b03 due to some important security fix.
http://www.h-online.com/open/news/item/Critical-Java-hole-being-exploited-on-a-large-scale-1485681.html


svn path=/nixpkgs/trunk/; revision=33460
2012-03-28 20:42:54 +00:00
Yury G. Kudryashov
defd86049c Merge ^/nixpkgs/trunk.
This merge leads to a big rebuild, but this wouldn't hurt as I'm going to
reintegrate this branch soon.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33455
2012-03-28 15:42:42 +00:00
Yury G. Kudryashov
49b7f13128 Upgrading dssi to 1.1.1 (cherry-pick trunk@33360)
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33454
2012-03-28 15:11:50 +00:00
Peter Simons
db8f709430 Updated Haskell packages.
- derp: updated to version 0.1.6
 - happstack-server: updated to version 6.6.5
 - hlint: updated to version 1.8.26

svn path=/nixpkgs/trunk/; revision=33453
2012-03-28 13:49:20 +00:00
Shea Levy
db28c68df0 mkDerivation handles propagatedUserEnvPkgs properly now
svn path=/nixpkgs/trunk/; revision=33444
2012-03-27 15:20:37 +00:00
Shea Levy
092487c1fb Update rubygems
svn path=/nixpkgs/trunk/; revision=33443
2012-03-27 15:14:13 +00:00
Rob Vermaas
5a3a3a4e17 * Fix JDK/JRE error: /nix/store/.../jre/lib/i386/xawt/libmawt.so: file not recognized: File format not recognized.
Patch provided by Ambrus Kaposi.


svn path=/nixpkgs/trunk/; revision=33439
2012-03-27 11:19:00 +00:00
Peter Simons
e85794243f Update Haskell packages.
- blaze-html: updated to version 0.4.3.2
 - ghc-mod: updated to version 1.10.12
 - gloss: updated to version 1.7.0.1

svn path=/nixpkgs/trunk/; revision=33436
2012-03-27 10:31:45 +00:00
Russell O'Connor
4bccef4db2 Updating hash for ocaml_sqlite3
Markus Mottl <markus.mottl@gmail.com> said by email to me that 

``Note that this link is served by a Mercurial Apache module, i.e. this
is not static content.  It's likely that e.g. tar or bzip2 produce
slightly different output, which would explain changing hashes.

So I guess we shouldn't worry too much about the change in hash?


svn path=/nixpkgs/trunk/; revision=33419
2012-03-25 21:24:23 +00:00
Peter Simons
d44e55866a Updated Haskell packages.
- cabal2nix: updated to version 1.30
 - cmdargs: updated to version 0.9.5
 - derive: updated to version 2.5.6
 - hlint: updated to version 1.8.25
 - io-choice: added version 0.0.1

svn path=/nixpkgs/trunk/; revision=33411
2012-03-25 19:33:53 +00:00
Peter Simons
a058381657 haskell-ghc-mod: updated to version 1.10.11
This expression can now be generated by cabal2nix. Note that it doesn't
propagate Emacs and haskell-mode, though, these dependencies must be
installed by the user in addition to ghc-mod.

To active ghc-mod, add the following snippet to your ~/.emacs file:

  (autoload 'ghc-init "ghc" nil t)
  (add-hook 'haskell-mode-hook (lambda () (ghc-init)))

svn path=/nixpkgs/trunk/; revision=33410
2012-03-25 19:33:48 +00:00
Peter Simons
48ce33903a haskell-hoogle: added version 4.2.10
svn path=/nixpkgs/trunk/; revision=33409
2012-03-25 18:22:20 +00:00
Arie Middelkoop
797c0f86fa Recovered OCaml 3.11 by using version 3.11.2 and a patch from ocaml's bugtracker.
svn path=/nixpkgs/trunk/; revision=33399
2012-03-24 22:59:08 +00:00
Peter Simons
6b0f1dab5c Updated Haskell packages.
- LambdaHack: updated to version 0.2.1
 - OpenAL: updated to version 1.4.0.1
 - cabal2nix: updated to version 1.29
 - unbound: updated to version 0.4.0.1

svn path=/nixpkgs/trunk/; revision=33394
2012-03-24 10:21:48 +00:00
Peter Simons
880dcc2c64 Removed myself as a maintainer from Haskell packages that I don't personally use.
By now, it happened twice that a commit broke GHC and thus all Haskell packages
we have in Nixpkgs. On such an occasion, I receive well in excess of 3000
notification e-mails from Hydra, and then I receive another 3000 e-mails after
the bug has been fixed. Under these circumstances, subscribing to these
notifications makes no sense for me.

svn path=/nixpkgs/trunk/; revision=33392
2012-03-24 10:21:28 +00:00
Peter Simons
e7403a7f63 haskell-permutation: added version 0.4.1
svn path=/nixpkgs/trunk/; revision=33389
2012-03-23 21:03:04 +00:00
Peter Simons
062c35144d haskell-monad-control: added version 0.3.1.1
svn path=/nixpkgs/trunk/; revision=33379
2012-03-23 12:03:21 +00:00
Peter Simons
952626fc94 haskell-transformers: added version 0.3.0.0
svn path=/nixpkgs/trunk/; revision=33378
2012-03-23 12:03:18 +00:00
Peter Simons
f4462f5cad haskell-yesod-core: updated to version 0.10.3
svn path=/nixpkgs/trunk/; revision=33377
2012-03-23 12:03:15 +00:00
Peter Simons
f503c5f728 haskell-resourcet: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=33376
2012-03-23 12:03:12 +00:00
Peter Simons
39e8ab7157 haskell-monad-loops: updated to version 0.3.2.0
svn path=/nixpkgs/trunk/; revision=33375
2012-03-23 12:03:10 +00:00
Peter Simons
24c1200a02 haskell-fclabels: updated to version 1.1.1.1
svn path=/nixpkgs/trunk/; revision=33374
2012-03-23 12:03:07 +00:00
Peter Simons
3837c965ad haskell-zlib-bindings: added version 0.1.0
svn path=/nixpkgs/trunk/; revision=33373
2012-03-23 12:03:04 +00:00
Peter Simons
3fbeca3ebc pkgs/development/compilers/ghc/wrapper.nix: removed extraneous closing bracket that broke the script
svn path=/nixpkgs/trunk/; revision=33371
2012-03-23 11:26:28 +00:00
Michael Raskin
f5cc572d8b Updating FPC and Lazarus - works OK with new glib
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33367
2012-03-23 05:55:13 +00:00
Shea Levy
6aa06a6699 ghc-packages: Darwin's native readlink doesn't support -f
svn path=/nixpkgs/trunk/; revision=33366
2012-03-23 03:01:58 +00:00
Mathijs Kwik
c690fb832b haskell-arrows
svn path=/nixpkgs/trunk/; revision=33365
2012-03-22 22:37:17 +00:00
Mathijs Kwik
25fe36ff15 haskell-Stream
svn path=/nixpkgs/trunk/; revision=33364
2012-03-22 22:37:13 +00:00
Mathijs Kwik
01e0c31bae haskell-lazysmallcheck
svn path=/nixpkgs/trunk/; revision=33363
2012-03-22 22:37:08 +00:00
Cillian de Roiste
e53c036470 Upgrading dssi to 1.1.1
svn path=/nixpkgs/trunk/; revision=33360
2012-03-22 18:49:15 +00:00
Peter Simons
0c842e7620 Updated Haskell packages.
- cautious-file: updated to version 1.0.1
 - hmatrix: updated to version 0.14.0.1
 - random-fu: updated to version 0.2.2.0
 - resourcet: added version 0.3.0
 - sendfile: updated to version 0.7.6
 - test-framework: added version 0.6

svn path=/nixpkgs/trunk/; revision=33354
2012-03-22 11:17:49 +00:00
Arie Middelkoop
3a7b035380 Fix of the ocaml extlib expression. The native object files were not installed. Turns out that also the 'opt' make target must be run besides 'all'.
svn path=/nixpkgs/trunk/; revision=33350
2012-03-22 10:32:32 +00:00
Arie Middelkoop
31ffda057e Fix of the ocaml pcre nix expr. Added 'pcre' as propagated build input.
svn path=/nixpkgs/trunk/; revision=33349
2012-03-22 10:31:10 +00:00
Yury G. Kudryashov
c4b9da5949 Add libgweather
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33344
2012-03-22 08:39:08 +00:00
Yury G. Kudryashov
268146472c Add libgtop
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33343
2012-03-22 07:32:08 +00:00
Shea Levy
214482c79a Update ctemplate
I don't know what this is, but it wasn't building before and now it is.

svn path=/nixpkgs/trunk/; revision=33338
2012-03-21 17:42:19 +00:00
Shea Levy
26789f2e89 Update rubygems
svn path=/nixpkgs/trunk/; revision=33333
2012-03-21 14:07:29 +00:00
Lluís Batlle i Rossell
6c4fb4a7b7 libnfsidmap plugin path fix.
Patch by Rickard Nilsson.


svn path=/nixpkgs/trunk/; revision=33328
2012-03-21 11:56:04 +00:00
Lluís Batlle i Rossell
c6dc67483e Updating the libevent version and url, patch by Rickard Nilsson.
svn path=/nixpkgs/trunk/; revision=33327
2012-03-21 11:55:26 +00:00
Peter Simons
115b3d943a pkgs/development/compilers/ghc/with-packages.nix: renamed this expression from "ghc-${ghc.version}-linkdir" to "haskell-env-${ghc.name}"
This change allows use of the with-packages wrapper in user profiles that are
being updated with "nix-env -u \*". The previous name this expression generated
was considered by Nix to be an older version of "ghc-7.0.4-wrapper", because
that name has a higher priority.

svn path=/nixpkgs/trunk/; revision=33325
2012-03-21 11:46:15 +00:00
Peter Simons
d8e65ee71d pkgs/development/compilers/ghc/with-packages.nix: trivial changes to fix syntax highlighting in Emacs
svn path=/nixpkgs/trunk/; revision=33324
2012-03-21 11:46:12 +00:00
Michael Raskin
4233eece19 Update and fix WebKit
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33323
2012-03-21 10:47:00 +00:00
Lluís Batlle i Rossell
28027d4771 Aestethic changes suggested by Eelco, and trying to fix
the problem on rpc.statd, that looks at /etc/netconfig.

Problem: http://hydra.nixos.org/build/2310686/log/raw


svn path=/nixpkgs/trunk/; revision=33322
2012-03-21 09:18:40 +00:00
Eelco Dolstra
7bc7db74fb * NSPR updated to 4.9.
svn path=/nixpkgs/trunk/; revision=33318
2012-03-20 23:55:22 +00:00
Lluís Batlle i Rossell
b2d61a850d Enabling nfsv4 and nfsv41 in nfsUtils (or at least I think so).
svn path=/nixpkgs/trunk/; revision=33315
2012-03-20 23:17:45 +00:00
Yury G. Kudryashov
34fcba81be Add new release of kdevelop
I'll remove the old release when Hydra will build the new one, and I'll test the
result.

svn path=/nixpkgs/trunk/; revision=33296
2012-03-20 14:12:53 +00:00
Yury G. Kudryashov
ba7f02630a Add gtkmm-3.x
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33294
2012-03-20 11:46:42 +00:00
Yury G. Kudryashov
bf530f6c03 cairomm-1.10.0
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33293
2012-03-20 11:41:11 +00:00
Yury G. Kudryashov
aa47fca2f6 Restore libchamplain
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33291
2012-03-20 11:16:06 +00:00
Yury G. Kudryashov
f0039537ce Restore clutter-gtk
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33290
2012-03-20 11:16:01 +00:00
Shea Levy
f272acd501 Add a module for the pommed tool for Apple laptop keyboards.
svn path=/nixpkgs/trunk/; revision=33286
2012-03-20 04:41:13 +00:00
Shea Levy
6fe5413cb7 xf86-input-multitouch seems to be abandoned, update it with the mtrack fork
svn path=/nixpkgs/trunk/; revision=33283
2012-03-20 01:48:09 +00:00
Peter Simons
5f32e704bf haskell-url: updated to version 2.1.3
svn path=/nixpkgs/trunk/; revision=33280
2012-03-19 23:41:06 +00:00
Lluís Batlle i Rossell
a39a9b3d8e Adding a glibc patch to get proper first days of the week in the Catalan locale.
Since 2008 somehow it cannot get fixed in glibc:
https://bugzilla.redhat.com/show_bug.cgi?id=454629


svn path=/nixpkgs/trunk/; revision=33279
2012-03-19 21:50:58 +00:00
Eelco Dolstra
a772508846 * NASM updated to 2.10.
svn path=/nixpkgs/trunk/; revision=33256
2012-03-19 13:16:35 +00:00
Peter Simons
69adc0d433 Update Haskell packages.
- gd: updated to version 3000.7.3
 - hakyll: updated to version 3.2.6.2
 - HaskellForMaths: updated to version 0.4.4
 - haskell-src-meta: updated to version 0.5.1.1
 - mwc-random: dropped obsolete version 0.10.0.1.
 - persistent-template: updated to version 0.8.2
 - snap-core: updated to version 0.8.0.1
 - snap-server: updated to version 0.8.0.1
 - unordered-containers: dropped obsolete version 0.1.4.6.

svn path=/nixpkgs/trunk/; revision=33255
2012-03-19 11:15:39 +00:00
Yury G. Kudryashov
abec146924 Add libwnck3
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33254
2012-03-19 04:36:51 +00:00
Yury G. Kudryashov
b113433d51 Move libwnck to top-level
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33253
2012-03-19 04:36:47 +00:00
Yury G. Kudryashov
3d0b778848 Move gnome-doc-utils and gtk-doc to top-level
Add compatibility attrs.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33252
2012-03-19 04:36:41 +00:00
Piotr Pietraszkiewicz
1824f424b2 Made sword build again by tuning the configureFlags:
- to ignore warnings about unused variables
- not to build the tests (the warnings in tests looked serious at first
  glance)
Additionally disabled debug because I hit no problems at runtime so far

svn path=/nixpkgs/trunk/; revision=33243
2012-03-18 22:51:17 +00:00
Yury G. Kudryashov
23b865d1b4 Fix evaluation
svn path=/nixpkgs/trunk/; revision=33220
2012-03-17 22:25:30 +00:00
Yury G. Kudryashov
168a3d7101 Add qt4_for_skype
This build disables some optional features. I'm going to pass this to
skype_linux to reduce the size occupied by i686 packages on x86_64 system.

svn path=/nixpkgs/trunk/; revision=33217
2012-03-17 20:57:28 +00:00
Peter Simons
457e59d99d libtirpc: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=33211
2012-03-17 17:44:20 +00:00
Yury G. Kudryashov
d68c80932a Remove libjingle
It seems that every japper/jingle implementation ships a modified version of
libjingle.

svn path=/nixpkgs/trunk/; revision=33207
2012-03-17 17:20:39 +00:00
Yury G. Kudryashov
776bedbb5f Remove some files not reachable from all-packages.nix
List of removed files:
* pkgs/applications/misc/kiwixbuilder/default.nix
* pkgs/applications/misc/simgrid/default.nix
* pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix
* pkgs/applications/networking/mailreaders/thunderbird/7.x.nix
* pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch
* pkgs/development/libraries/bluez-libs/default.nix
* pkgs/development/libraries/libjingle/0.4.0.nix
* pkgs/development/perl-modules/Font-TTF/default.nix
* pkgs/tools/X11/xauth/default.nix
* pkgs/tools/security/p0f/default.nix
* pkgs/tools/security/p0f/p0f.patch

svn path=/nixpkgs/trunk/; revision=33205
2012-03-17 17:20:30 +00:00
Yury G. Kudryashov
d1860f6def Move gnome3.GConf to GConf3
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33201
2012-03-17 16:46:02 +00:00
Yury G. Kudryashov
ddb01436a0 Move gnome3.libgnome_keyring to libgnome_keyring3
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33200
2012-03-17 16:45:56 +00:00
Yury G. Kudryashov
d96524476d Move libsoup to development/libraries
It is used in many packages outside of gnome2 set.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33197
2012-03-17 16:45:37 +00:00
Yury G. Kudryashov
0e397758ee dragonegg-3.0
The old version fails to build, thus I commit it instead of review request.

svn path=/nixpkgs/trunk/; revision=33193
2012-03-17 15:25:00 +00:00
Peter Simons
70139b0bbd pkgs/development/libraries/libtirpc: removed obsolete copy of this library
svn path=/nixpkgs/trunk/; revision=33191
2012-03-17 13:45:56 +00:00
Yury G. Kudryashov
a47127de32 libchamplain-0.12.2
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33190
2012-03-17 13:30:51 +00:00
Yury G. Kudryashov
8a2b2f3338 clutter-gtk-1.0.4
Depends on gtk3

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33189
2012-03-17 13:30:46 +00:00
Yury G. Kudryashov
5c4e3c7701 clutter-1.8.2
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33188
2012-03-17 13:30:39 +00:00
Yury G. Kudryashov
1bbaec552e taglib-1.7.1
Release notes says that this release fixes a few security issues.

svn path=/nixpkgs/trunk/; revision=33186
2012-03-17 13:21:31 +00:00
Yury G. Kudryashov
a658884c17 Revert "pango-1.29.5"
This reverts r33178
pango-1.29.5 depends on glib-2.31

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33182
2012-03-16 22:53:32 +00:00
Yury G. Kudryashov
ef95c7855d pango-1.29.5
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33178
2012-03-16 21:37:42 +00:00
Lluís Batlle i Rossell
6b4810d310 Updating php 5.3 to 5.3.10
svn path=/nixpkgs/trunk/; revision=33170
2012-03-16 19:40:36 +00:00
Lluís Batlle i Rossell
6b6b758745 Updating mlt to 0.7.8.
kdenlive 0.8.2.1 wants mlt 0.7.8. With 0.7.6, it crashed clicking the timeline
(only with qt48).


svn path=/nixpkgs/trunk/; revision=33168
2012-03-16 18:40:10 +00:00
Yury G. Kudryashov
eefb2b6531 ilbc: style
svn path=/nixpkgs/trunk/; revision=33163
2012-03-16 17:15:47 +00:00
Shea Levy
a09a78165c Update rubygems
svn path=/nixpkgs/trunk/; revision=33155
2012-03-16 13:28:35 +00:00
Ludovic Courtès
cc6f814a8f GFortran 4.6: Add patch to fix the output of `-v'.
svn path=/nixpkgs/trunk/; revision=33154
2012-03-16 13:11:41 +00:00
Peter Simons
6e56feca1d Updated Haskell packages.
- RepLib: updated to version 0.5.2
 - http-enumerator: updated to version 0.7.3.1
 - http-types: updated to version 0.6.10
 - leksah-server: updated to version 0.12.0.5
 - test-framework-quickcheck2: updated to version 0.2.12.1
 - unbound: updated to version 0.4
 - yesod: updated to version 0.10.2

svn path=/nixpkgs/trunk/; revision=33144
2012-03-16 09:47:31 +00:00
Yury G. Kudryashov
d477e709c8 Add telepathy-farstream
svn path=/nixpkgs/trunk/; revision=33128
2012-03-15 21:50:02 +00:00
Yury G. Kudryashov
0239640def Add farstream
svn path=/nixpkgs/trunk/; revision=33127
2012-03-15 21:49:54 +00:00
Peter Simons
ee402fac15 haskell-bloomfilter: added version 1.2.6.8
svn path=/nixpkgs/trunk/; revision=33115
2012-03-15 18:07:45 +00:00
Yury G. Kudryashov
b0d0278e82 libssh-0.5.2, switch to libgcrypt
svn path=/nixpkgs/trunk/; revision=33114
2012-03-15 17:08:26 +00:00
Yury G. Kudryashov
785d18e02b svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33111
2012-03-15 15:09:36 +00:00
Peter Simons
fe3ac7658b haskell-alex-meta: updated to version 0.3.0.2
svn path=/nixpkgs/trunk/; revision=33102
2012-03-15 10:43:20 +00:00
Peter Simons
b68db0ea2d haskell-BNFC-meta: updated to version 0.3
svn path=/nixpkgs/trunk/; revision=33101
2012-03-15 10:43:16 +00:00
Peter Simons
4bd54310e6 haskell-xml-conduit: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=33100
2012-03-15 10:43:05 +00:00
Yury G. Kudryashov
fe1115caf4 Make nixpkgs ready for gst_all attrset removal
svn path=/nixpkgs/trunk/; revision=33092
2012-03-14 22:44:52 +00:00
Shea Levy
6c99fad938 OMVF: Only need some of the sources, and symlinks instead of copies are fine
svn path=/nixpkgs/trunk/; revision=33090
2012-03-14 22:43:07 +00:00
Yury G. Kudryashov
044361ec18 Pass qt_gstreamer to ktp-call-ui
svn path=/nixpkgs/trunk/; revision=33080
2012-03-14 19:35:46 +00:00
Yury G. Kudryashov
c9da6ff736 Move dev/libs/telepathy-* to a subdir
svn path=/nixpkgs/trunk/; revision=33079
2012-03-14 19:35:41 +00:00
Yury G. Kudryashov
4d9fb0a594 Move gstreamer packages to top-level
This will make callPackage work with gst.
* Rename gstCamelCase to gst_with_underscores.
* Add compatibility attributes.

svn path=/nixpkgs/trunk/; revision=33078
2012-03-14 19:35:35 +00:00
Yury G. Kudryashov
6d2a78fc40 Add qt-gstreamer
svn path=/nixpkgs/trunk/; revision=33076
2012-03-14 19:35:26 +00:00
Peter Simons
f59e3b6bfb wxGTK: make mesa support optional in versions 2.9.0 and 2.9.1 too
svn path=/nixpkgs/trunk/; revision=33069
2012-03-14 17:45:11 +00:00
Yury G. Kudryashov
dc2d99ec96 Move telepathy-gabble to applications
svn path=/nixpkgs/trunk/; revision=33064
2012-03-14 15:41:37 +00:00
Peter Simons
b24eb9855c haskell-unordered-containers: updated to version 0.2.1.0
svn path=/nixpkgs/trunk/; revision=33061
2012-03-14 09:23:49 +00:00
Shea Levy
6cf8e4f815 EDK2: Significant cleanup and
modularization, and add OVMF as an example of how to use it

svn path=/nixpkgs/trunk/; revision=33059
2012-03-14 06:57:58 +00:00
Shea Levy
853dd7266b Add Intel's EDK
svn path=/nixpkgs/trunk/; revision=33058
2012-03-14 04:18:52 +00:00
Shea Levy
0017d80aa5 GNU EFI development libraries
svn path=/nixpkgs/trunk/; revision=33057
2012-03-14 01:23:31 +00:00
Shea Levy
27bedda4f6 iasl: Bump
svn path=/nixpkgs/trunk/; revision=33056
2012-03-14 00:53:52 +00:00
Yury G. Kudryashov
4981d6d2e7 Fix telepathy-qt compilation
svn path=/nixpkgs/trunk/; revision=33053
2012-03-13 23:15:06 +00:00
Lluís Batlle i Rossell
b3456f8bdd Making mesa optional in wxGTK, and using on non-linux the non-mesa wxGTK for gnuplot and wxmaxima.
That may make them build further.


svn path=/nixpkgs/trunk/; revision=33051
2012-03-13 21:54:17 +00:00
Yury G. Kudryashov
199cc0ce51 telepathy-qt-0.9.0
Notice that this is *not* downgrade. This is a new project recently renamed from
telepathy-qt4 (the old telepathy-qt seems to be dead).

svn path=/nixpkgs/trunk/; revision=33046
2012-03-13 19:07:09 +00:00
Yury G. Kudryashov
b904117beb Add telepathy-farsight
svn path=/nixpkgs/trunk/; revision=33045
2012-03-13 19:07:03 +00:00
Yury G. Kudryashov
941d15af7a telepathy-gabble-0.15.4
svn path=/nixpkgs/trunk/; revision=33044
2012-03-13 19:06:54 +00:00
Yury G. Kudryashov
23154538b7 telepathy-glib-0.17.5
Adjust .pc to our patched pkg-config

svn path=/nixpkgs/trunk/; revision=33042
2012-03-13 19:06:38 +00:00
Yury G. Kudryashov
fb422d45dd farsight-0.0.31
svn path=/nixpkgs/trunk/; revision=33041
2012-03-13 19:06:32 +00:00
Yury G. Kudryashov
c6830bdf6a libnice-0.1.1
svn path=/nixpkgs/trunk/; revision=33040
2012-03-13 19:06:24 +00:00
Yury G. Kudryashov
db0158f292 gupnp-igd
svn path=/nixpkgs/trunk/; revision=33039
2012-03-13 19:06:17 +00:00
Yury G. Kudryashov
d2c81c17e0 gupnp-0.18.1
Propagate some inputs

svn path=/nixpkgs/trunk/; revision=33038
2012-03-13 19:06:10 +00:00
Yury G. Kudryashov
f4e2b7c144 gssdp-0.12.1
svn path=/nixpkgs/trunk/; revision=33037
2012-03-13 19:06:03 +00:00
Peter Simons
e49110e221 scons: updated to version 2.1.0
svn path=/nixpkgs/trunk/; revision=33030
2012-03-13 08:29:18 +00:00
Peter Simons
fadf3e1f75 haskell-sendfile: updated to version 0.7.5
svn path=/nixpkgs/trunk/; revision=33029
2012-03-13 08:26:25 +00:00
Peter Simons
3b0c84f93f haskell-hashtables: updated to version 1.0.1.3
svn path=/nixpkgs/trunk/; revision=33028
2012-03-13 08:26:18 +00:00
Eelco Dolstra
891dd9121b * Undo accidental commit.
svn path=/nixpkgs/trunk/; revision=33021
2012-03-12 15:34:00 +00:00
Eelco Dolstra
29df27f469 * Fix some Hydra dependencies that broke due to the Perl upgrade.
svn path=/nixpkgs/trunk/; revision=33020
2012-03-12 15:31:14 +00:00
Peter Simons
dd90a8b709 haskell-cabal2nix: updated to version 1.28
svn path=/nixpkgs/trunk/; revision=33016
2012-03-12 14:15:14 +00:00
Peter Simons
c86a90c4e9 Updating Haskell packages.
- Agda-executable: updated to version 2.3.0.1
 - Agda: updated to version 2.3.0.1
 - gio: added version 0.12.3
 - hamlet: updated to version 0.10.9.1
 - leksah-server: updated to version 0.12.0.4
 - leksah: updated to version 0.12.0.3
 - ltk: updated to version 0.12.0.0
 - packages.nix: cosmetic change
 - pandoc: updated to version 1.9.1.2
 - polyparse: added version 1.8
 - shakespeare-css: updated to version 0.10.8
 - shakespeare-i18n: updated to version 0.0.2.1
 - shakespeare-js: updated to version 0.11.2
 - shakespeare-text: updated to version 0.11
 - shakespeare: updated to version 0.11
 - tls: updated to version 0.9.1
 - unordered-containers: updated to version 0.2.0.1
 - uuagc: updated to version 0.9.40.3
 - yesod-core: updated to version 0.10.2.2
 - yesod-form: updated to version 0.4.2.1
 - yesod: updated to version 0.10.1.4

svn path=/nixpkgs/trunk/; revision=33015
2012-03-12 14:06:18 +00:00
Lluís Batlle i Rossell
446b01489a Updating tcpdump and libpcap. I also remove a patch of libpcap I don't know
what's for. It builds and runs equally for me with or without it. I couldn't
find notes in svn log about it.


svn path=/nixpkgs/trunk/; revision=32996
2012-03-11 19:37:49 +00:00
Yury G. Kudryashov
eb81f33244 Remove zapping, zvbi and rte
Feel free to revert&fix compile if you need these packages.

svn path=/nixpkgs/trunk/; revision=32966
2012-03-09 20:16:02 +00:00
Yury G. Kudryashov
469d3f46be loudmouth: use mirror://gnome
svn path=/nixpkgs/trunk/; revision=32955
2012-03-09 15:09:11 +00:00
Peter Simons
5b712643d9 swt: updated to version 3.7.2-201202080800
Committed on behalf of "Corey O'Connor" <coreyoconnor@gmail.com> via
<CANTmfBTtRRQoc9UXCmNC8z1BNhnmiQZNVhB1TNK-PUGV-9om_w@mail.gmail.com>.

svn path=/nixpkgs/trunk/; revision=32952
2012-03-09 13:24:16 +00:00
Peter Simons
178b500c8c Updated Haskell packages.
- Hipmunk: updated to version 5.2.0.7
 - cairo: updated to version 0.12.3
 - digest: updated to version 0.0.1.1
 - glib: updated to version 0.12.3
 - gloss: updated to version 1.6.2.1
 - gtk: updated to version 0.12.3
 - language-javascript: updated to version 0.4.10
 - pango: updated to version 0.12.3
 - zeromq-haskell: updated to version 0.8.4

svn path=/nixpkgs/trunk/; revision=32947
2012-03-09 10:01:19 +00:00
Yury G. Kudryashov
1f84acc113 gamin: glib-2.30.0 FTBFS
Cherry-pick ^/nixpkgs/branches/glib-2.30@31417

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32943
2012-03-09 07:13:03 +00:00
Yury G. Kudryashov
7331031c0c glib-networking-2.30.2
* Pass gsettings-desktop-schemas to glib-networking
* Use ca-certificates /etc/ca-bundle.crt

Cherry-pick ^/nixpkgs/branches/glib-2.30@31414, remove xz

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32942
2012-03-09 06:18:42 +00:00
Yury G. Kudryashov
dc4833f773 polkit-0.104
cherry-pick ^/nixpkgs/branches/glib-2.30@31425

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32941
2012-03-09 06:13:10 +00:00
Yury G. Kudryashov
a14e9f7c0f gtk+-2.24.10
svn path=/nixpkgs/trunk/; revision=32936
2012-03-08 23:29:27 +00:00
Yury G. Kudryashov
b0aa85371b Use pango-1.29
svn path=/nixpkgs/trunk/; revision=32935
2012-03-08 23:25:52 +00:00
Yury G. Kudryashov
b0dbd38ea6 Move libcroco and librsvg to top-level
svn path=/nixpkgs/trunk/; revision=32933
2012-03-08 22:57:05 +00:00
Yury G. Kudryashov
683752fa85 libgsf: pass gdk_pixbuf
svn path=/nixpkgs/trunk/; revision=32923
2012-03-08 22:45:35 +00:00
Peter Simons
47e76fde88 haskell-unordered-containers: added version 0.1.4.6 again to fix build of snap-core
svn path=/nixpkgs/trunk/; revision=32911
2012-03-08 20:50:18 +00:00
Peter Simons
5ca8bc5be3 haskell-syb: revert removal of versions 0.2.2 and 0.3
Apparently, these versions weren't as obsolete as I thought.

svn path=/nixpkgs/trunk/; revision=32909
2012-03-08 18:53:51 +00:00
Yury G. Kudryashov
1a62d14cdd Move glib-networking to top namespace
svn path=/nixpkgs/trunk/; revision=32905
2012-03-08 16:49:08 +00:00
Lluís Batlle i Rossell
46b258acb4 Updating octave to the new major release 3.6.1
svn path=/nixpkgs/trunk/; revision=32904
2012-03-08 16:24:37 +00:00
Andres Löh
ec99325d80 Explicitly set platforms for 7.4.1 rather than inheriting them.
I hope this will enable darwin builds for 7.4.1 on Hydra.

svn path=/nixpkgs/trunk/; revision=32903
2012-03-08 16:22:01 +00:00
Lluís Batlle i Rossell
d2747b12e9 Updating and fixing physfs, so more videogames can build.
svn path=/nixpkgs/trunk/; revision=32891
2012-03-08 13:34:42 +00:00
Peter Simons
6443e4dc64 Updated haskell packages.
- uniplate: updated to version 1.6.7
 - unordered-containers: dropped obsolete version 0.1.4.6
 - HsOpenSSL: updated to version 0.10.1.4

svn path=/nixpkgs/trunk/; revision=32889
2012-03-08 13:22:32 +00:00
Yury G. Kudryashov
9abf1b03a9 Move libgnome-keyring to development/libraries
svn path=/nixpkgs/trunk/; revision=32887
2012-03-08 13:06:44 +00:00
Ludovic Courtès
66403757db GNU MPFR: Work around a FreeBSD bug.
svn path=/nixpkgs/trunk/; revision=32884
2012-03-08 11:12:15 +00:00
Peter Simons
5e8842d808 haskell-mwc-random: updated to version 0.12.0.0
svn path=/nixpkgs/trunk/; revision=32880
2012-03-08 09:56:05 +00:00
Peter Simons
d5eb6c7f59 haskell-unordered-containers: added version 0.2.0.0
svn path=/nixpkgs/trunk/; revision=32879
2012-03-08 09:56:00 +00:00
Yury G. Kudryashov
2a074000be patch and fixCmakeFiles do not commute
svn path=/nixpkgs/trunk/; revision=32876
2012-03-08 07:59:56 +00:00
Yury G. Kudryashov
3dde54caeb poppler-0.18.4
svn path=/nixpkgs/trunk/; revision=32875
2012-03-08 07:59:53 +00:00
Shea Levy
9eb1b81548 Update rubygems
svn path=/nixpkgs/trunk/; revision=32873
2012-03-08 05:45:23 +00:00
Lluís Batlle i Rossell
a51ca62215 Fixing the build of libwpd 0.8. That will help openoffice to go on building.
svn path=/nixpkgs/trunk/; revision=32871
2012-03-07 22:38:42 +00:00
Lluís Batlle i Rossell
02ac39aef8 Setting myself as maintainer for xsane and cdecl, and telling hydra to build them.
svn path=/nixpkgs/trunk/; revision=32868
2012-03-07 22:20:23 +00:00