Commit graph

20580 commits

Author SHA1 Message Date
Josef Kemetmüller ed7a1ac302 docopt.cpp: init at 0.6.2 2017-03-27 14:23:48 +00:00
Tobias Geerinckx-Rice ca8903c3c2 include-what-you-use: use unversioned llvm attribute
...in the expression itself, while hard-coding the officially supported
version in all-packages.nix for sanity's sake (mine).
2015-12-20 03:22:24 +01:00
Pascal Wittmann e0027501f1 Merge pull request #11659 from AndersonTorres/higan
Higan: 094 -> 095
2015-12-19 17:37:41 +01:00
Arseniy Seroka 6f4850fbe7 Merge pull request #11820 from lancelotsix/build_sview_with_slurm
pkgs.slurm-llnl-full: Add full variant of slurm-llnl
2015-12-19 19:29:25 +03:00
Lancelot SIX 53a3294e95 pkgs.slurm-llnl-full: Add full variant of slurm-llnl
Add a variant of slurm-llnl that includes sview (based on gtk).
pkgs.slurm-llnl also gains the ncurses-based smap tool.
2015-12-19 16:50:24 +01:00
Thomas Tuegel 540d028bf5 Merge pull request #11750 from ttuegel/emacs-packages
Emacs packages
2015-12-19 09:33:45 -06:00
Thomas Tuegel 9268f0e676 emacsPackagesNg: update user documentation 2015-12-19 09:31:46 -06:00
Thomas Tuegel dadfd93811 emacsWithPackages: know its own package set
Fixes #10819. emacsWithPackages will know its own package set. This
requires it to be in a package set, rather than at the top level, so it
lives in emacsPackagesNg.
2015-12-19 09:31:41 -06:00
Chris Martin cf994dea03 docker-compose: 1.5.1 -> 1.5.2 2015-12-19 01:36:09 -08:00
Domen Kožar 0e4e01c7a6 add back nixopsUnstable 2015-12-18 18:51:12 +01:00
Gaëtan André ff58a9831b matter-compiler: initial expression, fixes #11780 2015-12-18 15:49:57 +01:00
Nikolay Amiantov 8843368a13 deluge: add .desktop file 2015-12-18 17:28:47 +03:00
Peter Simons 817d6d5149 Merge pull request #11802 from aespinosa/add-missing-utmp-lib
screen: include the utmp from the apple_sdk
2015-12-18 11:42:45 +01:00
Peter Simons fced3e3222 haskellPackages: Stackage Nightly 2015-12-17 updates to GHC 7.10.3 2015-12-18 11:37:44 +01:00
Vladimír Čunát 1932d101e2 telepathy-qt: minor update, fix by patch, unify
- The patch fixes building against gst-1.6.
- Having to change three files with almost same contents would drive me mad,
  so I unified them into a single expression. /cc @ttuegel
