* added briss: a pdf cropper
* added compton, an improved fork of xcompmgr
* added myself to the maintainers list
* minor version bumps: xcompmgr, upower
svn path=/nixpkgs/trunk/; revision=34380
first time a Flash control is loaded, with the following message on
stderr:
/nix/store/c5ma4l7nlzcwdkjzrflni58aacqrfs1y-xulrunner-13.0/lib/xulrunner-13.0/plugin-container: symbol lookup error: /nix/store/c5ma4l7nlzcwdkjzrflni58aacqrfs1y-xulrunner-13.0/lib/xulrunner-13.0/plugin-container: undefined symbol: malloc_message
Need to investigate where malloc_message is defined.
svn path=/nixpkgs/trunk/; revision=34368
- cereal: updated to version 0.3.5.2
- leksah-server: updated to version 0.12.1.1
- repa-algorithms: updated to version 3.2.1.1
- repa-examples: updated to version 3.2.1.1
- repa-io: updated to version 3.2.1.1
- repa: updated to version 3.2.1.1
- RepLib: updated to version 0.5.3
- unbound: updated to version 0.4.1
svn path=/nixpkgs/trunk/; revision=34366
xmobar -> mtl-version1
mtl-version1 -> transformers-version2
where version1 and version2 are different from the default, which is needed because their
respective cabal files require that.
svn path=/nixpkgs/trunk/; revision=34357
- http-conduit: updated to version 1.4.1.8
- leksah-server: updated to version 0.12.1.0
- leksah: updated to version 0.12.1.0
- ltk: updated to version 0.12.1.0
- yaml: updated to version 0.7.0.3
svn path=/nixpkgs/trunk/; revision=34356
- ghc-mod: updated to version 1.10.16
- network: added version 2.3.0.14
- pandoc: updated to version 1.9.4
- xmobar: updated to version 0.15
svn path=/nixpkgs/trunk/; revision=34337
obnam is a backup program with support for deduplication, compression and encryption. See http://liw.fi/obnam/.
svn path=/nixpkgs/trunk/; revision=34331
The package won't compile when 'buildExamples' is enabled. First of all,
it depends on an ancient version of the 'executable-path' library. That
problem can be remedied by adding
patchPhase = ''
sed -i -e 's|executable-path == 0.0.\*|executable-path|' reactive-banana-wx.cabal
'';
..., but even then it won't build because the Cabal file doesn't declare
all dependencies properly. Both GHC 7.0.4 and 7.4.1 fail complaining
about the absence of Prelude.
svn path=/nixpkgs/trunk/; revision=34328
Re-ordered entries in haskellPlatformArgs_2012_2_0_0 to match the order
in the Cabal file. This makes it easier to compare the package list side
by side.
svn path=/nixpkgs/trunk/; revision=34326
- hlint: updated to version 1.8.29
- hscolour: updated to version 1.20.2
- random-fu: updated to version 0.2.3.0
svn path=/nixpkgs/trunk/; revision=34324