1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-20 04:48:10 +00:00
Commit graph

7686 commits

Author SHA1 Message Date
Eelco Dolstra 2f11bc495b Hide nodePackages from nix-env
Many nodePackages have identical names as "normal" packages (e.g.,
swig, redis, tar) which is obviously bad.  So don't make nix-env
recursive into nodePackages.

A better solution would be to have node packages have a "node-"
prefix, similar to Perl and Python packages.
2014-01-07 13:41:22 +01:00
Rob Vermaas 0d54426794 Add zabbix 2.2.1 2014-01-07 13:11:32 +01:00
Eelco Dolstra fa15851318 Fix indentation 2014-01-07 10:48:14 +01:00
Eelco Dolstra 4b1d2a50b8 Drop a bunch of old unused gcc cross/debug variants 2014-01-07 10:46:59 +01:00
Eelco Dolstra 035fb0d9c9 Drop pointless gcc_real variables 2014-01-07 10:39:15 +01:00
Eelco Dolstra c3d31749fb Remove gcc 4.7
There is really no reason to keep it around, given that it was never
the default in Nixpkgs.
2014-01-07 10:36:15 +01:00
Song Wenwu 4262c4bb9d vala: update to 0.23.1, remove old versions
set license to lgpl2Plus
add myself to maintainers
and some cleanup
2014-01-07 17:31:52 +08:00
Mathijs Kwik 8fad5a72ec add emacs/idris-mode 2014-01-07 07:16:47 +01:00
Eelco Dolstra 5d6259a973 Add a setup hook that automatically sets up $CLASSPATH
All JARs in $pkg/share/java (for each $pkg in the build inputs) are
added to $CLASSPATH.  Thus, you can say

  buildInputs = [ setJavaClassPath someJavaDependency ];

and the JARs in someJavaDependency will be found automatically by
tools like javac or ant.

Note that the manual used to say that JARs should be installed in
lib/java; this is now share/java, following the Debian policy:

  http://www.debian.org/doc/packaging-manuals/java-policy/x110.html