- libxslt seemed unneeded, and it uses libxml2 anyway.
2015-12-18 11:06:46 +01:00
AndersonTorres 7070c2d900 Higan: 094 -> 095
In order to increase portability and flexibility, now the build phase
explicitly sets "compiler=c++" as a make parameter.
Further, there is a link "higan" for backwards compatibility; higan was
split in icarus (the game ROMS database manager) and tomoko (the
emulator itself).
2015-12-18 07:45:04 -02:00
Allan Espinosa 37341582bb screen: include the utmp from the apple_sdk 2015-12-18 00:12:31 -06:00
aszlig ec3d068170
tomahawk: Build with older taglib version 1.9
The 0.8.4 version of Tomahawk doesn't yet recognize the new taglib
version that has been introduced in b762a20 and fails during
configurePhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 05:58:27 +01:00
Tobias Geerinckx-Rice 1e3314718d uksmtools: init at 2015-09-25 2015-12-17 23:51:43 +01:00
Rickard Nilsson c634e5cd24 Merge pull request #11730 from spwhitt/mopidy
Mopidy Improvements
2015-12-17 20:42:13 +01:00
Lancelot SIX 976a5f68fb pythonPackages.colorlog: init at 2.6.0 2015-12-17 19:30:37 +01:00
Matthijs Steen f2a9837113 grml-zsh-config: init at 0.12.4 2015-12-17 16:29:00 +01:00
Pascal Wittmann 21522ede83 Merge pull request #11753 from nlewo/master
Add devpi-client and its dependencies
2015-12-17 16:21:46 +01:00
Pascal Wittmann 7dfe60b509 Merge pull request #11763 from DamienCassou/new-recordmydesktop
recordmydesktop: init at 0.3.8-svn602
2015-12-17 16:19:24 +01:00
Vladimír Čunát 3b1f994347 release: remove reference to castle_combat
The game itself was removed in 66f663e19.
2015-12-17 14:42:50 +01:00
Thomas Tuegel 78d68b8c14 emacsPackagesNg: don't expose package functions
Remove elpaPackages, melpaStablePackages, and melpaPackages from the
top-level.
2015-12-17 07:23:50 -06:00
Thomas Tuegel a338959da6 melpaStablePackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel 28af093438 melpaPackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel a4f4d1717d elpaPackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel f7ce3cdddb emacsPackagesNg: don't call override repeatedly
Calling override repeatedly obfuscates how the final package set is
actually constructed.
2015-12-17 07:23:50 -06:00
Thomas Tuegel e21f5f933c emacsPackagesNgGen: use import, not callPackage
`callPackage` should only be used for actual packages. Functions, like
`emacsPackagesNgGen`, should be `import`ed. This also has the effect of
exposing the `override` function provided by `makeScope` so that
`emacsPackagesNg.override` overrides the package set instead of
overriding the arguments to `emacsPackagesNgGen`.
2015-12-17 07:23:50 -06:00
Thomas Tuegel 8e655250bd emacsPackagesNg: add all of MELPA 2015-12-17 07:23:50 -06:00
Thomas Tuegel d69b5f9533 polkit_qt5: remove
The correct version is qt5Libs.polkitQt.
2015-12-17 05:51:59 -06:00
Thomas Tuegel a685f98627 calamares: move into kde5PackagesFun
All KDE 5 packages must be listed here to be packaged correctly.
2015-12-17 05:36:51 -06:00
Thomas Tuegel 89ecedcab8 kde5: don't expose secret top-level attributes 2015-12-17 05:34:41 -06:00
Frederik Rietdijk 2d07d00856 python scipy: run correct tests, fix/remove failing tests 2015-12-17 10:46:55 +01:00
Frederik Rietdijk 4b6dbfc357 python numpy: 1.10.1 -> 1.10.2 2015-12-17 10:46:33 +01:00
Antoine Eiche f21a65f719 devpi-client: init at 2.3.2 2015-12-17 09:34:13 +01:00
Domen Kožar 5d46d14d60 Merge pull request #11711 from FRidh/python
python: update packages
2015-12-17 09:33:21 +01:00
Domen Kožar 84a559393b mnemosyne: add webob dep (fixes #11746) 2015-12-17 09:30:02 +01:00
Domen Kožar 1057249c5d add pythonPackages.rpdb 2015-12-17 09:21:33 +01:00
Arseniy Seroka 330afe9f4e Merge pull request #11075 from mogorman/pcb
pcb: new package
2015-12-17 09:13:54 +03:00
Damien Cassou 1bb68f0a5b recordmydesktop: init at 0.3.8-svn602 2015-12-17 06:47:02 +01:00
Thomas Tuegel f51c54ba02 kde4.kdelibs: fix link to kde5.kdelibs 2015-12-16 19:12:39 -06:00
Thomas Tuegel 0a81a0d8ff kde5: Frameworks 5.17, Plasma 5.5.1, Applications 15.12.0
The stable `kde5` attribute is updated to these versions. The old
versions have been removed.
2015-12-16 19:08:06 -06:00
Matthew O'Gorman 09aff6c104
pcb: init at 20140316 2015-12-16 19:29:17 -05:00
Peter Simons db52259a9d Add LTS Haskell 3.18. 2015-12-17 00:32:16 +01:00
Peter Simons 1ba77bf6cb Add LTS Haskell 3.17. 2015-12-17 00:32:16 +01:00
John Wiegley 59213cc1da emacs25pre: New expression, from emacs-25 pre-release branch 2015-12-16 15:13:16 -08:00
Eelco Dolstra b797a67ffb awesomebump: Add 2015-12-16 23:31:41 +01:00