about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* moderncv: update to version 1.5.1Peter Simons2013-06-15
|
* haskell-shake: update to version 0.10.5Peter Simons2013-06-15
|
* haskell-accelerate: update to version 0.13.0.5Peter Simons2013-06-15
|
* haskell-accelerate-io: update to version 0.13.0.2Peter Simons2013-06-15
|
* haskell-accelerate-cuda: update to version 0.13.0.3Peter Simons2013-06-15
|
* Agda: drop redundant overridesPeter Simons2013-06-15
|
* haskell-hashable: add version 1.2.0.10Peter Simons2013-06-15
|
* Merge pull request #621 from errge/xtestPeter Simons2013-06-15
|\ | | | | Add haskell/xtest
| * Add haskell/xtestGergely Risko2013-06-14
| |
* | Merge pull request #622 from errge/hitPeter Simons2013-06-15
|\ \ | | | | | | Add hit and (it's dependency,) bytedump
| * | Add hit and (it's dependency,) bytedumpGergely Risko2013-06-14
| |/
* | Merge pull request #624 from errge/template-defaultPeter Simons2013-06-15
|\ \ | | | | | | Add template-default
| * | Add template-defaultGergely Risko2013-06-14
| |/
* | Merge pull request #625 from errge/vectorPeter Simons2013-06-15
|\ \ | | | | | | Add vectorThUnbox
| * | Add vectorThUnboxGergely Risko2013-06-14
| |/
* | Merge pull request #626 from lovek323/supPeter Simons2013-06-15
|\ \ | | | | | | sup: add required gems and separate dependencies
| * | sup: add required gems and separate dependenciesJason "Don" O'Conal2013-06-14
| |/
* | Merge pull request #628 from craff/pgf-tikz/updatePeter Simons2013-06-15
|\ \ | | | | | | Pgf tikz/update
| * | fix pgf hashChristophe Raffalli2013-06-15
| | |
| * | upgrading pgf/tikz to 2.10Christophe Raffalli2013-06-15
| | |
* | | haskell-defaults.nix: add overrides to fix the latest cabal-install build ↵Peter Simons2013-06-15
| | | | | | | | | | | | with older GHC versions
* | | release-haskell.nix: build the latest version of Cabal and cabal-install ↵Peter Simons2013-06-15
| | | | | | | | | | | | with all GHC major releases
* | | gnucash: update to version 2.4.13Peter Simons2013-06-15
|/ /
* | Merge branch 'master' of github.com:NixOS/nixpkgsRussell O'Connor2013-06-14
|\ \
| * | chromium: Update beta and dev release channels.aszlig2013-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new versions were introduced: beta: 28.0.1500.45 - builds fine and tested dev: 29.0.1521.3 - builds fine and tested Although the version from the dev release channel isn't the latest found on omahaproxy but it's the latest one, that actually has tarballs available. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | chromium/updater: Avoid downgrading versions.aszlig2013-06-14
| | | | | | | | | | | | | | | | | | | | | | | | Previously we have just checked for equality. When going back in history, that way if the history is somewhat out-of-sync, we could end up "updating" to an older version, which we definitely don't want. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | chromium/updater: Fetch more previous versions.aszlig2013-06-14
| | | | | | | | | | | | | | | | | | | | | | | | Omahaproxy has an URL which lists a history of the published versions, which allows to not only go back one versions, but several. Now it is ensured, that we always have the latest _available_ version in sources.nix. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | chromium/updater: Fall back to previous version.aszlig2013-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This is especially annoying for the dev channel, as it happens quite frequently that tarballs are unavailable. So if fetching the latest version doesn't work, try the second latest version. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | chromium/updater: Remove workaround for <= v26.aszlig2013-06-14
| | | | | | | | | | | | | | | | | | We no longer need the tar.bz2 archives, so let's remove the switch. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | zabbix20: Update to version 2.0.6.aszlig2013-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for this version and 2.0.5: http://www.zabbix.com/rn2.0.6.php http://www.zabbix.com/rn2.0.5.php Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | php: Fix support for JPEG and PNG over GD.aszlig2013-06-14
| | | | | | | | | | | | | | | | | | | | | Set an explicit path to the location of libjpeg for version 5.4 and an explicit path to libjpeg _and_ libpng for version 5.3. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | jquery-ui: Update to 1.10.3Eelco Dolstra2013-06-14
| | | | | | | | | | | | Also add a symlink jquery.js (jquery.min.js is gone).
| * | nixUnstable: Update to 1.5.3pre3141_1b6ee8fEelco Dolstra2013-06-14
| |/
* / Update Coq to version 8.4pl2.Russell O'Connor2013-06-14
|/
* Adding comment about psmouse-alps.Lluís Batlle i Rossell2013-06-13
|
* Update some Perl packagesEelco Dolstra2013-06-13
|
* Rewrite the CPAN generator to PerlEelco Dolstra2013-06-13
| | | | | | | | | | | | | Also: - It's now installable by doing "nix-env -i nix-generate-from-cpan". - It maps dependencies to the correct attribute (e.g. HTML::HeadParser is mapped to HTMLParser). - It automatically selects buildPerlPackage or buildPerlModule. - It's documented in the manual.
* Consistent whitespaceEelco Dolstra2013-06-13
|
* buildPerlModule: Call "./Build build"Eelco Dolstra2013-06-13
| | | | Some modules require this.
* Fixes rebar shebang, also fixes source of leveldb zip to be the canonical ↵Malcolm Matalka2013-06-13
| | | | one from github
* Merge pull request #606 from fignuts/masterMichael Raskin2013-06-13
|\ | | | | Add keepass password manager and update mono DLLMap.
| * Added keepass password manager. Updated mono DLLMap to allow mono to run ↵Andrew Morsillo2013-06-09
| | | | | | | | WinForms applications (keepass).
* | Merge pull request #601 from craff/ocaml/upgrade_and_newMichael Raskin2013-06-13
|\ \ | | | | | | Ocaml/upgrade and new
| * | simplify env-patoline and circumvert the bug with libgcc_s.so.1Christophe Raffalli2013-06-08
| | |
| * | Forgotten to add wanr.patch for omake.Christophe Raffalli2013-06-07
| | |
| * | Add the possibility to build a patoline environment withChristophe Raffalli2013-06-07
| | | | | | | | | | | | | | | | | | | | | nix-env -i env-patoline. This is the only reasonnable way to install patoline which require ocaml compiler with a large set of libraries installed.
| * | New ocaml packages:Christophe Raffalli2013-06-07
| | | | | | | | | | | | | | | | | | | | | - ocaml-cairo - camlimages - dypgen - patoline
| * | Upgraded ocamlnet to 3.6.3. Also enabled mot functionality of ocamlnet like ↵Christophe Raffalli2013-06-07
| | | | | | | | | | | | nethttp
| * | upgraded ocaml/sqlite3 to 2.0.4Christophe Raffalli2013-06-07
| | |
| * | Upgraded omake to 0.9.8.6_rc1. kept the previous version as default because ↵Christophe Raffalli2013-06-07
| | | | | | | | | | | | | | | | | | this is a rc1. This is necessary to compile the latest camlimages