The directory share/java makes more sense because JARs are
architecture-independent.  (Also, a quick grep shows that we were not
exactly consistent about this in Nixpkgs.)
2014-01-06 14:36:14 +01:00
Eelco Dolstra c180be8cf5 icedtea: Remove
It has apparently never worked.  Also drop xerces and xalan, which
were only used by icedtea.
2014-01-06 14:36:13 +01:00
Eelco Dolstra cd5a9f4980 clooj: Update to 0.4.4
Also, merge the wrapper into the main package.
2014-01-06 14:36:13 +01:00
Shea Levy e6dae5d7f4 Add fetchbower function to go along with bower2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-06 08:20:22 -05:00
Tomasz Kontusz a504b97e3e Add d-feet, a DBus debugger 2014-01-05 23:57:59 +01:00
Thomas Tuegel e548166c44 add fdk-aac-0.1.3 2014-01-05 09:02:47 -06:00
Thomas Tuegel eb1e109b51 ffmpeg: add configurable 2014-01-05 09:02:46 -06:00
Shea Levy 1d11a242b3 Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-05 08:11:18 -05:00
Shea Levy ef930ced64 klibcShrunk should be a kernelPackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-05 07:45:14 -05:00
Shea Levy f4ce59cee0 Remove non-kernel-specific klibc derivation
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-05 07:38:58 -05: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
Vladimír Čunát 0a2ae78216 asympote: fix build 2014-01-05 10:09:37 +01:00
Vladimír Čunát 5c33b7350b webkitgtk, kde.qtcurve: build with default gcc (not 4.7) 2014-01-05 09:42:07 +01:00
Shea Levy a589bfae17 Update and fix kernel packages to new kernel build
In most cases, this just meant changing kernelDev (now removed from
linuxPackagesFor) to kernel.dev. Some packages needed more work (though
whether that was because of my changes or because they were already
broken, I'm not sure). Specifics:

* psmouse-alps builds on 3.4 but not 3.10, as noted in the comments that
  were already there
* blcr builds on 3.4 but not 3.10, as noted in comments that were
  already there
* open-iscsi, ati-drivers, wis-go7007, and openafsClient don't build on
  3.4 or 3.10 on this branch or on master, so they're marked broken
* A version-specific kernelHeaders package was added

The following packages were removed:

* atheros/madwifi is superceded by official ath*k modules
* aufs is no longer used by any of our kernels
* broadcom-sta v6 (which was already packaged) replaces broadcom-sta
* exmap has not been updated since 2011 and doesn't build
* iscis-target has not been updated since 2010 and doesn't build
* iwlwifi is part of mainline now and doesn't build
* nivida-x11-legacy-96 hasn't been updated since 2008 and doesn't build

Everything not specifically mentioned above builds successfully on 3.10.
I haven't yet tested on 3.4, but will before opening a pull request.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-04 21:17:04 -05:00
Vladimír Čunát 9443129b08 Merge master into stdenv-updates
Conflicts:
	pkgs/development/libraries/glibc/2.18/common.nix (take stdenv-updates)
	pkgs/misc/emulators/zsnes/default.nix (more complex, build tested)
	pkgs/top-level/all-packages.nix (auto-solved)
2014-01-04 18:34:53 +01:00
Song Wenwu 5f3a737d79 add SuperCollider 3.6.6 2014-01-04 21:39:35 +08:00
Bjørn Forsman 4db6bcf209 ngrep: new package
ngrep is a command-line network packet analyzer.

http://ngrep.sourceforge.net/
2014-01-03 16:49:23 +01:00
Eelco Dolstra 8398b23e10 clojure: Update to 1.5.1
Also, merge the wrapper into the main package, and get rid of the
binary variant.
2014-01-03 14:48:21 +01:00
Eelco Dolstra ec685e30de kaffe: Remove
It no longer builds and doesn't seem very maintained.
2014-01-03 13:51:23 +01:00
Eelco Dolstra 54d1721414 ant: Update to 1.9.3
Also, Ant no longer has a build-time dependency on a particular JDK.
It finds the JDK via $JAVA_HOME or $PATH (by looking up javac).  This
way, we don't need to have separate packages like apacheAntOpenJDK and
apacheAntOracleJDK.  It also seems reasonable: after all, installing
GNU Make doesn't give you a C compiler either.  It does mean that
instead of

  buildInputs = [ ant ];

you now need to write something like

  buildInputs = [ ant jdk ];
2014-01-03 13:29:06 +01:00
Eelco Dolstra 79675fad6e openjdk: Use multiple outputs
This unifies the "openjdk" and "openjre" packages.  The JDK is placed
in the "out" output, the JRE in "jre".

Also, everything is now stored in $prefix/lib/openjdk, so the JDK/JRE
no longer pollute user environments with files like
"ASSEMBLY_EXCEPTION" at top-level.
2014-01-03 11:56:40 +01:00
Eelco Dolstra 2f31a7ccc6 openjdk: Build only once
Since javac doesn't do much optimisation, bootstrapping twice is
unlikely to produce a faster compiler.
2014-01-03 11:56:40 +01:00
Eelco Dolstra ca8de63797 postgresql-8.3: Remove
The 8.3 branch is no longer maintained so it shouldn't be used.
2014-01-03 11:51:02 +01:00
Domen Kožar 3ef95f0582 Merge pull request #1453 from ttuegel/clementine
Add clementine-1.2.1 and dependencies
2014-01-02 14:21:18 -08:00
Thomas Tuegel ef108a8d31 add sparsehash-2.0.2 2014-01-02 14:49:23 -06:00
Thomas Tuegel 776dea8d24 add clementine-1.2.1 2014-01-02 14:49:22 -06:00
Domen Kožar d76654a55c Merge pull request #1444 from ttuegel/qtcurve
add qtcurve-1.8.17
2014-01-02 12:31:54 -08:00
Domen Kožar f9ad40a39b Merge pull request #1443 from ttuegel/kde-gtk-config
add kde-gtk-config-2.2.1
2014-01-02 12:29:06 -08:00
Moritz Heidkamp 030a4c7f5d Add chunkfs package 2014-01-02 18:31:09 +00:00
Michael Raskin 7fd542fad9 Merge pull request #1445 from wizeman/u/oraclejre7
oraclejre7: Add package (as a variant of oraclejdk7)
2014-01-02 07:51:05 -08:00
Michael Raskin 07413e3d24 Merge pull request #1440 from rszibele/nexuiz
Added Nexuiz-2.5.2.
2014-01-02 07:48:33 -08:00
Michael Raskin 44c031b39d Merge pull request #1439 from iyzsong/dvtm
add dvtm 0.10
2014-01-02 07:47:16 -08:00
Shea Levy 6b7ede300f systemtap: Remove from linuxPackagesFor
It doesn't seem to depend on the kernel in any way.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-02 00:03:49 -05:00
Ricardo M. Correia 46ee416b91 oraclejre7: Add package (as a variant of oraclejdk7) 2014-01-01 21:30:53 +01:00
Mathijs Kwik 66d930b355 Merge pull request #1432 from wkennington/bond
network-interfaces: Add the ability to create bond devices
2014-01-01 10:50:41 -08:00
Thomas Tuegel 36b7499885 add qtcurve-1.8.17 2014-01-01 12:36:45 -06:00
rszibele 40f4c5dcad Added Nexuiz-2.5.2. 2014-01-01 17:59:42 +01:00
Thomas Tuegel 8d381dd586 add kde-gtk-config-2.2.1 2014-01-01 09:47:16 -06:00
Shea Levy f95d214cfd Implement generic kernel build via manual-config
This has three major benefits:

1. We no longer have two kernel build processes to maintain

2. The build process is (IMO) cleaner and cleaves more closely to
upstream. In partuclar, we use make install to install the kernel and
development source/build trees, eliminating the guesswork about which
files to copy.

3. The derivation has multiple outputs: the kernel and modules are in
the default `out' output, while the build and source trees are in a
`dev' output. This makes it possible for the full source and build tree
to be kept (which is expected by out-of-tree modules) without bloating
the closure of the system derivation.

In addition, if a solution for how to handle queries in the presence of
imports from derivations ever makes it into nix, a framework for
querying the full configuration of the kernel in nix expressions is
already in place.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-01 09:21:25 -05:00
Song Wenwu b8917d548e add dvtm 0.10 2014-01-01 21:55:49 +08:00
Vladimír Čunát 506a304181 fftw: minor update and major refactoring
- Unify the "single" and "float" variants, which are the same thing.
- Enable threads and openmp wrapper by default (they are very small).
- Don't use sse on i686, as I'm quite sure we have no warrant for that.
  Cf. http://en.wikipedia.org/wiki/Pentium_Pro
- Disable static libs (big, no indication we need them).
- I tested most builds using fftw (they build OK).
2014-01-01 13:05:56 +01:00
Shea Levy 008992619f linux/manual-config: Cross-compiling support
With this, I was able to successfully compile a defconfig kernel for the
sheevaplug, though I didn't actually try to run it (not having a
sheevaplug myself).

