Sergey Mironov
a8a3cc00fd
wicd: fix dhclient interaction
...
wicd used to write dhclient config file into $out/var/lib/wicd directory attempting
to change nix-store. That didn't work and thats why we couldn't use dhclient.
With this patch wicd will generate temporary file name for this purpose. File is
generated each time the daemon starts.
2013-03-31 13:06:24 +04:00
Domen Kozar
c07d0b9b78
Add almir and it's dependencies.
2013-03-27 02:30:07 +01:00
Eelco Dolstra
5262980561
nixUnstable: Bump
2013-03-26 16:00:47 +01:00
Peter Simons
e825c522b6
Merge pull request #409 from pcapriotti/renameutils
...
Add renameutils package.
2013-03-25 11:40:36 -07:00
Lluís Batlle i Rossell
26ec1abf41
Adding Steam Locomotive, for the fun
2013-03-25 14:57:45 +01:00
Paolo Capriotti
f85025a30e
Add renameutils package.
2013-03-25 13:45:01 +00:00
Vladimír Čunát
f8fb55b4cc
gparted: update
2013-03-23 20:25:35 +01:00
Peter Simons
6fc2cccfe6
Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.
2013-03-23 15:58:14 +01:00
Rok Garbas
fb1f25e532
Merge pull request #400 from iElectric/bacula_improvements
...
bacula: add postgresql support, add myself as maintainer and set meta.platforms
2013-03-22 05:14:37 -07:00
Peter Simons
7e24ae77fe
latex2html: update to version 2008
2013-03-22 12:50:21 +01:00
Peter Simons
617394eaf8
latex2html: update meta information
2013-03-22 12:50:21 +01:00
Domen Kozar
1ee0f43bb1
bacula: add postgresql support, add myself as maintainer and set meta.platforms
2013-03-22 01:53:41 +01:00
Ludovic Courtès
31c513d4b7
gawk: Remove now-unneeded Cygwin patch.
2013-03-21 14:27:07 +01:00
Lluís Batlle i Rossell
ac807625a7
storebrowse: update fixing bugs
...
I try to add build rules for arm too.
2013-03-18 22:45:47 +01:00
Eelco Dolstra
93a963f347
nixUnstable: Update to the latest
...
This is mostly to get rid of those annoying Perl warnings in NixOS...
2013-03-18 22:35:33 +01:00
Lluís Batlle i Rossell
d711dcc070
Adding setup-hook for opensp, to set the sgml catalog files
...
This sets the SGML_CATALOG_FILES, similar to how libxml2 does the same with
XML_CATALOG_FILES.
I based the hook on the libxml2 one, and I followed the instructions about this
variable here:
http://docbook.sourceforge.net/release/dsssl/1.79/doc/install.html
2013-03-18 15:07:20 +01:00
Peter Simons
ac022ec7af
smartmontools: update to version 6.1 (using latest drivedb.h revision 3797 from trunk)
2013-03-18 12:17:26 +01:00
Peter Simons
4fce144369
Merge pull request #387 from aforemny/cloc
...
Add cloc-1.58
2013-03-18 04:04:04 -07:00
Jan Malakhovski
16972d2415
screen: fix some annoying bugs by importing patches from ArchLinux
2013-03-17 12:24:49 +00:00
Eelco Dolstra
82f947c78a
runLaTeX: Fix dependency detection
...
Since Nix 1.4, expressions like "${path}/blabla" always evaluate to a
string rather than a path. However, findLaTeXIncludes depended on the
old (weird) behaviour, leading to errors like:
error: string `/nix/store/4c32q75in74m1148anlzdhb8jpppab0s-bla/IEEEtran.cls' cannot refer to other paths
So use path concatenation instead.
2013-03-16 16:56:19 +01:00
Lluís Batlle i Rossell
c9ffddb9d7
storebrowse: newer version
2013-03-16 15:15:38 +01:00
Alexander Foremny
4e5b7cd5d1
Add cloc-1.58
2013-03-16 15:06:23 +01:00
Cillian de Róiste
924be9b524
Wicd: #379 Also add the gtk-2.0 directory in pygobject to the PYTHONPATH
2013-03-16 08:34:14 +01:00
Lluís Batlle i Rossell
5bffa00f18
storbrowse: fix name
2013-03-16 01:42:49 +01:00
Lluís Batlle i Rossell
6ee91a0304
storebrowse: update
...
Easier to launch, dramatic improvement printing of the URL where to browse.
2013-03-16 01:40:47 +01:00
Lluís Batlle i Rossell
4dbdbda37f
Adding storebrowse, a tool to browse the nix store with a web browser.
...
The build script is a bit long due to the upstream go style of things.
2013-03-16 00:59:25 +01:00
Eelco Dolstra
82dc43c28b
checkinstall: Make installwatch.so work with old Glibcs
2013-03-15 14:04:32 +01:00
Eelco Dolstra
4c67972e9b
checkinstall: Support Glibc >= 2.16
2013-03-15 14:04:32 +01:00
Cillian de Róiste
0037e518b0
Merge branch 'wicd-gobject'
2013-03-15 01:00:19 +01:00
Cillian de Róiste
ef3da5eecd
#379 wicd: Add ifconfig and ping to the PATH
...
/var/log/wicd/wicd.log showed that it failed to find ifconfig
that was probably the main issue (after the gobject import failure)
2013-03-15 00:59:17 +01:00
Cillian de Róiste
2393f6b96f
#379 Update wicd to 1.7.2.4, fix patches, disable translations
2013-03-15 00:14:30 +01:00
Rob Vermaas
629c36cfef
rsyslog: enable TLS support
2013-03-14 15:27:34 +01:00
Rob Vermaas
4619675011
Add rsyslog 7.2.6 and its dependencies
2013-03-14 14:13:55 +01:00
Cillian de Róiste
0d191de368
Fix wicd to find the python gobject on its PYTHONPATH
2013-03-14 01:22:55 +01:00
Peter Simons
5f758431d4
lzip: build the binary with -O3 and assertions disabled
2013-03-13 15:13:40 +01:00
Peter Simons
c187516152
lzip: enable documentation build
2013-03-13 15:13:40 +01:00
Peter Simons
6d5c6af427
lzip: update to version 1.14
2013-03-13 13:59:33 +01:00
Lluís Batlle i Rossell
8d1ff12cdc
mktorrent: fixing the usual pthread_cancel problem
2013-03-12 20:01:07 +01:00
Lluís Batlle i Rossell
90bca24b38
Adding mktorrent 1.0
2013-03-12 19:43:57 +01:00
Peter Simons
746bf427a8
pkgs/tools/networking/snx/snx_install.sh: delete file accidentally checked in earlier
2013-03-11 11:01:28 +01:00
Shea Levy
86aa2853f6
Merge branch 'graphviz-vimdot-fix' of git://github.com/bjornfor/nixpkgs
...
Branch contains a trivial fix.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-10 22:06:04 -04:00
Peter Simons
f59aaaed4b
smartmontools: update drivedb.h to the latest version
2013-03-10 00:43:08 +01:00
Bjørn Forsman
74d6315024
graphviz: fix vimdot program
...
vimdot doesn't work at the moment because one of its dependencies,
'which', is missing; vimdot fails to find gvim or vim and aborts.
Instead of adding a dependency on 'which', replace it with the POSIX
command 'command -v'.
2013-03-09 21:45:20 +01:00
Vladimír Čunát
56b4a71c21
netpbm: update and attempt to fix i686 build
2013-03-09 14:59:39 +01:00
Vladimír Čunát
2e1dd8e076
recutils: supply the forgotten patch
2013-03-09 13:54:55 +01:00
Michael Raskin
5ec1806564
Adding ZPAQ archiver
2013-03-09 16:33:14 +04:00
Michael Raskin
b494b3b468
Update lrzip
2013-03-09 16:33:14 +04:00
Vladimír Čunát
87ec597ce7
recutils: fix build with new glibc
2013-03-09 13:24:31 +01:00
Vladimír Čunát
e218c79b85
grive: fix build with new binutils headers
2013-03-09 12:27:38 +01:00
Vladimír Čunát
f0f34067e7
recode: fix build after stdenv merge + #354
...
ToDo: tests don't pass yet.
2013-03-09 11:32:22 +01:00