Domen Kožar
332dd4854f
Move namePrefix="" python packages out of python-packges.nix
...
It doesn't make sense to build tools/applications with three different
python interpreter versions, so move them out of python modules list.
Also reverts 53ffc6e0ef
.
2013-07-31 13:34:11 +02:00
Bjørn Forsman
7e0bd8d360
offlineimap: remove python prefix from package name
...
OfflineIMAP is primarily a program/tool, not a python module (although
it installs a python module too, for those who want to poke at its
internals).
Now we can install it with "nix-env -i offlineimap" instead of
"nix-env -i python2.7-offlineimap".
2013-07-30 21:30:34 +02:00
Michael Raskin
0a8b83fdd0
Fix unneeded inherit
2013-07-30 16:02:39 +04:00
Michael Raskin
9acc0d4bc9
Adding x-cape keyboard mapping helper
2013-07-30 15:51:01 +04:00
Sander van der Burg
44731b5251
Bump disnix,disnixos and dysnomia to latest development versions
2013-07-30 12:03:03 +02:00
Domen Kozar
0be7ef35bb
gmvault: use logbook 0.4.2
2013-07-29 21:16:35 +02:00
Bjørn Forsman
386bef322d
iftop: improve meta attributes
...
- The description attribute is very long, so rename it to
longDescription and add a short text in the description attribute.
- Use licenses.gpl2Plus instead of free form text "GPLv2+".
- Add platforms attribute so that hydra will build the package.
2013-07-28 14:04:44 +02:00
Jason \"Don\" O'Conal
b4105cfaff
php53: fix build on darwin ( close #748 )
...
* add empty unix.h header
* build with kerberos
* ensure the binary has no extension
2013-07-28 09:41:58 +02:00
Sergey Mironov
5b4e0207ba
wmctrl: add command-line window-manipulation tool ( close #781 )
2013-07-27 20:12:55 +02:00
Sergey Mironov
1fa3afeb91
wmctrl: command-line window-manipulation tool
2013-07-27 20:11:29 +02:00
Peter Simons
30e9f13d81
smartmontools: update to version 6.2
2013-07-27 11:05:59 +02:00
Domen Kozar
0f98ddf8fd
Revert "networkmanager: we dont need networkmanager group anymore, just use at_console policy"
...
This reverts commit 52fe694360
.
2013-07-26 23:09:50 +02:00
aszlig
311c96ac0f
hetzner-nixops-installer: Remove package.
...
This package now is in NixOps directly, so we don't need it here
anymore.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-26 06:18:04 +02:00
Russell O'Connor
0990730038
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-07-25 06:50:31 -04:00
Russell O'Connor
4e723ca537
Update tarsnap to version 1.0.35
2013-07-25 06:49:25 -04:00
Bjørn Forsman
7b4b03616c
bmon: new package
...
bmon is a ncurses network bandwidth monitor.
Homepage: http://www.carisma.slowglass.com/~tgr/bmon/
2013-07-25 12:43:40 +02:00
Zef Hemel
aa0ecfa5ac
Added httrack, website copier tool
2013-07-25 10:21:22 +02:00
Bjørn Forsman
63f9aed9eb
minicom: 2.4 -> 2.6.2
...
This also fixes the annoying issue that minicom doesn't work out of the
box:
$ minicom
minicom: there is no global configuration file /etc/minirc.dfl
Ask your sysadmin to create one (with minicom -s).
$ sudo minicom -s
minicom: there is no global configuration file /etc/minirc.dfl
Ask your sysadmin to create one (with minicom -s).
minicom 2.4 basically refuses to enter setup unless /etc/minirc.dfl
already exists. sudo touch /etc/minirc.dfl is enough to fix that though,
but with this commit "sudo minicom -s" will work out of the box.
2013-07-24 14:40:40 +02:00
Rob Vermaas
850f20567e
Fix apg
2013-07-24 12:27:58 +02:00
Rok Garbas
626c4d5f5b
venus: new package
2013-07-23 22:41:18 +02:00
Domen Kozar
52fe694360
networkmanager: we dont need networkmanager group anymore, just use at_console policy
2013-07-23 18:51:20 +02:00
Domen Kozar
949c4fe758
networkmanagerapplet: fix the build
2013-07-23 18:23:13 +02:00
Vladimír Čunát
fb37586d77
Merge pull request #721 from vcunat/p/hw-utils
...
pci and usb utils update
2013-07-23 06:48:08 -07:00
Domen Kozar
11eef4f79f
networkmanagerapplet: fix build
2013-07-23 13:18:54 +02:00
Domen Kozar
bea0ac29d4
networkmanagerapplet: propagatedBuildInputs -> propagatedUserEnvPkgs
2013-07-23 11:53:12 +02:00
Domen Kozar
a143c0bb10
networkmanagerapplet: add GConf libgnome_keyring to propagatedBuildInputs
2013-07-23 11:19:32 +02:00
Lluís Batlle i Rossell
04a9e809d4
Updating go to 1.1.1
2013-07-23 11:19:32 +02:00
Eelco Dolstra
4dd9507b83
netpbm: Fix a truly random build failure
...
Since "src" is a fetchsvn directory, the source is copied with "cp
--no-preserve=timestamps" (see commit
6d928ab684
). So some source files might
get a slightly different timestamp. Here, if lib/standard.ppmdfont
gets a newer timestamp than the generated file lib/standardppmdfont.c,
Make will try to rebuild the latter. But that fails because the
ppmdcfont program doesn't exist (yet).
Probably stdenv should ensure that every file has the same timestamp.
2013-07-23 11:17:26 +02:00
Peter Simons
bee4c41e13
smartmontools: update drive database to the latest version
2013-07-23 10:40:40 +02:00
Domen Kozar
8ea138d212
add development version of speedtest-cli
2013-07-20 12:48:32 +02:00
Ludovic Courtès
6e97ea6b00
guix: update to 0.3
2013-07-19 23:21:47 +02:00
Domen Kozar
b139a69f7c
netpbm: set platforms
2013-07-19 20:48:56 +02:00
Domen Kozar
aeef361b0d
netpbm: add tiff support
2013-07-19 19:42:34 +02:00
Eelco Dolstra
3c35daeebe
nixUnstable: Update to 1.6pre3166_15e5ac8
2013-07-19 15:19:38 +02:00
Evgeny Egorochkin
589d6ff51c
vfdecrypt: fix source location
2013-07-19 07:30:17 +03:00
Peter Simons
7f9e83f8cc
dosfstools: update to version 3.0.21
2013-07-18 21:38:06 +02:00
Peter Simons
d898762d8b
unetbootin: update to version 585
2013-07-18 11:07:59 +02:00
Russell O'Connor
9fe9527f57
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-07-14 23:43:00 -04:00
Russell O'Connor
8e9f501fd7
Update tarsnap to version 1.0.34.
2013-07-14 23:38:20 -04:00
Lluís Batlle i Rossell
206706503a
cromfs: update to 1.5.10.1.
2013-07-14 22:27:51 +02:00
Mathijs Kwik
0fa697405c
dmg2img: upgrade to 1.6.4
2013-07-14 08:57:47 +02:00
Evgeny Egorochkin
fba8b902da
fix packages to use mirror://xorg
2013-07-14 05:39:02 +03:00
Evgeny Egorochkin
da4be371e9
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
Evgeny Egorochkin
b084b29d26
Even more mirror:// fixes
2013-07-14 04:17:07 +03:00
Evgeny Egorochkin
cea107c07f
More mirror:// URL fixes
2013-07-14 03:31:12 +03:00
Evgeny Egorochkin
d0b4c8bfaa
gktspell: version bump to 2.0.16 because the old one has disappeared
2013-07-14 03:09:34 +03:00
Evgeny Egorochkin
5ae43d2494
Change more packages from direct downloads to mirror://sourceforge
2013-07-14 02:48:32 +03:00
Evgeny Egorochkin
aa85b80459
Change package urls to use mirror://sourceforge
2013-07-14 02:35:26 +03:00
Evgeny Egorochkin
4c952c64de
eggdrop: fix version to match tarball
2013-07-14 02:08:54 +03:00
Evgeny Egorochkin
9afe9c9c53
uw-imap: fix version to match tarball
2013-07-14 02:08:53 +03:00