For native compiles, the most significant difference is that the
platform's kernel target is built directly rather than hoping the
default make target will pull it in.

Also some stylistic improvements along the way.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-31 22:38:06 -05:00
Shea Levy 58246936e4 platforms.nix: Separate 32-bit and 64-bit PCs
With this, stdenv.platform.kernelArch can be used by the kernel builder
for PC platforms too.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-31 21:34:44 -05:00
William A. Kennington III 609e981b93 ifenslave: Add new package 2013-12-31 09:28:52 -06:00
William A. Kennington III 184dd198fb subversion: Tweaks and Fixes
Remove ssl and compression options which are no longer valid when using
serf in place of neon. Also, make sure serf is an optional dependency.
2013-12-31 07:59:37 -06:00
Michael Raskin a3843455c5 Re-add HTTP/HTTPS support back to Subversion by adding serf. Tested. 2013-12-30 23:33:22 +04:00
Peter Simons ea47447a29 Merge pull request #1426 from wkennington/openssh
openssh: Update from 6.2p2 -> 6.4p1
2013-12-30 10:37:27 -08:00
Lluís Batlle i Rossell 34859e2a42 Adding wxWidgets 3.0.0 2013-12-30 17:35:31 +01:00
Shea Levy 4af1c79c06 Remove uses of __overrides feature
In addition to replacing use of a feature with IMO confusing semantics,
this will also let us cleanly separate out all-packages.nix into
category-specific files without changing the structure of the pkgs
attrset.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-30 11:04:45 -05:00
Moritz Heidkamp 29e16c62eb Add chunksync package 2013-12-30 15:04:25 +01:00
Michael Raskin 950b785993 Use CLisp 2.44.1 for SBCL build --- some releases like it better for bootstrapping... 2013-12-30 14:17:48 +04:00
William A. Kennington III c4e03f0739 openssh: Update from 6.2p2 -> 6.4p1
This patch also bumps up the HPN version of openssh so that it compiles
on top of 6.4. Along with the bump, a package was added for the high
performance networking version.

The gcmrekey patch was removed as this vulnerability is fixed in
version 6.4 onward. http://www.openssh.org/txt/gcmrekey.adv
2013-12-30 02:42:12 -06:00
Marius Rejdak 2da33b4ecf tint2 nixpkg 2013-12-29 23:35:46 +01:00
Michael Raskin e9ec56a596 Update vim_configurable to the same source tag as default vim 2013-12-29 19:38:43 +04:00
Michael Raskin c356b67ce7 Merge pull request #1414 from coroa/gammu
Add gammu version 1.33.0 - a library and command line utility for interfacing phones
2013-12-29 07:02:35 -08:00
Jonas Hoersch 4418c1e1d7 Add gammu version 1.33.0 - a library and command line utility for interfacing phones 2013-12-29 15:13:23 +01:00
Vladimír Čunát e740b565cf Merge master into stdenv-updates
Conflicts (easy):
	pkgs/development/compilers/llvm/default.nix
	pkgs/development/compilers/openjdk/default.nix
	pkgs/development/libraries/icu/default.nix
	pkgs/development/libraries/libssh/default.nix
	pkgs/development/libraries/libxslt/default.nix
	pkgs/development/tools/parsing/bison/3.x.nix
2013-12-29 10:01:22 +01:00
Vladimír Čunát cb639302df Merge glibc-2.18 branch into stdenv-updates
It's to separate from other changes coming from master.

Conflicts:
	pkgs/development/libraries/glibc/2.18/common.nix (taking both changes)
	pkgs/development/libraries/ncurses/5_4.nix (deleted)
