Peter Simons
4e983788cd
feh: update from 2.8 to 2.9.3
2014-01-21 20:19:21 +01:00
Peter Simons
c1209b5144
emacs-bbdb: update to version 2.36
2014-01-21 20:18:27 +01:00
Shea Levy
6731ed2b86
Fix tarball
...
Hopefully this kind of thing won't be needed with nix 1.7
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 09:53:21 -05:00
Domen Kožar
a3716328e6
Add mailpile: A modern, fast web-mail client with user-friendly encryption and privacy features
2014-01-21 14:11:19 +01:00
Shea Levy
fea2266290
llvm: Split llvmFull into separate derivations
...
Now most packages in the llvm suite are built as separate derivations.
The exceptions are:
* compiler-rt must currently be built with llvm. This increases llvm's
size by 6 MB
* clang-tools-extra must be built with clang
In addition, the top-level llvm attribute is defaulted to llvm 3.4, and
llvm 3.3 must be accessed by the llvm_33 attribute. This is to make the
out-of-date packages obvious in the hope that eventually all will be
updated to work with 3.4 and 3.3 can be removed. I think we should keep
this policy in the future (latest llvm gets top-level name, the rest are
versioned until they can be removed).
The llvm packages (except libc++, which exception I will try to remove
on the next update) can all be accessed via the llvmPackages attribute,
and there are also aliases for the packages that already existed (llvm,
clang, and dragonegg).
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 20:33:06 -05:00
Vladimír Čunát
ac6761c908
Merge master into stdenv-updates
...
Conflicts:
pkgs/applications/version-management/gource/default.nix
pkgs/top-level/all-packages.nix
2014-01-20 19:39:28 +01:00
Peter Simons
2991fdca52
root: enable parallel building
2014-01-20 18:26:32 +01:00
Peter Simons
baeb19d0ce
root: clean up meta section and move build into 'science/misc' section
2014-01-20 18:24:27 +01:00
Peter Simons
6475f0d1fe
fricas: clean up meta section
2014-01-20 18:20:08 +01:00
Roger Mason
e9928a1f25
Add CERN's 'root' Application Framework.
2014-01-20 18:11:09 +01:00
Roger Mason
3d1f6e3a75
Add fricas, a computer algebra system
2014-01-20 18:11:09 +01:00
Peter Simons
b4e1774272
haskell-hoodle: re-generate with cabal2nix
2014-01-20 18:04:59 +01:00
Ian-Woo Kim
7b51e24de9
add hoodle (pen notetaking program written in haskell) to nixpkgs
2014-01-20 15:18:04 +00:00
Domen Kožar
e1602a5e21
Merge pull request #1551 from urv/master
...
calibre: upgrade from 1.17.0 to 1.20.0
2014-01-20 05:53:08 -08:00
Lluís Batlle i Rossell
4a4950f323
Setting license to elinks.
...
Disabling guile, due to licence incompatibility.
2014-01-20 13:47:24 +01:00
Shea Levy
55e6303d6a
Add full llvm build, update libc++ and dragonegg
...
Some packages in the llvm suite (e.g. compiler-rt) cannot be built
separate from the build of llvm, and while some others (e.g. clang) can
the combined build is much better tested (we've had to work around
annoying issues before). So this puts llvm, clang, clang-tools-extra,
compiler-rt, lld, lldb, and polly all into one big build (llvmFull).
This build includes a static llvm, as dynamic is similarly less tested
and has known failures.
This also updates libc++ and dragonegg. libc++ now builds against
libc++abi as a separate package rather than building it during the
libc++ build.
The clang purity patch is gone. Instead, we simply set --sysroot to
/var/empty for pure builds, as all impure paths are either looked up in
the gcc prefix (which we hard-code at compile time) or in the sysroot.
This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in
the normal Linux paths by default, which is the proper behavior IMO.
polly required an updated isl. When stdenv-updates is merged, perhaps we
can update the isl used by gcc and avoid having two versions.
Since llvm on its own is now separate from the llvm used by clang, I've
removed myself as maintainer from llvm and will leave maintenance of
that to those who are interested in llvm separate from clang.
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 05:42:38 -05:00
Lluís Batlle i Rossell
86808f2c46
Making elinks not use python by default.
...
It fails to start for me, due to a python problem, otherwise. And I
don't know why I'd need python, so by now I disable it by default.
2014-01-20 09:27:27 +01:00
Lluís Batlle i Rossell
01a2986560
Updating elinks to 0.12pre6
2014-01-20 09:16:19 +01:00
Bjørn Forsman
1e3289efb4
cgit: fix snapshot feature by using full paths to gzip/bzip2/xz
2014-01-19 22:59:51 +01:00
Bjørn Forsman
3a917b5c2d
cgit: enable lua support
...
Filters can now take advantage of the built-in lua interpreter (much
faster than fork and exec).
2014-01-19 22:46:53 +01:00
Bjørn Forsman
8c25a73def
cgit: update from 0.9.2 to 0.10
2014-01-19 22:12:12 +01:00
Arvin Moezzi
da4dbbfd11
calibre: upgrade from 1.17.0 to 1.20.0
2014-01-19 22:04:41 +01:00
Shea Levy
fd99863e14
elinks: Actually enable javascript
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 15:16:40 -05:00
Cillian de Róiste
0ec2adc69d
mda_lv2: update from 1.0.0 to 1.2.2
2014-01-19 14:59:48 +01:00
Cillian de Róiste
c9d1ed561f
lmms: tidy up, fix build
2014-01-19 14:43:05 +01:00
Nixpkgs Monitor
f95dfe1502
lmms: update from 0.4.10 to 0.4.15
2014-01-19 14:43:05 +01:00
Cillian de Róiste
76267063a5
jalv: update from 1.4.2 to 1.4.4
2014-01-19 13:06:51 +01:00
Cillian de Róiste
b3a116c762
zynaddsubfx: fix build, tidy up, add JACK support
2014-01-19 13:01:49 +01:00
Cillian de Róiste
78c4b0868e
zynaddsubfx: update from 2.4.1 to 2.4.3
2014-01-19 12:47:17 +01:00
Cillian de Róiste
cbacf96b1c
yoshimi: add cairo as build input
2014-01-19 12:44:28 +01:00
Cillian de Róiste
e9e8cf4b98
Tidy up
2014-01-19 12:44:27 +01:00
Cillian de Róiste
ea72595fab
yoshimi: update from 0.060.12 to 1.1.0
2014-01-19 12:43:58 +01:00
Cillian de Róiste
52213afd48
qsynth: add linux as a platform
2014-01-19 12:26:35 +01:00
Vladimír Čunát
83a2e8554b
spacefm: fix schema-crash (in preferences), nitpicks
...
I also did some style changes to be closer to most in nixpkgs.
2014-01-19 12:11:19 +01:00
Ricardo M. Correia
0cf9a083d9
virt-manager: Fix running with --no-fork
...
This removes nixpkgs' custom runners and instead copies the main python source
files to the bin directory, then wraps them up as usual.
Hopefully this will be more reliable than other previous wrapping methods.
2014-01-18 20:45:27 +00:00
Cillian de Róiste
51a5f9c364
hydrogen: update from 0.9.5 to 0.9.5.1
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fxvg8py63xnwyyqmaws7n310l423xbp9h-hydrogen-0.9.5.1
2014-01-18 21:28:19 +01:00
Cillian de Róiste
329377b6ca
synthv1: update from 0.3.2 to 0.3.6
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fr5rfpb9zn3pa8yhxfz5d5ngqqj6n6mgg-synthv1-0.3.6
2014-01-18 21:27:41 +01:00
Cillian de Róiste
6105b41eac
samplv1: update from 0.3.5 to 0.3.6
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fdgrhrqf4j0q0601fgh81bhzkcgj7h4b0-samplv1-0.3.6
2014-01-18 21:27:06 +01:00
Cillian de Róiste
122905154c
qtractor: update from 0.5.4 to 0.5.12
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fyaq7iknwr79xwrmc4igrs3ygdy61ryjl-qtractor-0.5.12
2014-01-18 21:22:20 +01:00
Cillian de Róiste
c5269290c3
qsynth: update from 0.3.6 to 0.3.8
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fycg9bkl40sch06kcyjvmnmkxq5mas9p6-qsynth-0.3.8
2014-01-18 21:16:28 +01:00
Bjørn Forsman
2b74a47006
gource: fix build
...
gource currently fails in the configure phase:
configure: error: Could not link against -lGLU !
This is a very misleading error, it seems to happen because configure
doesn't find boost libraries and ends up with uninitialized variable(s).
That in turn cause it to fail later with this unrelated error.
Fix by using boost libraries, not only the headers. gource also grew a
dependency on GLM, so add that to buildInputs.
2014-01-18 19:05:33 +01:00
Ricardo M. Correia
cd953d80e1
chromium: Update stable channel from 31.0.1650.57 -> 32.0.1700.77
2014-01-18 17:40:37 +00:00
Vladimír Čunát
0a58b512cb
Merge master into stdenv-updates
...
Conflicts (simple):
pkgs/development/compilers/gcc/4.8/default.nix
pkgs/development/compilers/llvm/default.nix
pkgs/development/libraries/gmp/5.1.1.nix
pkgs/development/libraries/gmp/5.1.3.nix
pkgs/development/libraries/gmp/5.1.x.nix
pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Peter Simons
a3f00d61f8
Merge pull request #1521 from maggesi/marginal-updates
...
Update Io lang to version 2013.12.04
2014-01-17 02:47:04 -08:00
Peter Simons
ca73a92578
wireshark: the gtk3 build fails, so use gtk2
...
Duh, this is much more difficult than I would have thought.
2014-01-17 11:10:58 +01:00
Peter Simons
ac2a215c10
wireshark: build GUI with gtk3
...
This should be configurable, I guess.
2014-01-17 10:37:53 +01:00
Moritz Ulrich
47f5d8a5ea
streamripper: Fix wrong attribute path.
2014-01-17 01:15:10 +01:00
Moritz Ulrich
0ec365cd63
New package: Streamripper: Record MP3 radio streams.
2014-01-17 01:13:57 +01:00
Peter Simons
4664108f8e
gnucash: revert update from 2.4.15 to 2.6.0
...
The 2.6.0 version doesn't compile, and the error doesn't seem to be easy to fix.
2014-01-16 20:35:26 +01:00
Peter Simons
3988e0ca51
gource: mark as broken
...
The configure process finds libGLU just fine, but then aborts saying:
configure: error: Could not link against -lGLU !
2014-01-16 10:25:04 +01:00
Shea Levy
3452f807d4
Update dropbox daemon
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:37:13 -05:00
Shea Levy
bb5337044a
Update dropbox.py hash
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:09:05 -05:00
Shea Levy
32721cd3df
Add todo.txt-cli, a cli todo list manager
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 19:44:37 -05:00
Lluís Batlle i Rossell
8e70746d61
homebank: update to 4.5.4.
2014-01-15 21:17:55 +01:00
Peter Simons
93b9b7a39f
gnucash: update from 2.4.15 to 2.6.0
2014-01-15 17:29:14 +01:00
Peter Simons
c1a80535ad
wireshark: update from 1.10.5 to 1.11.2
2014-01-15 17:29:14 +01:00
Lluís Batlle i Rossell
cb35bf15a4
ffmpeg: adding gnutls support
...
I also take out the useless 'openssl' I added by error to mpv.
2014-01-15 17:04:14 +01:00
Lluís Batlle i Rossell
95660053fc
Updating gnunet to 0.10.0.
2014-01-15 16:42:42 +01:00
Lluís Batlle i Rossell
f046d9bd08
mpv: updating to 0.3.2.
2014-01-15 16:40:04 +01:00
Cillian de Róiste
bb1f0bdf40
drumkv1: update from 0.3.5 to 0.3.6
...
http://monitor.nixos.org/patch?p=drumkv1&v=0.3.6
2014-01-14 21:06:39 +01:00
Bjørn Forsman
32c087ab15
qjackctl: add meta.platforms
2014-01-14 17:17:56 +01:00
Marco Maggesi
b504b1b4cb
Update HOL Light to revision 179
2014-01-14 15:21:09 +01:00
Eelco Dolstra
e9f1c3abeb
eclipse: Remove patchelf from the buildInputs
2014-01-14 13:51:17 +01:00
Shea Levy
076ff2eede
lynx: Actually provide ssl support when requested
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-13 20:16:27 -05:00
Nixpkgs Monitor
baa1bba420
i3status: update from 2.7 to 2.8
2014-01-13 17:28:42 +01:00
Peter Simons
222b91fedf
gource: update to version 0.40
2014-01-13 17:22:07 +01:00
Peter Simons
5ef34645f3
ratpoison: update to version 1.4.6
2014-01-13 17:05:45 +01:00
Peter Simons
25411b3c7b
maxima: update to version 5.32.1
2014-01-13 17:05:45 +01:00
Peter Simons
2719254e46
ikiwiki: update to version 3.20140102
2014-01-13 17:05:45 +01:00
Peter Simons
0a9e4d0ccc
gnucash: update to version 2.4.15
2014-01-13 17:05:45 +01:00
Peter Simons
2d1c8d6f60
gocr: update to version 0.50
2014-01-13 17:05:45 +01:00
Peter Simons
7148f50ef3
fetchmail: update to version 6.3.26
2014-01-13 17:05:45 +01:00
Nixpkgs Monitor
16cd5aba6a
emacs24Packages.haskellMode: update from 13.07 to 13.10
2014-01-13 17:05:45 +01:00
Nixpkgs Monitor
aec7a10d13
audacious: update from 3.4.1 to 3.4.3
2014-01-13 17:05:44 +01:00
Nixpkgs Monitor
dc52e6e7f8
mercurial: update from 2.8.1 to 2.8.2
2014-01-13 16:15:57 +01:00
Eelco Dolstra
6fb27abf33
Merge branch 'java'
2014-01-13 13:16:17 +01:00
Vladimír Čunát
a2c316288c
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved)
pkgs/top-level/all-packages.nix (trivial)
2014-01-12 12:29:24 +01:00
Ricardo M. Correia
4ede302207
virt-manager: Add graphical support for the Spice protocol
2014-01-11 22:01:52 +01:00
Ricardo M. Correia
aed957bae7
virt-manager: Fix error: 'ImportError: No module named libvirt'
...
The problem was that libvirt 1.2.0 no longer includes the python bindings; it is
a separate package now.
2014-01-11 22:01:52 +01:00
Song Wenwu
6b7105d456
snd: update to 14.3
2014-01-11 19:40:24 +01:00
Arseniy Seroka
32e08f53ce
spaceFM: add package
2014-01-11 19:25:23 +01:00
Ricardo M. Correia
d82530440f
virt-manager: Update to 0.9.5 virtinst: Update to 0.600.4
2014-01-11 19:21:09 +01:00
Song Wenwu
531090d5de
add projectM 2.1.0
2014-01-11 19:14:28 +01:00
Peter Simons
066abcc047
xmobar: re-generate with cabal2nix
2014-01-11 14:52:13 +01:00
Arseniy Seroka
5787fc071a
add lastfmsubmitd
2014-01-11 14:52:13 +01:00
Arseniy Seroka
678d7aada0
moc: fix mp3 playback and remove useless lib
2014-01-11 14:52:13 +01:00
Arseniy Seroka
8b95f0ed78
xmobar alsa support
2014-01-11 14:52:13 +01:00
Peter Simons
2f51f6908e
yi: re-generate expression with cabal2nix
2014-01-11 12:03:41 +01:00
Peter Simons
18626481ca
haskell-git-annex: update to version 5.20140108
2014-01-11 12:03:41 +01:00
Nixpkgs Monitor
f512614a10
wireshark: update from 1.10.3 to 1.10.5, potentially fixes CVE-2013-7112, CVE-2013-7113, CVE-2013-7114
2014-01-10 08:28:58 +01:00
Moritz Ulrich
93d73aec51
ledger3: Update to latest git (3b5f496536).
2014-01-10 00:38:32 +00:00
Eelco Dolstra
16e626a80d
Replace lib/java -> share/java
2014-01-09 13:01:38 +01:00
Rok Garbas
d805a2b01d
notmuch: update to 0.17
2014-01-09 09:49:07 +01:00
Peter Simons
6750feec2c
haskell-git-annex: update to version 5.20140107
2014-01-09 00:45:16 +01:00
Benno Fünfstück
eddb74a5cf
New expressions: yi, yi contrib and dependencies
2014-01-08 19:11:33 +01:00
Rickard Nilsson
16ce061e11
tailor: Add extra source URL
2014-01-08 15:29:38 +01:00
Mathijs Kwik
8fad5a72ec
add emacs/idris-mode
2014-01-07 07:16:47 +01:00
Peter Simons
c70c8a7158
git-annex: try to fix test suite
2014-01-06 12:09:58 +01:00
Peter Simons
75090c7c86
haskell-git-annex: update to version 5.20131230
2014-01-06 12:09:55 +01:00
Shea Levy
139f8949e6
Merge branch 'merge-kernel-builds' into upstream-master
...
This is a second attempt at unifying the generic and manual-config
kernel builds (see #412 for the last time).
The set of working kernel packages is a superset of those that work on
master, and as the only objection last time was the size of the $dev
closure and now both $out and $dev combined are 20M smaller than $out on
master (see message for ac2035287f
), this
should be unobjectionable.
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-05 07:13:19 -05:00