Commit Graph

16663 Commits

Author SHA1 Message Date
Peter Jones
c61aa9c2d1 New package: SassC (front-end for libsass) 2015-04-15 08:44:35 -06:00
Austin Seipp
fecba03ba6 nixpkgs: fix emacs24-nox
Fallout from bc4f39f48b1fe56e807edd7b77bd41e955b9f651

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-14 14:27:10 -05:00
Domen Kožar
0206245aba Revert "Fix buildPythonPackage overriding."
This reverts commit 6a1de6d4a78b68f1040b2353a618880689bcea00.

It broke eval
2015-04-14 15:02:49 -04:00
Tom Hunger
6a1de6d4a7 Fix buildPythonPackage overriding.
makeOverridable takes a function and an argument, the parenthesis
caused there to be only one argument which works but cannot
be overridden.
2015-04-14 17:52:36 +01:00
Peter Simons
65822005f0 Merge pull request #7314 from edwtjo/ihaskell-fixups
IHaskell fixes
2015-04-14 14:21:44 +02:00
aszlig
311aa5d8d9
python-wrapper: Handle strings at the beginning.
This should fix #7366 for now, but using the (IMHO) pragmatic approach
of extending the sed expression to recognize strings.

However, this approach is obviously not parsing the full AST, nor does
it wrap Python itself (as pointed out by @spwhitt in #7366) but tries to
match Python strings as best as possible without getting TOO unreadable.

We also use a little bit of Nix to help generating the SED expression,
because doing the whole quote matching block over and over again would
be quite repetitious and error-prone to change. The reason why I'm using
imap here is that we need to have unique labels to avoid jumping into
the wrong branch.

So the new expression is not only able to match continous regions of
triple-quoted strings, but also regions with only one quote character
(even with escaped inner quotes) and empty strings.

However, what it doesn't correctly recognize is something like this:

"string1" "string2" "multi
line
string"

Which is very unlikely that we'll find something like this in the wild.
Of course, we could handle it as well, but it would mean that we need to
substitute the current line into hold space until we're finished parsing
the strings, branch off to another label where we match multiline
strings of all sorts and swap hold/pattern space and finally print the
result. So to summarize: The SED expression would be 3 to 4 times bigger
than now and we gain very little from that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-14 07:13:15 +02:00
William A. Kennington III
a9e364a998 Merge pull request #7159 from codyopel/libvpx-cleanup
libvpx: refactor & 1.3.0 -> 1.4.0
2015-04-13 21:38:07 -07:00
Charles Strahan
5bc00cce22 make libtidy an alias for html-tidy
I accidentally introduced the libtidy attr in 7e4ca1cc7
2015-04-13 16:54:51 -04:00
lethalman
4661e12bf7 Merge pull request #7283 from fooblahblah/dbvis
Package for dbvisualizer 9.2.5
2015-04-13 13:35:47 +02:00
Pascal Wittmann
6fba1d8628 Merge pull request #7348 from dezgeg/bastet
bastet: new package
2015-04-13 11:49:45 +02:00
Pascal Wittmann
367b4e48a7 Merge pull request #7346 from k0ral/glances
glances: 2.1 -> 2.3
2015-04-13 11:45:19 +02:00
Shea Levy
e01c96d14c Add linux 4.0
Untested yet, my build machine is too slow
2015-04-12 19:17:53 -04:00
koral
94af1ba4d7 glances: 2.1 -> 2.3 2015-04-12 20:59:04 +00:00
Tuomas Tynkkynen
2f7b37749e bastet: New package
Add version 0.43.1 of bastet, the infamous evil tetris clone, to the
games collection.
2015-04-12 19:44:51 +03:00
Austin Seipp
a7118b5e6a nixpkgs: python34Packages.rainbowstream 1.1.6 -> 1.2.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp
c14689c328 nixpkgs: python34Packages.arrow 0.4.4 -> 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp
0093d7a9ea nixpkgs: pythonPackages.obfsproxy 0.2.12 -> 0.2.13
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Bjørn Forsman
48b5ad912f python-pelican: add missing 'markupsafe' dependency
Needed to be able to run 'make serve' in a pelican directory, else this
happens:

  $ make serve
  cd /home/bfo/pelican-test/output && python -m pelican.server
  /run/current-system/sw/bin/python: No module named markupsafe
  make: *** [serve] Error 1
2015-04-12 17:18:13 +02:00
aszlig
54f58ee991
python-mccabe: Fix build due to missing tests.
Regression introduced by 56a6f22d7fb4690871669eba38a30e4f5a8cb483.

I'm temporarily pulling in test_mccabe.py, as suggested by someone at
flintwork/mccabe#31, which for now should fix the build (and the tests
of course as well).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-12 06:50:34 +02:00
Arseniy Seroka
0d3be79490 Merge pull request #7323 from AndersonTorres/gxemul
Gxemul: 0.4.6 -> 0.6.0.1
2015-04-12 04:22:16 +03:00
AndersonTorres
9ebba5fe0c Gxemul: 0.4.6 -> 0.6.0.1 2015-04-11 16:00:55 -03:00
Rok Garbas
56a6f22d7f pythonPackages: updates for many packages
* deform -> 2.0a2
* peppercorn -> 0.5
* pyramid -> 1.5.2
* pyramid_tm -> 0.10
* zope_deprecation -> 4.1.2
* venusian -> 1.0
* flake8 -> 2.3.0
* mccabe -> 0.3
* pg8000 -> 1.10.1
* turses -> 0.2.23
* urwid -> 1.3.0
* waitress -> 0.8.9
* translationstring -> 1.3
2015-04-11 17:00:07 +02:00
Bjørn Forsman
2c6f9b0c62 python-robotframework: update 2.8.6 -> 2.8.7
Release notes:
https://github.com/robotframework/robotframework/releases/tag/2.8.7
2015-04-11 14:18:19 +02:00
Domen Kožar
a9bcb92cb3 Merge pull request #7194 from nslqqq/i3update
i3: 4.9.1 -> 4.10.1
2015-04-11 07:36:12 -04:00
Nikita Mikhailov
48a5db6c56 perl: Update deps for i3wm 2015-04-11 12:45:09 +02:00
Nikita Mikhailov
a29182a6f5 xorg: fix Xephyr 2015-04-11 11:34:35 +02:00
Michael Raskin
31ecb82031 Merge pull request #7309 from sjmackenzie/es-shell
new package: es
2015-04-11 09:39:30 +03:00
John Wiegley
ff555c3b47 emacs24Macports: 24.4-mac-5.3 -> 24.5-mac-5.7 2015-04-11 00:02:56 -05:00
Stewart Mackenzie
768b804e2f new package: es 2015-04-11 12:22:43 +08:00
Edward Tjörnhammar
f13d9f28e8 ihaskell: deprecate old haskellPackages expression 2015-04-11 00:09:31 +02:00
Edward Tjörnhammar
c1ab1f0e84 Make config.ihaskell.packages conformant with config.haskellPackageOverrides 2015-04-11 00:09:31 +02:00
Arseniy Seroka
8616a3539a Merge pull request #7312 from rycee/package/fira-mono
Add package "fira-mono"
2015-04-11 00:44:59 +03:00
Robert Helgesson
328a2cec73 Add package for 'fira-mono'. 2015-04-10 23:40:22 +02:00
Arseniy Seroka
c910d4df5c Merge pull request #7311 from bdimcheff/add-purple-pidgin-pack
add package purple-pidgin-pack
2015-04-11 00:32:31 +03:00
Brandon Dimcheff
b539f86456 add package purple-pidgin-pack
This is 50ish plugins for pidgin.
2015-04-10 15:43:29 -04:00
Jeff Simpson
5d3a2602e1 Package for dbvisualizer 9.2.5 2015-04-10 06:34:15 -06:00
Domen Kožar
86998c7075 Merge pull request #6858 from NixOS/kernel/longterm
linuxPackages: point to latests longterm kernel 3.18
2015-04-10 07:36:28 -04:00
Charles Strahan
8757cc4eb0 awscli: update to 1.7.21 2015-04-09 19:24:46 -04:00
Vladimír Čunát
859e2c53d6 Merge #6793: add packages for some fonts
Also handle font-family aliases.
(I'm sorry about the bad commit above.)
2015-04-09 20:11:42 +02:00
Vladimír Čunát
da158672bd simutrans: update, refactor, improve, add paksets
Close #7019.

- update all, and add more paksets
- add config.simutrans.paksets, multiple are possible now
- fix #6719: missing sounds
- move user settings from ~/simutrans to ~/.simutrans
- darwin support is untested (but claimed upstream)

Tested-by: Matthias Beyer <mail@beyermatthias.de>
(and by the author vcunat)
2015-04-09 19:43:42 +02:00
koral
1b4722ac82 prosody: add dependency on zlib (close #6894)
@vcunat moved the defaults inside the prosody expression.
2015-04-09 18:40:20 +02:00
Thomas Tuegel
c6f47a5e9e emacs-packages: update haskell-mode to 13.12 2015-04-09 07:59:26 -05:00
Thomas Tuegel
304e61f6c0 emacs-packages: add git-timemachine-2.3 2015-04-09 07:59:25 -05:00
Thomas Tuegel
3cc43fa386 emacs-packages: add rainbow-delimiters-2.1.1 2015-04-09 07:59:25 -05:00
Thomas Tuegel
2a8b5cdc91 emacs-packages: add git-auto-commit-mode-4.4.0 2015-04-09 07:59:25 -05:00
Thomas Tuegel
d01ce27a46 emacs-packages: add company-ghc-0.1.10 2015-04-09 07:59:25 -05:00
Thomas Tuegel
ee02448540 emacs-packages: update company to 0.8.12 2015-04-09 07:59:25 -05:00
Thomas Tuegel
5434e31085 emacs-packages: update org-plus-contrib to 20150406 2015-04-09 07:59:25 -05:00
Thomas Tuegel
0b39630b12 emacs-packages: add evil-indent-textobject-0.2 2015-04-09 07:59:25 -05:00
Thomas Tuegel
7c023c50aa emacs-packages: add evil-leader-0.4.3 2015-04-09 07:59:24 -05:00