summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Upgrade libwpd and libwpg to latest versionsYury G. Kudryashov2012-01-05
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31315
* Use ocaml-3.12.1 by defaultYury G. Kudryashov2012-01-05
| | | | | | | ocaml-3.11.1 is broken in stdenv, so I made this change in stdenv without waiting for maintainer. Feel free to revert if you have a better solution. svn path=/nixpkgs/branches/stdenv-updates/; revision=31314
* HAL and PolicyKit will be removed in trunk, see ↵Yury G. Kudryashov2012-01-05
| | | | | | https://nixos.org/wiki/Deprecated_packages svn path=/nixpkgs/branches/stdenv-updates/; revision=31309
* Add TODO.txtYury G. Kudryashov2012-01-05
| | | | | | | | I've suggested adding such file on ML, and recieved no replies. So, I think that at least nobody objects this idea. OTOH, I'm not sure if somebody else will use this file. svn path=/nixpkgs/branches/stdenv-updates/; revision=31308
* Fix djvulibre compilationYury G. Kudryashov2012-01-05
| | | | | | Also remove djview3. Use djview4 instead. svn path=/nixpkgs/branches/stdenv-updates/; revision=31307
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-04
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31280
| * ppp-2.4.5, a few patchesYury G. Kudryashov2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31279
| * * Handle the attributes added by the multiple outputs branch.Eelco Dolstra2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31278
| * * DBD::SQLite updated to 1.35.Eelco Dolstra2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31277
| * Adding libgdiplus for mono, and making mono reference it.Lluís Batlle i Rossell2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31276
| * Make gnome panel 2.28 build - it missed libtool as buildInputs.Lluís Batlle i Rossell2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31275
| * Update E proverMichael Raskin2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31269
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-04
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31268
| * Fixing a typo in the icoutils file.Lluís Batlle i Rossell2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31267
| * Adding icoutilsLluís Batlle i Rossell2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31265
| * Adding pngtoico.Lluís Batlle i Rossell2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31264
| * Add modemmanagerYury G. Kudryashov2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31263
| * Updating mono.Lluís Batlle i Rossell2012-01-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31262
| * In Emacs site-start.el check that NIX_PROFILES is set.Karn Kallio2012-01-04
| | | | | | | | | | | | | | In the stdenv this is not set, which causes an elisp error which in turn makes builds depending on Emacs (eg gnuplot) fail. svn path=/nixpkgs/trunk/; revision=31261
| * Cause ghostscript to build libgs.Karn Kallio2012-01-04
| | | | | | | | | | | | This fixes the failed build of libspectre. svn path=/nixpkgs/trunk/; revision=31260
| * * Debian requires/provides should be comma-separated.Eelco Dolstra2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31259
| * * Check whether any packages were generated. Apparently checkinstallEelco Dolstra2012-01-03
| | | | | | | | | | | | doesn't return a non-zero exit code if something goes wrong. svn path=/nixpkgs/trunk/; revision=31258
| * linux_3_2_powertopFlorian Friesdorf2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31257
| * Ralink firmware is no longer available directly from ralinktech.com, it is ↵Cillian de Roiste2012-01-03
| | | | | | | | | | | | now available from git.kernel.org. I've used the debian svn repo here instead for convenience svn path=/nixpkgs/trunk/; revision=31256
| * Adding a preliminary package for librecad. It fails to install still.Lluís Batlle i Rossell2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31255
| * added myself to maintainersFlorian Friesdorf2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31254
| * load-path also for emacs-22 and emacs-snapshotFlorian Friesdorf2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31253
| * set emacs load-path according to NIX_PROFILES via site-start.elFlorian Friesdorf2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31252
| * Made lua and task warrior unstable crossbuild fineLluís Batlle i Rossell2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31251
| * Add a warning to cmake/default.nixYury G. Kudryashov2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31248
| * Updated GNU ghostscript to version 9.04.1.Peter Simons2012-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | - Merged the builder.sh file into the expression itself. - Need to force "-lz" flag to fix linker errors. This is probably a bug in the build system, so further updates may not need that hack. - Need to force "-rpath=${freetype}/lib" flag to fix run-time errors because gs can't find the libfreetype.so.6 library. I don't quite understand why that path isn't hard-coded to begin with. svn path=/nixpkgs/trunk/; revision=31247
| * * Revert. Cmake is still broken on i686-linux.Eelco Dolstra2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31244
* | svn merge /path/to/trunk; svn revert path/to/cmake/default.nixYury G. Kudryashov2012-01-03
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31249
* | Merge trunkYury G. Kudryashov2012-01-03
|\| | | | | | | | | | | | | | | Conflicts: 1. cmake upgrade: use 2.8.7 2. openssl: left FreeBSD-asm patch. svn path=/nixpkgs/branches/stdenv-updates/; revision=31245
| * cmake-2.8.7Yury G. Kudryashov2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31241
| * Add libkvkontakteYury G. Kudryashov2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31240
| * ortp-0.18.0Yury G. Kudryashov2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31238
| * * Firefox updated to 9.0.1.Eelco Dolstra2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31236
| * Removing references to openssl 1.0.0eLluís Batlle i Rossell2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31234
| * Moving openssl 1.0.0e.nix to default.nix, as Eelco suggests. The 1.0.0e ↵Lluís Batlle i Rossell2012-01-03
| | | | | | | | | | | | | | | | | | expression was moremaintained. When I updated openssl, I didn't know there was such a file. svn path=/nixpkgs/trunk/; revision=31233
| * iwlwifi-5150-ucode: add Intel 5150 wireless firmware packageFlorian Friesdorf2012-01-03
| | | | | | | | | | | | Author: Sergey Mironov <ierton@gmail.com> svn path=/nixpkgs/trunk/; revision=31232
| * Add kde4.networkmanagementYury G. Kudryashov2012-01-03
| | | | | | | | | | | | You still need to start NetworkManager daemon manually to use this widget svn path=/nixpkgs/trunk/; revision=31229
| * Fix most packages depending on fltkYury G. Kudryashov2012-01-03
| | | | | | | | | | | | I failed to build cinepaint svn path=/nixpkgs/trunk/; revision=31224
| * fltk-1.3.0Yury G. Kudryashov2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31223
| * tulip-3.6.1Yury G. Kudryashov2012-01-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31216
| * Updating openssl.Lluís Batlle i Rossell2012-01-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31215
| * naev-0.5.0Yury G. Kudryashov2012-01-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31214
| * update xfig, pull a few patches from debianYury G. Kudryashov2012-01-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31213
| * git-annex: updated to version 3.20111231Peter Simons2012-01-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31212
| * monad-control: use consistent naming scheme for all supported versionsPeter Simons2012-01-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31211