Lluís Batlle i Rossell
ac4dcaba52
Adding pygobject3 (for bluez4).
...
bluez-simple-agent fails to work otherwise.
We discussed this a bit on #486 , and this looks like the simplest way to
get bluez-simple-agent again.
2013-05-09 19:11:30 +00:00
Lluís Batlle i Rossell
4e7208fe2e
Adding a KDE wrapper, to easily have KDE programs in nix-env.
...
Specially for those not running KDE.
2013-05-09 18:40:29 +00:00
Michael Raskin
9d92fe013e
Adding E-KRHyper theorem prover
2013-05-09 17:47:58 +04:00
Vladimír Čunát
ec3965d8d0
Revert Merge x-updates into master due to mesa bloat
...
See #490 discussion.
This reverts commit 1278859d31
, reversing
changes made to 0c020c98f9
.
Conflicts:
pkgs/desktops/xfce/core/xfce4-session.nix (take master)
pkgs/lib/misc.nix (auto)
2013-05-09 14:03:35 +02:00
Lluís Batlle i Rossell
f1e2c585b6
Adding pcl. (Also updating flann, reworking vtk)
2013-05-09 12:36:22 +02:00
Michael Raskin
646868b2e6
Adding Otter theorem prover. The development is frozen, but because of that Otter is considered a very reliable prover from soundness point of view.
2013-05-09 12:23:27 +04:00
Tim Dysinger
d52b1931f7
added libcello
2013-05-08 16:18:45 -10:00
Phreedom
7a4b06e0e8
Merge pull request #511 from bjornfor/buildbot
...
Buildbot version bump and add buildbot-slave
2013-05-08 15:45:20 -07:00
Lluís Batlle i Rossell
e9cbe5439e
Adding udptunnel
...
(Fixing a semicolon in pwnat expr too)
2013-05-08 22:51:39 +02:00
Lluís Batlle i Rossell
a8b576ecaf
Adding pwnat.
2013-05-08 22:51:39 +02:00
Bjørn Forsman
9fa9afe71e
buildbot-slave: new package
...
Tested with buildbot (master).
2013-05-08 22:26:43 +02:00
Bjørn Forsman
a36577367e
buildbot: bump to version 0.8.7p1 (latest stable)
...
* 0.8.7p1 doesn't contain *.info documentation; use manpage
instead
* Update meta.description to not contain the package name (redundant)
* 0.8.7p1 only builds with python dateutil==1.5, so that has to be added
as well
Runtime tested with the buildbot slave that is added in the next commit.
2013-05-08 22:09:05 +02:00
Marc Weber
b50b9bf2b7
add versionedDerivation
2013-05-08 15:43:07 +03:00
Vladimír Čunát
1278859d31
Merge branch 'master' into x-updates
...
Conflicts (just splitting version from name):
pkgs/os-specific/linux/systemd/default.nix
2013-05-08 13:46:46 +02:00
Phreedom
53799435a2
Merge pull request #509 from coroa/elpy-pkg
...
Add python-elpy-1.0.1: Backend for the elpy Emacs mode
2013-05-07 16:45:29 -07:00
Jonas Hoersch
17be4b85a3
Add python-elpy-1.0.1: Backend for the elpy Emacs mode
2013-05-07 12:27:10 +02:00
Evgeny Egorochkin
083637896d
Removing konq-plugins, since they have been included in kdebase in all KDE versions we have currently
...
packaged.
2013-05-07 10:18:35 +03:00
Evgeny Egorochkin
026b9971f5
Remove KBluetooth. BlueDevil should be used instead.
2013-05-07 09:37:53 +03:00
Evgeny Egorochkin
eb4c9efb50
KOffice: superceded by Calligra long time ago. Removing.
2013-05-07 09:27:23 +03:00
Phreedom
008308168f
Merge pull request #507 from bjornfor/spyder
...
Spyder: add dependencies to make it more featured and make a desktop item
2013-05-06 13:30:25 -07:00
Bjørn Forsman
78169ec020
spyder: add recommended and optional dependencies
...
Spyder says about itself that it has
...the support of IPython (enhanced interactive Python interpreter) and
popular Python libraries such as NumPy (linear algebra), SciPy (signal
and image processing) or matplotlib (interactive 2D/3D plotting).
So I think having those available as default is a the right thing to to.
(We can easily make a stripped down spyder expression if needed later.)
I've added the list of recommended and optional dependencies as
described here:
http://pythonhosted.org/spyder/installation.html#dependencies
2013-05-06 20:36:17 +02:00
Shea Levy
a88306b15f
nodePackages.underscore: Update
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-06 12:56:15 -04:00
Shea Levy
c2a2a03210
Add extend nodePackage
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-06 12:47:46 -04:00
Shea Levy
15bdde9071
Add express nodePackage
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-06 09:29:33 -04:00
Joachim Schiele
fd8e249b5d
byobu 5.37 integration
2013-05-06 11:06:59 +00:00
Rickard Nilsson
d0a58b3536
python-cherrypy: Update to 3.2.2
2013-05-06 12:14:34 +02:00
Domen Kozar
7cc21354d5
pa-applet: add pulseaudio applet
2013-05-05 23:09:59 +02:00
Domen Kozar
db04466380
xarchive: add gtk archiver
2013-05-05 22:03:50 +02:00
Bjørn Forsman
8095d76a73
spyder: new package
...
Spyder (previously known as Pydee) is a powerful interactive development
environment for the Python language with advanced editing, interactive
testing, debugging and introspection features.
The name Spyder comes from Scientific PYthon Development EnviRonment.
2013-05-05 13:13:45 +02:00
Shea Levy
0f633fdfc6
Make some arguments passed to all-packages.nix available in the pkgs set
...
These are needed to re-call <nixpkgs/pkgs/stdenv> to, say, deeply override glibc
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-04 21:21:31 -04:00
Phreedom
c3f34e54a1
Merge pull request #381 from ierton/bluez5
...
bluez5: add experimental expression for bluez5
2013-05-03 10:54:39 -07:00
Peter Simons
a0ec8bd020
haskell-cgi: downgrade to version 3001.1.7.5 in GHC 7.6.x
...
The next Haskell Platform will contain this fairly old version, because
3001.1.8.4 depends on monad-catchio, which is not part of HP.
2013-05-03 11:38:57 +02:00
Peter Simons
0b946a6374
haddock: update to version 2.13.2
2013-05-03 11:38:57 +02:00
Peter Simons
c0eca109ed
haskell-text: update to version 0.11.3.1
2013-05-03 11:38:56 +02:00
Peter Simons
98dae954cf
haskell-vector-binary-instances: add version 0.2.1.0
2013-05-03 11:38:56 +02:00
Peter Simons
14660eb7e5
haskell-hashable: update to version 1.2.0.7
2013-05-03 11:38:55 +02:00
Peter Simons
54d9cf1c65
Merge pull request #499 from bjornfor/perl-modules
...
Add perl modules needed to build "slic3r"
2013-05-03 00:43:16 -07:00
Bjørn Forsman
fbae002717
Add perl modules needed to build "slic3r"
...
Slic3r is a tool to convert a digital 3D model into printing
instructions for your 3D printer. I have some build/run issues with it
so add it later.
These perl modules are added:
AlienWxWidgets
BoostGeometryUtils
constant-defer
ExtUtilsCppGuess
ExtUtilsTypemapsDefault
ExtUtilsXSpp
GrowlGNTP
MathLibm
MathClipper
MathConvexHullMonotoneChain
MathGeometryVoronoi
MathPlanePath
ModuleBuildWithXSpp
NetDBus
Spiffy
TestBase
Wx
A couple of old modules were no longer available on CPAN so I bumped
them:
DataUUID
ExtUtilsMakeMaker
ExtUtilsManifest
version
VersionRequirements
XMLTwig fails in the test phase (it is missing a dependencies), so the
test is skipped. (How did it pass the test before?)
2013-05-03 09:31:12 +02:00
Peter Simons
318b7e2eeb
Merge pull request #495 from bjornfor/stlink
...
stlink: new package
2013-05-02 06:21:37 -07:00
Eelco Dolstra
14169da6f5
vdrift: Remove from the channel
...
It's 564 MiB compressed.
2013-05-02 13:26:15 +02:00
Eelco Dolstra
7846ad9a90
alienarena: Remove from the channel
...
387 MiB compressed, 898 uncompressed.
2013-05-02 13:26:01 +02:00
Eelco Dolstra
40cd4a8a9d
xonotic: Remove from the channel
...
It's 878 MiB compressed.
2013-05-02 13:25:57 +02:00
Eelco Dolstra
a1bc05bb55
ufoai: Remove from the channel
...
It's 898 MiB compressed.
2013-05-02 13:25:52 +02:00
Lluís Batlle i Rossell
bd55358159
Adding filegive, my file sending program
2013-05-02 11:32:58 +04:00
Bjørn Forsman
8df1afa9c9
stlink: new package
...
stlink is an in-circuit debugging and programming tool for ST-Link v1
and v2 devices. It is similar to OpenOCD but just for ST-Link devices.
https://github.com/texane/stlink
IMPORTANT: You need permissions to access the stlink usb devices. Here
are example udev rules for stlink v1 and v2 so you don't need to have
root permissions (copied from <stlink>/49-stlink*.rules):
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3744", MODE:="0666", SYMLINK+="stlinkv1_%n"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE:="0666", SYMLINK+="stlinkv2_%n"
2013-05-01 23:29:59 +02:00
Shea Levy
e3a920feec
DBIxClass: Update
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-01 10:04:26 -04:00
Vladimír Čunát
8fc5fb6ecc
Merge branch 'master' into x-updates
2013-05-01 08:14:15 +02:00
Lluís Batlle i Rossell
d4ac42ae11
Adding go 1.1 beta
2013-04-30 11:58:22 +04:00
Mathijs Kwik
bfc245f7de
linux-3.9: no longer marked as RC, updated "latest" reference.
2013-04-30 09:29:58 +02:00
Eelco Dolstra
1e316e8eac
sqlite: Make 3.7.16 the default again
...
I've fixed the Hydra problem and the DBIx::Class issue is only a
problem in its test suite, apparently.
2013-04-30 00:16:56 +02:00
Eelco Dolstra
9c8923b5e6
sqlite: Don't include the last component of the version in the filenames
...
SQLite point releases are conservative, so we don't need to refer to
SQLite versions at this level of precision.
2013-04-30 00:04:46 +02:00
Eelco Dolstra
50c9c1c938
sqlite: Update to 3.7.16.2
2013-04-30 00:04:29 +02:00
Eelco Dolstra
61ec5a1ca4
DBI: Update to 1.625
2013-04-30 00:03:56 +02:00
Shea Levy
c60a1f67cc
Add doxypy nixpkg
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-29 14:25:25 -04:00
Shea Levy
27b3ab6a8d
Make it possible to enable vbox extension pack easily from nixpkgs config
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-29 13:54:22 -04:00
Evgeny Egorochkin
b2ad60553b
Revert "Fix incorrect attribute name"
...
This reverts commit 699d6a0bde
.
2013-04-28 13:39:45 +03:00
Evgeny Egorochkin
699d6a0bde
Fix incorrect attribute name
2013-04-28 13:30:13 +03:00
Peter Simons
cbf9bbd5f4
sqlite: downgrade from version 3.7.16.1 to 3.7.14.1
...
The recent sqlite update broke -- among other things -- the Hydra regression
test suite. Until these issues have been resolved, we stick to the older
reliable version.
2013-04-27 22:36:03 +02:00
Domen Kozar
197ca4d677
add bittorrent sync
2013-04-27 18:43:43 +02:00
Peter Simons
319ac481b8
sqlite: clean up
...
- Add version 3.7.14.1 again, so that we can work around issues caused
by the recent 3.7.16.1 update.
- Drop obsolete version 3.6.x.
- Consistently use the sqlite version number to name the file of the
expression.
2013-04-26 22:46:45 +02:00
Lluís Batlle i Rossell
678e983f5e
Adding reaver-wps.
2013-04-26 17:14:09 +04:00
Lluís Batlle i Rossell
b4687c6966
tahoe-lafs: update to 1.9.2
...
I had to update a python package too (foolscap)
2013-04-24 22:41:17 +04:00
Peter Simons
79fd846654
release-haskell.nix: fsnotify won't build with ghc 6.x
2013-04-24 13:21:06 +02:00
Peter Simons
6080adb28e
release-haskell.nix: run test builds of fsnotify with all GHC versions
2013-04-24 13:21:06 +02:00
Peter Simons
cd470bc296
idris: drop obsolete package, it doesn't compile anywhere
2013-04-24 13:21:05 +02:00
Vladimír Čunát
49f12fe878
remove old references to xorgserver_1_13_0
2013-04-24 06:44:43 +00:00
Vladimír Čunát
bde20f3e88
Merge branch 'master' into x-updates
...
Conflicts (just taken x-updates):
pkgs/servers/x11/xorg/overrides.nix
2013-04-24 06:29:09 +00:00
Cillian de Róiste
50d66b945e
Add limnoria, a well maintained fork of Supybot, an IRC bot
2013-04-24 01:41:31 +02:00
Rok Garbas
f1184916dd
Merge pull request #477 from coroa/offlineimap
...
offlineimap: enable support for the sqlite status backend
2013-04-23 03:47:15 -07:00
Lluís Batlle i Rossell
031d1ee8c5
Merge branch of 'hatari'
2013-04-23 11:06:17 +04:00
Michael Raskin
ad214d8d0c
Merge pull request #473 from errge/master
...
Update ack to 2.02 (and File-Next to 1.12, only used by ack)
2013-04-22 22:38:35 -07:00
Michael Raskin
bc623ee480
Merge pull request #471 from vcunat/p/xorg
...
xorg updates
2013-04-22 22:38:05 -07:00
Michael Raskin
b1ff6273d9
Merge pull request #468 from zefhemel/dartsdk
...
Added Google Dart M4
2013-04-22 22:34:18 -07:00
Rok Garbas
7b9fc733dd
python-deform: unittest2 needed on python 26
2013-04-22 22:57:58 +02:00
Florian Friesdorf
b67cf97f5c
Revert "let hydra also build python26Packages"
...
This reverts commit a2ddd3643e
.
@peti pointed out that python2.6 packages are now prefered over
python2.7. In a local test it was the other way round. seems to be
arbitrary or I messed up the test.
2013-04-22 22:49:40 +02:00
Jordi
019472eaa3
Add hatari Atari St emulator.
2013-04-22 22:10:15 +02:00
viric
4311ba66e0
Merge pull request #474 from logann2019/autocutsel
...
Autocutsel
2013-04-22 10:32:37 -07:00
Eelco Dolstra
4539668937
php: Add 5.4
...
We'll keep 5.3 around for a while.
2013-04-22 19:17:35 +02:00
Lluís Batlle i Rossell
078ddf4746
Adding doodle.
2013-04-22 20:57:14 +04:00
Rickard Nilsson
51bf1ae795
munge 0.5.10: New package, a credentials handler for clusters
2013-04-22 16:04:41 +02:00
Peter Simons
56b504a1cd
Merge pull request #476 from coroa/emacs-jedi-deps
...
Add python packages necessary for emacs-jedi
2013-04-22 05:21:48 -07:00
Peter Simons
6626810adb
haskell-hashable: update to version 1.2.x
...
Except for Agda, which still needs old version.
2013-04-22 14:14:39 +02:00
Peter Simons
9faf34d0a8
pkgs/top-level/release-haskell.nix: cosmetic
2013-04-22 14:14:39 +02:00
Peter Simons
1cc5307410
haskell-haskeline: drop obsolete version 0.6.4.7
2013-04-22 14:14:39 +02:00
Peter Simons
5a28754957
haskell-hashable: add version 1.2.0.6
2013-04-22 14:14:39 +02:00
Florian Friesdorf
a2ddd3643e
let hydra also build python26Packages
...
for `nix-env -i` the later defined python27Packages seems to win.
Another solution might be to have python26 oder python27 either in the
name or the version. Let's have a look at haskelPackages for that.
2013-04-22 13:56:29 +02:00
Jonas Hoersch
ea3dc7a6ea
Add python-epc-0.0.3: EPC implementation in Python
2013-04-22 11:30:32 +02:00
Jonas Hoersch
85d2971a2e
Add python-sexpdata-0.0.2: S-expression parser for Python
2013-04-22 11:30:17 +02:00
Jonas Hoersch
dbe6dcd8af
python-argparse: update to 1.2.1
2013-04-22 11:25:37 +02:00
Florian Friesdorf
b6c87f9f29
python-packages: python2.6 fixes
2013-04-22 11:17:23 +02:00
Florian Friesdorf
3c1b5246ad
python-requests-1.2.0
2013-04-22 11:16:42 +02:00
Jonas Hoersch
93c39d24b5
offlineimap: enable support for the sqlite status backend
2013-04-22 10:40:36 +02:00
Peter Simons
3e523751cd
GHC 7.6.3 is the new 7.6.2.
2013-04-21 23:05:09 +02:00
Vladimír Čunát
5e4aa51173
poppler: share most things between glib and qt4 versions
...
Most of the stuff was duplicated (headers, the core library).
The new solution makes the _qt4 package use the _glib one,
because it depended on glib through cairo anyway
(and _glib bindings themselves are just ~350kB).
This also fixes a problem that mergeAttrsByFuncDefaultsClean
didn't merge patches, which affected dbus.libs.
2013-04-21 20:15:38 +00:00
Peter Simons
c9182f112a
ledger: update 3.x version to the latest Git snapshot
2013-04-21 20:37:53 +02:00
Peter Simons
2340c84a00
all-packages.nix: strip trailing whitespace
2013-04-21 20:10:40 +02:00
Peter Simons
fdf1d45a38
ghc: add version 7.6.3 (and a corresponding package set)
2013-04-21 20:10:27 +02:00
Jordi
e140b6a454
Add autocutsel to all-packages
2013-04-21 18:46:16 +02:00
Gergely Risko
5c29fcc427
Update ack to 2.02 (and File-Next to 1.12, only used by ack)
2013-04-21 13:10:44 +02:00
Evgeny Egorochkin
e83c2fa4a0
Add KDE 4.10.2. Not ready for production yet, but does compile.
2013-04-21 05:46:18 +03:00