2013-12-28 18:51:23 +01:00
Vladimír Čunát a126ce011a gnumeric: add schemas and icons, refactor
Also move goffice under gnome3,
as it's released in the same way.
2013-12-28 15:45:20 +01:00
Eelco Dolstra 9f75797d0b Merge remote-tracking branch 'origin/glibc-2.18' 2013-12-26 14:49:19 +01:00
Song Wenwu 0889c86b86 midori: update from 0.4.4 to 0.5.6 (close #1411) 2013-12-26 09:19:19 +01:00
Evgeny Egorochkin 46c1216fd0 kde411: expose it to nix-env with a lower priority. 2013-12-26 04:23:53 +02:00
Florian Friesdorf 46f627e8f7 git-repo-1.19 2013-12-26 00:45:21 +01:00
Edward Tjörnhammar 01c39bdefc Adding IntelliJ IDEA13 Community and Ultimate 2013-12-26 00:12:19 +01:00
Vladimír Čunát b80d1c5923 Merge x-updates 2013-12-25 23:56:41 +01:00
AndersonTorres 378f962c0e Aegisub: New Package
Adding Aegisub: an advanced movie subtitle editor
2013-12-25 22:24:19 +01:00
Moritz Ulrich e87515e519 Opam 1.1: Constrain supported ocaml versions.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-25 14:43:23 +01:00
Malcolm Matalka 545216ee02 Opam: Update to 1.1.0
Also keeps 1.0 for backwards compatibility.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-25 14:18:28 +01:00
Mathijs Kwik 3db725c467 mpv: ffmpeg defaults to latest now 2013-12-24 10:52:14 +01:00
Peter Simons 71ee40a045 all-packages.nix: fix Emacs syntax highlighting 2013-12-23 19:29:24 +01:00
Vladimír Čunát 50ac037864 Merge master into x-updates 2013-12-23 19:27:14 +01:00
Vladimír Čunát 7a93e63ae9 libmng: update 1.0.10 -> 2.0.2, drop autotools phase 2013-12-23 18:10:54 +01:00
Mathijs Kwik 939a0d3b4a firefox: enable gstreamer for h.264 support in HTML5 video 2013-12-23 15:48:36 +01:00
Mathijs Kwik 82131d5013 clucene_core: switch to versioning scheme to make overriding easier 2013-12-23 15:48:35 +01:00
Mathijs Kwik d94aa96648 bitcoin: use default db4 now db48 is default 2013-12-23 11:10:19 +01:00
Mathijs Kwik 992e69abf4 freicoin: use default db4 now db48 is default 2013-12-23 11:10:18 +01:00
Mathijs Kwik 0be65b20a3 db4: change default 4.5 -> 4.8 2013-12-23 11:10:18 +01:00
Mathijs Kwik 8adf5a4f0c kde-4.1*: use default/latest ffmpeg 2013-12-23 11:03:15 +01:00
Mathijs Kwik 2f166b3a3c vlc: use default/latest ffmpeg 2013-12-23 11:03:15 +01:00
Mathijs Kwik f7500f9571 mplayer2: use default/latest ffmpeg 2013-12-23 11:03:14 +01:00
Mathijs Kwik 70f3d42729 freerdp: pin to ffmpeg 1 2013-12-23 11:03:14 +01:00
Mathijs Kwik 9bd9ac6e8d audacity: pin to ffmpeg 0.10 2013-12-23 11:03:14 +01:00
Mathijs Kwik c6b59a6281 mediatomb: use default/latest ffmpeg 2013-12-23 11:03:14 +01:00
Mathijs Kwik 4fdeca4c57 opencv: use default/latest ffmpeg 2013-12-23 11:03:13 +01:00
Mathijs Kwik 3a1d772861 mlt: use default/latest ffmpeg 2013-12-23 11:03:13 +01:00
Mathijs Kwik 575a8c5f22 mediastreamer: use default/latest ffmpeg 2013-12-23 11:03:13 +01:00
Mathijs Kwik 7177855e4d renpy: use default/latest ffmpeg 2013-12-23 11:03:13 +01:00
Mathijs Kwik d1b14af0e5 grass: pin to ffmpeg 0.10 2013-12-23 11:03:12 +01:00
Mathijs Kwik 31a14a4d0b xinelib: pin to ffmpeg 1 2013-12-23 11:03:12 +01:00
Mathijs Kwik 8e9232e797 baresip: pin to ffmpeg 1 2013-12-23 11:03:12 +01:00
Mathijs Kwik 2c8835c9db xbmc: pin to ffmpeg 1 2013-12-23 11:03:12 +01:00
Mathijs Kwik caaa4d1122 openscenegraph: pin to ffmpeg 0.10 2013-12-23 11:03:11 +01:00
Mathijs Kwik bda93fb1e8 minidlna: pin to ffmpeg 0.10 2013-12-23 11:03:11 +01:00
Mathijs Kwik ef214655d6 cfdg: use default/latest ffmpeg 2013-12-23 11:03:11 +01:00
Mathijs Kwik d735014548 acoustid_fingerprinter: pin to ffmpeg_1 2013-12-23 11:03:10 +01:00
Mathijs Kwik 70c2d2416b gst-ffmpeg: stick to ffmpeg 0.10 2013-12-23 11:03:10 +01:00
Mathijs Kwik 5b4635d6fa ffmpeg: change default 0.10 -> 2.0
This commit, and the "pinnings" that follow should not cause major issues.
I personally checked (build-only) each and every package that depends
on ffmpeg to find the maximum supported version.
I performed this on stdenv-updates+glibc2.18+x-updates but I don't expect
that to matter.
2013-12-23 11:03:10 +01:00
Mathijs Kwik d2ccef5140 ffmpeg: order and cleanup versions 2013-12-23 11:03:09 +01:00
Mathijs Kwik e3acde0b44 ffmpeg: switch to default versioning-scheme 2013-12-23 11:03:09 +01:00
Mathijs Kwik 3493b7cacf webkit: pin to bison 2.7 2013-12-23 10:25:17 +01:00
Mathijs Kwik c9cf6ecd40 bogofilter: get rid of bdb alias 2013-12-23 10:25:16 +01:00
Mathijs Kwik 9f83c13dde go: change default to 1.2 2013-12-23 10:25:13 +01:00
Mathijs Kwik e2e923644f add rethinkdb 2013-12-23 10:21:20 +01:00
Mathijs Kwik 1b9884b7ae opusfile: new package 2013-12-23 10:21:19 +01:00
Mathijs Kwik 95f443fda4 all-packages: remove gcc47 dependencies now gcc48 is default
I checked these and they built fine
2013-12-23 09:59:32 +01:00
Mathijs Kwik fd8d833a86 switch default gccgo to 4.8 2013-12-23 09:59:23 +01:00
Mathijs Kwik 9319597b65 gccgo: add 4.8 2013-12-23 09:59:15 +01:00
Lluís Batlle i Rossell 10f250f65c Adding go 1.2.
It doesn't include godoc anymore.

I could reproduce this, building this package:
http://code.google.com/p/go/issues/detail?id=6999
2013-12-23 09:43:19 +01:00
Karn Kallio a0297b7be4 Add older mdds as libreoffice does not build with current version. 2013-12-22 20:29:07 +02:00
Lluís Batlle i Rossell a7a7e414f0 Updating mpv, and making it use ffmpeg_2 2013-12-22 19:00:05 +01:00
Vladimír Čunát 2b24f1349a Merge master into x-updates 2013-12-21 10:20:55 +01:00
Evgeny Egorochkin 9fa0c71401 add libgcrypt-1.6 2013-12-21 02:28:26 +02:00
Eelco Dolstra dc5cc7cfb3 ncurses: Remove version 5.4
It's not used anywhere, and doesn't build:

http://hydra.nixos.org/build/7204910
2013-12-20 14:48:19 +01:00
Bjørn Forsman 74f63a62f8 docbook2odf: new package
Tested like this:

  nix-build -A docbook2odf
  ./result/bin/docbook2odf --verbose --debug result/share/doc/docbook2odf/examples/book.docbook
  swriter book.odt  # verify that the document looks ok
2013-12-20 12:25:57 +01:00
Vladimír Čunát 4c5a71f777 Merge master into x-updates
Conflicts:
	pkgs/desktops/gnome-2/desktop/gvfs/default.nix
	pkgs/development/libraries/cogl/default.nix
	pkgs/development/libraries/libsoup/2.44.nix
2013-12-18 23:21:29 +01:00
Eelco Dolstra 134ba27ea2 Merge remote-tracking branch 'origin/master' into glibc-2.18 2013-12-18 15:42:54 +01:00
David Virgilio 84b09e26e5 dzen2: new package
"Dzen is a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language." -- https://github.com/robm/dzen
2013-12-17 12:05:42 +00:00
Eelco Dolstra c9cd03f3e5 Fix the right compiler
Doh!
2013-12-17 11:29:08 +01:00
Eelco Dolstra fcf462eb5d gcc: Disable profiled build
This can fail randomly with an error like:

building toplev.o
../../gcc-4.6.3/gcc/reload.c: In function 'find_reloads':
../../gcc-4.6.3/gcc/reload.c:3778:11: error: corrupted value profile: value profile counter (93791 out of 95865) inconsistent with basic-block count (95759)

http://hydra.nixos.org/build/7185029

On the plus side, this makes building GCC much faster because it
re-enables parallel building.
2013-12-16 21:46:05 +01:00
Peter Simons 45e8de9a7d Merge branch 'origin/master' into stdenv-updates.
Conflicts:
	pkgs/tools/misc/less/default.nix
2013-12-16 21:13:24 +01:00
Michael Raskin 06d079e089 Merge pull request #1382 from jagajaga/master
Add MOC (Music on console)
2013-12-14 22:58:09 -08:00
Michael Raskin 5a333ab0c9 Merge pull request #1381 from AndersonTorres/master
MPV: new package
2013-12-14 22:57:23 -08:00
Michael Raskin fc3a316d55 Merge pull request #1361 from iyzsong/ranger
add ranger 1.6.1
2013-12-14 22:51:15 -08:00
Michael Raskin 397721b870 Merge pull request #1360 from tomberek/add_shellinabox
Add shellinabox
2013-12-14 22:50:47 -08:00
Michael Raskin 152f7666af Merge pull request #1340 from bjornfor/ntopng
Add ntopng package and nixos service module
2013-12-14 22:46:49 -08:00
Michael Raskin d2c57ddabb Merge pull request #1383 from iyzsong/love2d
add love-0.9.0
2013-12-14 22:44:50 -08:00
Song Wenwu 87e572a3d1 add love-0.9.0 (use luajit by default) 2013-12-15 14:24:28 +08:00
Arseniy Seroka 674047ed91 Add moc music player 2013-12-15 01:16:18 +04:00
AndersonTorres ed05981c8a It is a first try to an expression for MPV video player.
It certainly needs a bit of improvement and testing, but it works
nicely - so it's a good time to put it to the great public!
2013-12-14 19:46:30 +01:00
Bjørn Forsman 4353a1a873 freecad: add matplotlib and pycollada dependencies
When FreeCAD is started it prints that it's missing matplotlib and
pycollada:

  $ FreeCAD
  [...]
  matplotlib not found, Plot module will be disabled
  pycollada not found, collada support will be disabled.

The closure size of freecad is currently at 1.9 GiB. Adding these two
deps increase it to 2.0 GiB.

Reflow the expression function argument list.
2013-12-14 13:00:46 +01:00
Vladimír Čunát 0fe37b7519 Merge #1269: add vagrant 2013-12-14 11:03:21 +01:00
Petr Rockai c592783741 stepmania: A dance (rhythm) game in the spirit of DDR. 2013-12-13 20:56:36 +02:00
Petr Rockai 8f583cced9 photivo: Add photivo photo processor / RAW development laboratory. 2013-12-13 20:56:35 +02:00
Vladimir Still 6ffa9261f9 tmpwatch: Add package. 2013-12-13 20:56:35 +02:00
Carles Pagès e794dc6a20 rabbitmq-c: add version 0.4.1 2013-12-13 17:10:06 +01:00
Lluís Batlle i Rossell 2e09489895 Adding Apache Thrift. 2013-12-13 11:17:44 +01:00
Moritz Ulrich e69887ea67 LISP: Don't build/download texlive for every lispPackage.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-12 18:49:14 +01:00
Song Wenwu 85372d5fba add ranger 1.6.1 2013-12-12 11:04:38 +08:00
Thomas Bereknyei b7a9e1a998 Add shellinabox 2013-12-11 03:52:30 -05:00
Vladimír Čunát fac74b7aa9 Merge #1344: add cinnamon-session 2013-12-10 22:13:38 +01:00
Vladimír Čunát 1e113b8284 pangomm: update, so we can drop older cairo 2013-12-10 17:14:22 +01:00
Vladimír Čunát 089da3ee5c Merge master into x-updates
Conflicts (simple):
	pkgs/top-level/all-packages.nix
2013-12-10 13:00:02 +01:00
Vladimír Čunát c11747b3f5 merge #1197: gnuplot darwin changes 2013-12-10 12:46:45 +01:00
Song Wenwu 9c8789e8bc add webkitgtk 2.2.3
With minor changes from @vcunat, see #1197.
2013-12-10 12:45:21 +01:00
Eelco Dolstra ed463a7671 boost: Remove 1.53 and 1.54
These don't build against Glibc 2.18, but they're not used anyway
(except by source-highlight, which builds fine against 1.49).
2013-12-10 12:02:53 +01:00
Song Wenwu 7ae520404f libsoup: update from 2.44.1 to 2.44.2
Enable introspection
Renamed from libsoup_2_40 to libsoup_2_44
2013-12-10 10:48:59 +01:00
Peter Simons 486e7736df Merge remote-tracking branch 'origin/master' into stdenv-updates.
Conflicts:
	pkgs/tools/networking/p2p/amule/default.nix
2013-12-10 00:25:54 +01:00
Bjørn Forsman 3cff0a8014 ntopng: new package
ntopng is a high-speed web-based traffic analysis and flow collection
tool. ntopng => ntop next generation.

http://www.ntop.org/products/ntop/
2013-12-09 21:35:01 +01:00
Shea Levy 088f472fe5 Add oracle jdk 7
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-09 11:37:40 -05:00
Peter Simons 6dfc18dc00 gnumake: add version 4.0 2013-12-09 16:14:41 +01:00
Peter Simons e2f8c7a208 all-packages.nix: strip trailing whitespace 2013-12-09 16:09:43 +01:00
Peter Simons aa58b5f571 gnumake: clean up directory structure; no functional change 2013-12-09 16:09:33 +01:00
Roelof Wobben 23bacdf6ea added cinnamon-session.nix 2013-12-08 21:40:52 +01:00
Evgeny Egorochkin a0d8196f60 Use old giflib for packages which lack new versions/compatibility patches for giflib5 2013-12-08 12:36:46 +02:00
Michael Raskin 4d33a94fae Passing giflib 4.1.x to OpenSceneGraph for now 2013-12-08 13:20:07 +04:00
Roelof Wobben 11b337fc76 added cinnamon-session 2013-12-07 20:00:54 +01:00
Vladimír Čunát b36ed39f2e cinnamon: various fixes
cinnamon-translations: use $out/share instead of $out/usr/share,
add version into name

all-packages.nix: refactor
2013-12-07 14:27:21 +01:00
Vladimír Čunát 6690c97569 Merge branch 'master' into x-updates
Conflicts (just different styles, same semantics):
	pkgs/development/libraries/libusb1/default.nix
2013-12-07 14:17:16 +01:00
Michael Raskin fa6e689dcb Use fresh libnl for ntrack 2013-12-07 12:36:31 +04:00
Michael Raskin 2afb58a8d5 Merge pull request #1316 from roelof1967/cinnamon-translations
new pakage:  Cinnamon translations
2013-12-07 00:13:24 -08:00
Michael Raskin 1ce105394b Merge pull request #1337 from codename68/master
Add ocaml packages for version 4.01.0
2013-12-07 00:04:49 -08:00
Michael Raskin 0c63a9283d Merge pull request #1338 from ktosiek/quassel
Rename quassel packages
2013-12-07 00:04:14 -08:00
Lluís Batlle i Rossell 142298495e Fixing the Ultrastardx build. Not tested if it works and how. 2013-12-07 00:07:35 +01:00
Andrew Morsillo 3814415be4 Add robomongo, a GUI for exploring mongodb data and building queries. 2013-12-06 19:40:40 +01:00
David Cadé ba2b36a1d7 Add ocaml packages for version 4.01.0 2013-12-06 15:16:58 +01:00
Tomasz Kontusz b4c5a6f15f Rename quassel packages 2013-12-05 23:56:11 +01:00
Vladimír Čunát 3d3b19d767 Merge #1325: linux-3.2 and grsecurity updates 2013-12-05 23:20:18 +01:00
David Cadé 9bda7275ce added OCaml package ocamlsdl 2013-12-05 16:20:32 +01:00
Michael Raskin 990d9684a4 Merge pull request #1321 from wkennington/mumble
Break mumble into client and server components
2013-12-04 20:56:36 -08:00
Michael Raskin a6087d9139 Merge pull request #1328 from lovek323/drush
drush: add expression
2013-12-04 20:54:52 -08:00
Jason "Don" O'Conal 1d7108d5f5 drush: add expression 2013-12-05 04:38:35 +00:00
Lluís Batlle i Rossell ad90f2f0b8 Adding ffmpeg 2.x 2013-12-04 21:04:30 +01:00
Peter Simons c32bf83301 Merge remote-tracking branch 'origin/master' into stdenv-updates.
Conflicts:
	pkgs/development/interpreters/perl/5.16/default.nix
	pkgs/tools/networking/curl/default.nix
	pkgs/top-level/all-packages.nix
	pkgs/top-level/release-python.nix
	pkgs/top-level/release-small.nix
	pkgs/top-level/release.nix
2013-12-04 18:33:52 +01:00
Ricardo M. Correia 61adb5962c grsecurity: Update to 3.0-3.2.53-201312021727 and 3.0-3.12.2-201312021733 2013-12-04 15:28:21 +01:00
Evgeny Egorochkin b0d281dd58 privoxy: update the build script, add documentation dependency 2013-12-04 04:41:25 +02:00
Peter Simons 01f13be7ae all-packages.nix: cosmetic, no functional change 2013-12-03 22:23:19 +01:00
Jason "Don" O'Conal 28722a265b sup: use specific version of mime types 2013-12-03 17:14:58 +01:00
Eelco Dolstra 929b7bdc4b Merge remote-tracking branch 'origin/master' into glibc-2.18
Conflicts:
	pkgs/development/libraries/glibc/2.17/locales.nix
2013-12-03 09:22:24 -05:00
William A. Kennington III ff1d97f3a4 Add Build Script for Murmur 2013-12-02 20:15:01 -06:00
Vladimír Čunát d09b722f77 Merge master into x-updates 2013-12-02 21:41:16 +01:00
Roelof Wobben 81460560c3 add cinnamon-desktop (close #1314)
Reviewed and refactored by @vcunat.
2013-12-02 21:21:45 +01:00
Michael Raskin 8da629a3b9 Adding libnl 3.2.19 to use instead of the latest with ntrack
ntrack has a bug about fresher libnl compatilbility. There are no
updates since September.
2013-12-02 22:47:52 +04:00
Roelof Wobben a12367d991 changed wrong name in all-packages 2013-12-02 13:29:45 +01:00
Peter Simons 38418526e0 libopensc-dnie: fix reference to opensc
The package is still broken, though.
2013-12-02 13:26:28 +01:00
Peter Simons 1f626579f0 opensc: update to version 0.13.0 2013-12-02 12:37:24 +01:00
Roelof Wobben f3536a0dcb broken translation files 2013-12-02 09:24:08 +01:00
Michael Raskin c00898c7a7 Merge pull request #1297 from wkennington/sysworking2
Update lots of Linux Utilities 2
2013-12-01 05:33:54 -08:00
Vladimír Čunát 1e0865ce62 merge #1309: add cjs -- JavaScript bindings for cinnamon
I also fixed whitespace around.
2013-11-30 22:54:10 +01:00
Roelof Wobben f668fd37df broken patch 2013-11-30 22:46:39 +01:00
Roelof Wobben 34df0b45ba GJS error 2013-11-30 22:46:38 +01:00
Bjørn Forsman 5443dd4c00 pencil: new package
Pencil is a GUI prototyping/mockup tool.

Homepage: http://pencil.evolus.vn/
2013-11-30 17:51:47 +01:00
Michael Raskin b7df5cefc9 Merge pull request #1298 from lovek323/tintin
tintin: add expression
2013-11-29 09:27:16 -08:00
Michael Raskin 1e3ed11000 Merge pull request #1262 from Zoomulator/add_grafx2
grafx2: new package
2013-11-29 09:10:37 -08:00
Jason "Don" O'Conal d4789829fa tintin: add expression 2013-11-29 08:22:57 +00:00
William A. Kennington III 96dc58db9c Upgrade selinux from 20100904 -> 20131030 2013-11-29 02:08:53 -06:00
William A. Kennington III 3f449b8ae6 Add audit 2.3.2 for the new libsemanage 2013-11-29 02:08:52 -06:00
Michael Raskin 0851ed23d8 Merge pull request #1282 from wizeman/grsec-upd
grsecurity: Update to latest version and add patch for kernel 3.12
2013-11-28 21:42:27 -08:00
Moritz Ulrich 32fbf27bc3 Chicken: Downgrade to latest stable release & add pkgs.chicken-dev.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-11-28 22:08:30 +01:00
Michael Raskin 075883c218 Support LuaJIT usage when building love2d 2013-11-28 23:01:05 +04:00
Michael Raskin 64e380c853 Merge pull request #1266 from AndersonTorres/master
Merge request: A Nix expression for Bochs
2013-11-28 02:57:59 -08:00
Domen Kožar 945bcfad30 add ldapvi: interactive LDAP client for Unix terminals. Using it, you can update LDAP entries with a text editor. 2013-11-28 00:15:14 +01:00
Jason "Don" O'Conal c5bc23a259 vagrant: add expression 2013-11-27 23:05:14 +00:00
Ricardo M. Correia 2106191003 grsecurity: Fix module loading during boot due to path restrictions 2013-11-27 01:32:50 +01:00
Ricardo M. Correia 36955aa721 grsecurity: Update to 3.0-3.2.52-201311261307 and add patch for 3.12 2013-11-27 01:32:14 +01:00
Michael Raskin 411535365d Give up and use Oracle JRE for VUE 2013-11-26 22:41:56 +04:00
zimbatm fb596303cf Adds beanstalkd v1.9 2013-11-24 23:13:13 +00:00
Thomas Bereknyei f2581d2894 Add alienfx. Only tested with M11x Made some corrections. Added meta-data Use more of the original makefile 2 space indent 2013-11-24 15:19:54 +01:00
Vladimír Čunát a829337ea6 harfbuzz by default: don't use icu and do use graphite2
Also fix detection, so texLive builds now.
2013-11-24 13:51:12 +01:00
Shea Levy 7ab7be0cc3 Add automake 1.14
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-23 21:18:37 -05:00
Vladimír Čunát 30666ed5ad wayland, weston: update to 1.3.1, fix weston build
Also make Hydra build weston, so we can see the breakages in future.
2013-11-23 23:31:48 +01:00
cillianderoiste d0ce0f836f Merge pull request #1268 from cillianderoiste/tuxonice
TuxOnIce: Add a 3.10 linux kernel with the TuxOnIce hibernation patch
2013-11-23 08:33:36 -08:00
Cillian de Róiste a34354ef81 TuxOnIce: Add a 3.10 linux kernel with the TuxOnIce hibernation patch 2013-11-23 17:21:19 +01:00
Rok Garbas 6aff4d5ee5 zathuraCollection: update to latest
girara -> 0.1.9
zathura-core -> 0.2.5
zathura-djvu -> 0.2.3
zathura-pdf-poppler -> 0.2.4
zathura-ps -> 0.2.2
2013-11-23 15:19:54 +01:00
Vladimír Čunát b5fba47147 Merge branch master into x-updates
Conflicts (not used, deleted):
	pkgs/desktops/xfce/common.nix
2013-11-23 10:22:26 +01:00
Anderson Torres fee5929a42 First commit.
Added Nix expression for Bochs - "the highly portable x86 emulator".
2013-11-23 02:22:05 +01:00
Bjørn Forsman 325894eb1b smc: new package
SMC is a state machine compiler. It generates state machine code from
text input files (state diagrams).

Homepage: http://smc.sourceforge.net/
2013-11-23 00:11:23 +01:00
Kim Simmons d70e11672f grafx2: new package
GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance. Specialized in 256-color drawing.
2013-11-21 11:19:56 +01:00
Rommel M. Martinez 794afb0c78 Update xonotic to 0.7.
Add scheme48 1.9.
2013-11-21 09:41:01 +01:00
Michael Raskin 3f9b50a7bc Merge pull request #1239 from grwlf/yandex-disk
yandex-disk: add the Yandex.Disk cloud storage client
2013-11-21 00:35:45 -08:00
viric 6c8054cabe Merge pull request #1212 from lovek323/awesome
Awesome: fix issue with awesome-client, add expression for 3.5
2013-11-20 06:09:35 -08:00
Jason "Don" O'Conal 76ab3916de awesome-3-5: add expression and nixos module 2013-11-20 01:05:09 +00:00
Rob Vermaas 368ce9b70b Add Fuze for Linux 1.0.5 2013-11-18 20:39:33 +01:00
Vladimír Čunát dc3b8cc801 libwnck3: fix build via disabling introspection
It isn't used anywhere, but fixing it won't hurt (I found by accident).
2013-11-18 20:07:33 +01:00
Sergey Mironov 1fa1dd24ad yandex-disk: add the Yandex.Disk cloud storage client
Details:
http://help.yandex.com/disk/cli-clients.xml
2013-11-18 14:31:50 +04:00
zimbatm 55639c3aeb Adds a new package: direnv 2013-11-17 19:53:54 +01:00
Michael Raskin 98e8d9d5a3 Adding BadVPN network (mostly BPN) tools 2013-11-17 21:48:26 +04:00
Vladimír Čunát 3bcc63913b harfbuzz: major update 0.9.12 -> .24
Also use deps recommended by upstream (by defaul).
2013-11-17 14:16:28 +01:00
Jason "Don" O'Conal f49f9225d5 newsbeuter: add dev expression 2013-11-17 12:06:38 +01:00
Kim Simmons db3abf1c45 nanomsg: new package
Socket library built in C but provides bindings in many languages.
Highly efficient and easy to use.

[@bjornfor: whitespace fixes, quote shell variables and add meta.platforms]
2013-11-16 17:06:12 +01:00
Petr Rockai 52abed95ca all-packages: Add a self-hosted variant of clang. 2013-11-16 13:53:47 +01:00
Petr Rockai 9cfc81b749 clang: Build with gcc 4.7 for better libstdc++. 2013-11-16 13:53:47 +01:00
Kim Simmons a8e3167228 LuaJIT: New package
Just-in-time compiler for lua 5.1 with strong focus on performance.
Uses the same API as lua 5.1 which makes it extremely easy to integrate.
2013-11-15 17:20:29 +01:00
Eelco Dolstra 0c69649a55 glibc: Remove unused version 2.13 2013-11-15 13:26:35 +01:00
Eelco Dolstra 5b22285b53 glibc: Move 2.17 -> 2.18 2013-11-15 12:26:37 +01:00
Vladimír Čunát cee92097c9 emacs23: fix build via using older texinfo 2013-11-15 12:06:14 +01:00
Shea Levy 5fa298c1aa Update npm packages to latest npm2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-14 13:36:08 -05:00
Domen Kožar 38185f8e51 pypy: 2.1 -> 2.2 2013-11-14 16:22:04 +01:00
Lluís Batlle i Rossell 868fa84e3a Adding smartdeblur (gpl3 version, ~1.27) 2013-11-12 22:12:43 +01:00
Moritz Ulrich 96552b683e Erlang: Update to R16B02.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-11-12 20:06:46 +01:00
Rok Garbas f685b08d0d emacs offlineimap mode added 2013-11-12 11:00:58 +01:00
Vladimír Čunát 91028bd151 upower: fix Xfce via --enable-deprecated
Also drop older libusb1 version which is no longer needed with newer upower.
2013-11-12 10:05:57 +01:00
Peter Simons 393689dcea Merge pull request #1202 from Zoomulator/master
gtest: New package, the google c++ testing framework.
2013-11-11 13:15:47 -08:00