taku0
c22b03db0c
firefox-bin: update to version 38.0
2015-05-13 22:19:50 +09:00
Peter Simons
97e5461f46
wxmaxima: build with GTX 3.x.
2015-05-13 15:15:04 +02:00
Tobias Geerinckx-Rice
5f7f793d4e
hplip: coalesce find -exec sed
invocations
...
No need to scan the (biggish) source tree six times, forking a separate
process for every file each time. This was slowing down testing.
2015-05-13 15:09:43 +02:00
Peter Simons
e46a796f5d
haskell-bitcoin-api has been fixed upstream
2015-05-13 13:36:51 +02:00
Peter Simons
bd3e6628ae
haskell-esqueleto: test suite has been fixed upstream
2015-05-13 13:20:11 +02:00
Peter Simons
cf013700ef
haskell-esqueleto: remove obsolete jailbreak for ghc-7.10.x
2015-05-13 13:18:24 +02:00
Peter Simons
3e89fab1f7
haskell-rtorrent-rpc: update ticket link
2015-05-13 13:08:15 +02:00
Peter Simons
c1e62e9e8b
maxima: update to version 5.36.1
2015-05-13 12:17:16 +02:00
Peter Simons
645b1cea6e
wxmaxima: update to 15.04.0
2015-05-13 12:17:01 +02:00
Eelco Dolstra
8c1e98563c
Remove aterm28 from release-small, it's broken
2015-05-13 11:52:10 +02:00
Michael Raskin
e15ed5abf5
Squid: remove --march=native
...
The Squid build default behaivour is to request optimisation for the
current CPU which is not a good idea in distro builds.
2015-05-13 12:39:01 +03:00
Peter Simons
aaa9f837a9
r-modules: fix Hydra evaluation errors
2015-05-13 11:31:39 +02:00
lassulus
4b0cfe67b4
add gzdoom to nixpkgs
2015-05-13 09:35:20 +02:00
Charles Strahan
7021988dd1
Merge pull request #7818 from cstrahan/nmtui2
...
networkmanager: enable nmtui, the curses interface
2015-05-13 00:46:04 -04:00
Ricardo M. Correia
1057771b7d
racerRust: Use stable rust platform
2015-05-13 03:52:17 +02:00
Charles Strahan
ac4515958d
ghcjs: bump ghcjs-boot
...
This updates the git reference of the aeson submodule; the old one
vanished.
2015-05-12 20:04:12 -04:00
Thomas Tuegel
d90aeb7629
kdeApps_15_04.libkgeomap: fix missing marble dependency
2015-05-12 17:08:10 -05:00
Moritz Ulrich
24d5eb262d
Pass: Add pwgen to wrapper.
2015-05-12 23:38:28 +02:00
Arseniy Seroka
a88be46917
Merge pull request #7824 from magnetophon/plugin-torture-master
...
add plugin-torture: a tool to test LADSPA and LV2 plugins
2015-05-12 23:57:31 +03:00
Arseniy Seroka
97cff06f5b
Merge pull request #7814 from jagajaga/vim_plugins
...
vimPlugins: update
2015-05-12 23:57:03 +03:00
Shea Levy
7e1286bf01
jsoncpp: don't rely on coreutils cp
2015-05-12 16:28:07 -04:00
Shea Levy
206d63edac
curl: propagate inputs instead of patching pkgconfig
2015-05-12 13:07:58 -04:00
Shea Levy
f168973bfd
Revert "curl: Improve .pc and .la patching"
...
This breaks on darwin with:
> sed: -e: No such file or directory
This reverts commit 26c37ded73
.
2015-05-12 12:49:36 -04:00
Mateusz Kowalczyk
dc1107af57
Merge pull request #7801 from codyopel/mkvtoolnix
...
mkvtoolnix: 7.8.0 -> 7.9.0
2015-05-12 17:17:09 +01:00
Tobias Geerinckx-Rice
a989b629d9
lz4 128 -> 129
...
- New: LZ4_compress_fast()
- Changed: New lz4 and lz4hc compression API. Previous function
prototypes still supported.
- Changed: Sparse file support enabled by default
- New: LZ4 CLI improved performance compressing/decompressing multiple
files
- Added: LZ4_compress_destSize()
- Fixed: GCC 4.9+ vector optimization
- Changed: Enums converted to LZ4F_ namespace convention
- Added: AppVeyor CI environment, for Visual tests
- Modified:Obsolete functions generate warnings
- Fixed : Bug #75 (unfinished stream)
- Updated: Documentation converted to MarkDown format
2015-05-12 18:13:05 +02:00
Tobias Geerinckx-Rice
f0764dd632
python-packages: SQLAlchemy: skip tests on Py3k
...
They would fail anyway, blocking all dependents for the sake of
a mere test dependency.
2015-05-12 18:13:05 +02:00
Tobias Geerinckx-Rice
8549e0cc99
Revert "python-packages: SQLAlchemy: build"
...
This reverts commit 6e8d1f84f2
.
pysqlite is not available for Python 3. Adding it to buildInputs
makes all packages dependent upon sqlalchemy equally unavailable
for no good reason.
2015-05-12 18:13:05 +02:00
aszlig
a7028d3d07
python2: Pass configureFlags to modules as well.
...
Fixes regression from 086e801d51
.
The switch tu UCS-4 only happened for the main Python interpreter and
libraries, but the extension modules were using the same source but
without any configureFlags, so the extensions still referred to UCS-2
symbols.
Tested module builds of Python 2.7 and all modules except crypto fail.
Also tested against sqlite3 module of Python 2.6, although for other
modules there still seems to be an unrelated build failure with Tcl/Tk
libraries, so we might need to fix that later.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
aszlig
55e66db0fa
python2: Don't fail silently on module build.
...
A build output of such a failure can be found here:
http://hydra.nixos.org/build/21994789/nixlog/1/raw
The build_ext command doesn't return non-zero if it fails but instead
produces a file with a "_failed.so" suffix, which we're now checking
after the build_ext command.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
Mateusz Kowalczyk
7640b92c30
tibia: update to 10.78
2015-05-12 16:51:38 +01:00
Ricardo M. Correia
755df64ee3
Merge pull request #7501 from wizeman/u/upd-rust
...
Add support for Rust / Cargo packaging
2015-05-12 17:30:11 +02:00
Ricardo M. Correia
e40a43cd1f
rustRacer: 2015-04-12 -> 2015-05-04
2015-05-12 17:28:52 +02:00
Ricardo M. Correia
cbdedca255
cargo: 2015-04-14 -> 2015-05-11
2015-05-12 17:28:50 +02:00
Ricardo M. Correia
548e8db249
rustRegistry: 2015-04-23 -> 2015-05-12
2015-05-12 17:28:49 +02:00
Ricardo M. Correia
4c77830a93
rustcMaster: Update from 2015-04-15 -> 2015-05-09
2015-05-12 17:28:48 +02:00
Pascal Wittmann
88fbc8a0da
Merge pull request #7809 from desiderius/attrdict-2.0.0
...
python-packages: new attrdict-2.0.0 package
2015-05-12 17:25:28 +02:00
Pascal Wittmann
e504a9301d
bgs: update from 0.7 to 0.7.1
2015-05-12 17:24:50 +02:00
Thomas Tuegel
f853661229
Merge branch 'kde5'
2015-05-12 09:49:16 -05:00
Thomas Tuegel
50c0b00592
kdeApps_15_04.rocs: add missing dependencies
...
rocs depends on grantlee5 and kdelibs4support, although the latter is undeclared.
2015-05-12 09:47:54 -05:00
Nikolay Amiantov
3e17a5c1d0
haskell-unlambda/brainfuck: Put a note
2015-05-12 17:33:46 +03:00
Bart Brouns
73e1036029
add plugin-torture: a tool to test LADSPA and LV2 plugins
2015-05-12 16:28:32 +02:00
Nikolay Amiantov
cb9764f847
haskell-lambdabot: remove ghc 7.8 patch
2015-05-12 17:25:52 +03:00
Nikolay Amiantov
f83011736f
haskell-mueval: update patch
2015-05-12 17:25:52 +03:00
Nikolay Amiantov
367c7779e0
haskell-dependent-sum-template: updated on Hackage
2015-05-12 17:25:38 +03:00
Nikolay Amiantov
b575dc53ad
yEd: update
2015-05-12 17:25:24 +03:00
Nikolay Amiantov
332df249e6
haskell-misfortune: fix patch
2015-05-12 17:25:24 +03:00
Thomas Tuegel
def321e811
add grantlee-5.0.0
2015-05-12 08:51:55 -05:00
Shea Levy
82ba13111c
ncurses: Fix shouldUsePkg on darwin
2015-05-12 06:26:31 -07:00
Eelco Dolstra
4a22a4429c
gcc-3.4: Remove
...
No longer in use.
2015-05-12 15:05:01 +02:00
Eelco Dolstra
7745c733eb
gcc: Remove duplicate files
2015-05-12 15:05:01 +02:00
Eelco Dolstra
e75b5351ac
gcc-4.9: Sync with changes made to the 4.8 expression
2015-05-12 14:55:18 +02:00
Eelco Dolstra
bbefd04c89
gcc-5: Remove obsolete mudflap reference
2015-05-12 14:55:17 +02:00
Eelco Dolstra
1ba5ef6b6a
viber: Mark as broken
...
It doesn't evaluate due to Qt changes. Also improve checking in
make-tarball.nix to catch this in the future.
2015-05-12 14:30:56 +02:00
Bart Brouns
b90227cd76
add fomp: an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen
2015-05-12 13:59:49 +02:00
Peter Simons
8310a8169f
Merge pull request #7820 from michelk/r-modules/update
...
r-modules: regenerate cran packages (2015-05-11T14:48:00+0100)
2015-05-12 11:59:38 +02:00
aszlig
7d1a4f9e3f
libe-book: Add missing zlib dependency.
...
Since 287ec76
, zlib is no longer propagated by libxml, so we need to add
it as a direct dependency.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 10:45:41 +02:00
Pascal Wittmann
e370872683
Merge pull request #7813 from vbgl/llpp
...
llpp: update to HEAD
2015-05-12 10:30:42 +02:00
desiderius
1fe0ebc0ec
python-packages: new attrdict-2.0.0 package
...
A dict with attribute-style access.
2015-05-12 10:27:30 +02:00
Tobias Geerinckx-Rice
5144f01d4f
stress-ng 0.04.00 -> 0.04.02
2015-05-12 08:45:47 +02:00
Tobias Geerinckx-Rice
6396c04d9f
ccache: enable tests
...
Let's hope this doesn't break all over the place. Works here.
2015-05-12 07:52:59 +02:00
Tobias Geerinckx-Rice
1b6fcfa24e
clipgrab 3.4.9 -> 3.4.11
2015-05-12 07:52:59 +02:00
Tobias Geerinckx-Rice
75ecd2e415
ccache 3.2.1 -> 3.2.2
...
New features and improvements:
- Added support for "CCACHE_COMPILERCHECK=string:<value>". This is a faster
alternative to "CCACHE_COMPILERCHECK=<command>" if the command's output
can be precalculated by the build system.
- Add support for caching code coverage results (compiling for gcov).
Bug fixes:
- Fixed bug which could result in false cache hits when source code contains
'"' followed by " /*" or " //" (with variations).
- Made hash of cached result created with and without "CCACHE_CPP2"
different. This makes it possible to rebuild with "CCACHE_CPP2" set
without having to clear the cache to get new results.
- Don't try to reset a non-existing stats file. This avoids "No such file or
directory" messages in the ccache log when the cache directory doesn't
exist.
- Fixed a bug where ccache deleted clang diagnostics after compiler
failures.
- Avoid performing an unnecessary copy of the object file on a cache miss.
- Bail out on too hard compiler option "-fmodules".
- Bail out on too hard compiler option "-fplugin=libcc1plugin" (interaction
with GDB).
- Fixed build error when compiling ccache with recent clang versions.
- Removed signal-unsafe code from signal handler.
- Corrected logic for when to output cached stderr.
- Wipe the whole cached result on failure retrieving a cached file.
- Fixed build error when compiling ccache with recent clang versions.
2015-05-12 07:52:59 +02:00
Michel Kuhlmann
aabee7eb46
r-modules: regenerate 2015-05-11T14:48:00+0100
2015-05-12 07:47:41 +02:00
Charles Strahan
1677b33162
networkmanager: enable nmtui, the curses interface
2015-05-11 20:54:17 -04:00
William A. Kennington III
bd69c51ddf
trousers: Fix darwin build
2015-05-11 15:58:17 -07:00
Peter Simons
430c3e08b4
python-SQLAlchemy: the buildInput attributes in the derived expressions are unnecessary
2015-05-12 00:35:13 +02:00
William A. Kennington III
2c9481e0fd
libssh2: Fix for darwin
2015-05-11 15:18:08 -07:00
William A. Kennington III
5eda8246a4
gss: Fix on darwin
2015-05-11 15:15:04 -07:00
William A. Kennington III
0b3af3074e
libgcrypt: Fix darwin build
2015-05-11 15:14:22 -07:00
William A. Kennington III
26c37ded73
curl: Improve .pc and .la patching
2015-05-11 15:12:38 -07:00
William A. Kennington III
3e5a0c0034
pulseaudio: Fix logic
2015-05-11 14:59:05 -07:00
Eric Seidel
662a6b1ca6
remove all references to stdenv.cc.cc.is{GNU,Clang}
...
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
2015-05-11 14:44:50 -07:00
Eric Seidel
395829686d
add is{GNU,Clang} attrs to cc-wrapper.
...
These will be more pleasant to use than the existing
(cc.cc.isClang or false)
nonsense we currently do.
2015-05-11 14:39:36 -07:00
Peter Simons
ea0c877858
python-SQLAlchemy: test suite dependencies don't need to propagate
2015-05-11 23:36:13 +02:00
Peter Simons
0c32585e67
anki: polish meta section
2015-05-11 23:30:50 +02:00
Peter Simons
f5d8fb8409
anki: fix Emacs syntax highlighting
2015-05-11 23:30:15 +02:00
Peter Simons
c6ca7a0be1
anki: update to SQLAlchemy 9
2015-05-11 23:29:19 +02:00
Peter Simons
b37e68b09f
python-packages.nix: fix Emacs syntax highlighting
2015-05-11 23:26:32 +02:00
Peter Simons
d9e83b77a6
python-packages.nix: drop trailing whitespace
2015-05-11 23:26:32 +02:00
Peter Simons
1eec4a4a10
python-SQLAlchemy: add pysqlite module to fix the test suite
...
http://hydra.cryp.to/build/817910/nixlog/1/raw
2015-05-11 23:26:31 +02:00
Eric Seidel
84e1c276e6
Merge pull request #7756 from ericbmerritt/fix-osx-crypto++
...
This resolves crypto++ build problems on OSX
2015-05-11 14:19:15 -07:00
Tobias Geerinckx-Rice
6e8d1f84f2
python-packages: SQLAlchemy: build
...
Fix test failure by adding pysqlite dependency (buildInputs only).
2015-05-11 23:12:09 +02:00
Tobias Geerinckx-Rice
c7c10f28ad
netsniff-ng -> 0.5.9
2015-05-11 23:12:09 +02:00
Peter Simons
087892c42d
haskell-aeson test suite is broken.
...
haskell-email-validate test suite has been fixed.
2015-05-11 22:27:51 +02:00
Arseniy Seroka
a4fc6eb596
vimPlugins: update
2015-05-11 22:46:41 +03:00
Vincent Laporte
a3e14b94cb
llpp: update to HEAD
...
Current latest tagged version (v21) has been broken
since mupdf has been updated to 1.7.
2015-05-11 21:24:41 +02:00
Pascal Wittmann
a16cd707bd
Merge pull request #7804 from codyopel/global
...
global: refactor
2015-05-11 21:15:38 +02:00
Peter Simons
6a95cd085f
Merge pull request #7805 from codyopel/ctags
...
ctags: 804 -> 816
2015-05-11 19:18:56 +02:00
Eelco Dolstra
5cbf69564b
pulseaudio: Combat dependency bloat
...
In particular, don't depend on GTK+ 3.
2015-05-11 18:17:59 +02:00
Pascal Wittmann
d9383746e6
bgs: update from 0.6 to 0.7
2015-05-11 18:16:12 +02:00
Peter Simons
4ead7bc0b7
hackage-packages.nix: update to 65d3f6a305
with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e
2015-05-11 17:01:56 +02:00
Wout Mertens
c7893e960d
efibootmgr/var: upgrade
2015-05-11 14:25:17 +00:00
Eelco Dolstra
c206c9cd95
libmicrohttpd: Don't enable some expensive features by default
...
Commit c5d13d4fe9
caused libmicrohttpd
to be not so micro anymore, increasing its closure size from 40 MiB to
283 MiB, which is annoying for packages like systemd that use it. So
don't enable httpd/spdy support by default.
2015-05-11 14:46:27 +02:00
Michel Kuhlmann
61432ad2a6
qgis: update to 2.8.2
2015-05-11 13:12:24 +02:00
Shea Levy
c13f189b19
ats-extsolve: bump
2015-05-11 06:41:53 -04:00
codyopel
46d30ae22f
mkvtoolnix: 7.8.0 -> 7.9.0
2015-05-11 06:20:12 -04:00
Arseniy Seroka
c0727fb751
Merge pull request #7788 from Lassulus/charybdis
...
add charybdis nixos module
2015-05-11 12:57:58 +03:00
Eelco Dolstra
748be0b5d0
thunderbird: Update to 31.6.0
...
Fixes various critical vulnerabilities.
2015-05-11 11:46:57 +02:00
lassulus
caf62e8bfb
add charybdis to nixpkgs
2015-05-11 11:38:43 +02:00
codyopel
4cba460737
ctags: 804 -> 816
2015-05-11 05:27:53 -04:00
Eelco Dolstra
2e953d1bdc
Merge pull request #7796 from puffnfresh/package/eventstore
...
Fix Hydra build of EventStore
2015-05-11 11:15:17 +02:00
William A. Kennington III
1199d23a39
ceph: 0.94.1 -> 0.94.1.1
2015-05-11 01:29:17 -07:00
codyopel
b8f1d6c9db
global: refactor
2015-05-11 04:22:26 -04:00
Domen Kožar
bb4d658f64
Merge branch 'master' into staging
...
Conflicts:
nixos/doc/manual/release-notes/rl-unstable.xml
nixos/modules/services/printing/cupsd.nix
pkgs/applications/misc/calibre/default.nix
pkgs/development/haskell-modules/hackage-packages.nix
pkgs/development/libraries/libsodium/default.nix
pkgs/misc/emulators/wine/unstable.nix
pkgs/top-level/all-packages.nix
2015-05-11 10:05:23 +02:00
William A. Kennington III
c3bdabca73
Merge pull request #7803 from codyopel/intltool
...
intltool: refactor
2015-05-11 00:35:06 -07:00
codyopel
4b07d16827
intltool: refactor
2015-05-11 03:11:30 -04:00
Pascal Wittmann
cf87977268
Merge pull request #7802 from codyopel/smtube
...
smtube: 15.1.0 -> 15.5.10
2015-05-11 08:58:28 +02:00
William A. Kennington III
5a117814b8
pam: 1.1.8 -> 1.2.0
2015-05-10 22:39:31 -07:00
William A. Kennington III
df3d2010ae
libinput: 0.14.1 -> 0.15.0
2015-05-10 22:35:05 -07:00
William A. Kennington III
f8caa8f940
vlc: 2.2.0 -> 2.2.1
2015-05-10 22:34:53 -07:00
Kranium Gikos Mendoza
6f634e3c3a
Add kbdlight package and setuid wrapper
...
update nixos/modules/programs/kbdlight.nix to use mkEnableOption
2015-05-11 13:23:01 +08:00
codyopel
54de18c4aa
smtube: 15.1.0 -> 15.5.10
2015-05-11 01:19:24 -04:00
Charles Strahan
e3696ed37f
ghcjs: bump ghcjs-prim
...
closes #7768
2015-05-11 00:52:52 -04:00
William A. Kennington III
142b48688c
edac-utils: Add derivation
2015-05-10 18:18:31 -07:00
Shea Levy
d983875362
gcc-5: Fix build on darwin
2015-05-10 18:06:29 -07:00
Ricardo M. Correia
aa75bb25d8
grsecurity: Update stable and test patches
...
stable: 3.1-3.14.41-201505072056 -> 3.1-3.14.41-201505101121
test: 3.1-4.0.2-201505072057 -> 3.1-4.0.2-201505101122
2015-05-11 02:45:38 +02:00
Charles Strahan
7493d6f1f6
marathon: 0.8.0 -> 0.8.1
2015-05-10 19:56:46 -04:00
Charles Strahan
9d9e21c7fd
mesos: 0.21.0 -> 0.22.0
...
This also enables the network isolation feature that was introduced in
Mesos 0.20.0.
2015-05-10 17:23:20 -04:00
Tobias Geerinckx-Rice
029db1fdf4
Merge pull request #7401 from bendlas/geoip-database
...
geoip: Install geolite database by default
2015-05-10 22:20:44 +02:00
Peter Simons
eafd67b45e
haskell-wreq has been fixed upstream
2015-05-10 22:14:46 +02:00
Peter Simons
e9e07667b2
haskell-cryptol: override is no longer necessary
2015-05-10 22:14:46 +02:00
Peter Simons
c2c724bcaf
haskell-stm-queue-extras: override is no longer necessary
2015-05-10 22:14:46 +02:00
Peter Simons
7f76150662
haskell-call: build should be fixed, but the dependency audiovisual is still broken
2015-05-10 22:14:46 +02:00
Peter Simons
7b49289c74
hackage-packages.nix: update to 4f492cbdcc
with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e
2015-05-10 22:14:42 +02:00
Brian McKenna
6305e506b3
Fix Hydra build of EventStore
...
Need to patch the build.sh shebang to make it pure.
2015-05-10 12:46:54 -06:00
Benno Fünfstück
2818017347
Merge pull request #7791 from vandenoever/elm
...
Fix compilation of language-glsl.
2015-05-10 19:02:30 +02:00
Jos van den Oever
d8b93eb1cd
Fix compilation of language-glsl.
...
The issue / patch https://github.com/noteed/language-glsl/pull/10 fixes
a compilation problem with language-glsl.
The packages pretty and prettyclass conflicted when compiled with GHC 7.10.
2015-05-10 18:50:07 +02:00
Arseniy Seroka
87b4f9286d
Merge pull request #7604 from bendlas/wine64
...
wine: add 64 bit build and module
2015-05-10 19:13:37 +03:00
Arseniy Seroka
f6016b9a7b
Merge pull request #7784 from seppeljordan/emulationstation
...
Update emulationstation 2.0.0.rc1 -> 2.0.1a
2015-05-10 19:07:46 +03:00
Stewart Mackenzie
8a82935d46
gnuradio-osmosdr: add hackrf support
2015-05-10 17:51:01 +02:00
Herwig Hochleitner
ae6d2796bc
wine: add 64 bit build and nixpkgs configuration
...
The default release channel (stable/unstable) and the default
build (wine32/wine64/wineWow) can be customized via the "wine" key in config
2015-05-10 15:45:01 +02:00
Domen Kožar
b7f15c43da
fix evals /cc @ttuegel
2015-05-10 13:46:32 +02:00
Domen Kožar
4f2b49744d
docker: fix build
2015-05-10 13:46:32 +02:00
Jascha Geerds
e9cf6cd34f
cups: Use systemd files provided by CUPS
2015-05-10 13:46:32 +02:00
Jascha Geerds
252bc4a4b9
cups: Add xdg_utils to build inputs
2015-05-10 13:46:32 +02:00
Jascha Geerds
b89bf5668a
cups: Refactor meta attributes
2015-05-10 13:46:32 +02:00
William A. Kennington III
862510079a
cups: 1.7.5 -> 2.0.2
2015-05-10 13:46:32 +02:00
Michael Raskin
de02c8e880
Update Pipelight to use wine-staging
2015-05-10 13:46:32 +02:00
Michael Raskin
a31b9e1816
Update Wine staging to match Wine unstable
2015-05-10 13:46:31 +02:00
Michael Raskin
ed38a2d32b
Explicitly pass -pthread flag to fix the build after some updates
2015-05-10 13:46:31 +02:00
Michael Raskin
ae3b88aae4
Update SBCL
2015-05-10 13:46:31 +02:00
Michael Raskin
6219db292c
Update LiquidWar
2015-05-10 13:46:31 +02:00
Michael Raskin
8a4630d9dd
Update Wine unstable
2015-05-10 13:46:31 +02:00
Michael Raskin
3dab0e11ee
Update GlusterFS
2015-05-10 13:46:31 +02:00
Michael Raskin
b51dbb22dd
Update badvpn
2015-05-10 13:46:31 +02:00
Michael Raskin
84ffa4d489
Update CL-Launch
2015-05-10 13:46:31 +02:00
Michael Raskin
53f8245494
Update luarocks
2015-05-10 13:46:31 +02:00
Michael Raskin
87eb733e5b
Update IPMIutil
2015-05-10 13:46:31 +02:00
Michael Raskin
b5b7c825f6
Update atanks
2015-05-10 13:46:31 +02:00
Michael Raskin
986a949a42
Update XDaliClock
2015-05-10 13:46:30 +02:00
Michael Raskin
ebadf1ff3f
Update firejail
2015-05-10 13:46:30 +02:00
Michael Raskin
be221a05ed
Update Regina/REXX
2015-05-10 13:46:30 +02:00
Michael Raskin
749cc094c6
Update allegro5-unstable
2015-05-10 13:46:30 +02:00
Michael Raskin
c9da13e240
Update SQLite
2015-05-10 13:46:30 +02:00
Michael Raskin
8add274418
Update Nginx
2015-05-10 13:46:30 +02:00
Michael Raskin
3ed214e53c
Update ZPAQ
2015-05-10 13:46:30 +02:00
Domen Kožar
5c6f159cd5
subunit: split package into everything and python lib
2015-05-10 13:46:30 +02:00
Domen Kožar
4827deaf00
pythonPackages: a bunch of build fixes
2015-05-10 13:46:30 +02:00
William A. Kennington III
3da4a55ac4
screenfetch: 3.6.2 -> 2015-04-20
2015-05-10 13:46:29 +02:00
codyopel
c250cf6f53
libsodium: refactor & remove duplicate
2015-05-10 13:46:29 +02:00
codyopel
6c0b0a0248
avxsynth: refactor & 2013-05-10 -> 2015-04-07
2015-05-10 13:46:02 +02:00
Erik Timan
d57a93f04b
python-packages: icalendar 3.8.4 -> 3.9.0
...
dateutil is a new depencency for icalendar 3.9.0.
2015-05-10 13:46:02 +02:00
Erik Timan
7dbe0ff77b
python-packages: disable older than 2.7 for azure
2015-05-10 13:46:02 +02:00
Erik Timan
34b50b6765
python-packages: azure 0.10.0 -> 0.10.2
2015-05-10 13:46:02 +02:00
Joachim Fasting
f7dc64575d
libsodium: 1.0.2 -> 1.0.3
2015-05-10 13:46:02 +02:00
Brian McKenna
a6f1db46e7
Add EventStore package
...
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-10 13:46:02 +02:00
Tobias Geerinckx-Rice
4081886d1a
alloy: remove left-over no-op
2015-05-10 13:46:02 +02:00
Tobias Geerinckx-Rice
5dae1f659e
man-pages 3.83 -> 4.00
2015-05-10 13:46:02 +02:00
Tobias Geerinckx-Rice
8bba7c5cf1
Add cfr 0_100: another Java decompiler
2015-05-10 13:46:01 +02:00
rushmorem
a7a0fcfbd2
Add s3ql package
...
S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3, or OpenStack. S3QL effectively
provides a hard disk of dynamic, infinite capacity that can be accessed
from any computer with internet access running Linux, FreeBSD or OS-X.
2015-05-10 13:46:01 +02:00
Peter Simons
535cbdbf73
haskell-email-validate: disable test suite to fix the build
...
Reported in https://github.com/Porges/email-validate-hs/issues/12 .
2015-05-10 13:46:01 +02:00
Peter Simons
c65e48ca96
haskell-sandi: jailbreak restriction on "base == 4.8.*" so that we can build git-annex and hledger
...
Reported in https://github.com/magthe/sandi/issues/7 .
2015-05-10 13:46:01 +02:00
Peter Simons
d484328619
hackage-packages.nix: update to 7424fa13db
with hackage2nix revision 5e6df99a29c3e80bb071af288038312b19baf022
2015-05-10 13:46:01 +02:00
koral
29daa71ce9
git: 2.3.6 -> 2.4.0
2015-05-10 13:46:01 +02:00
koral
856f1c79e1
slock: 1.1 -> 1.2
2015-05-10 13:46:01 +02:00
koral
cc8a0372e4
ranger: 1.7.0 -> 1.7.1
2015-05-10 13:46:01 +02:00
koral
839f3c3ab7
rmlint: 2.0.0 -> 2.1.0
2015-05-10 13:46:00 +02:00
Peter Simons
60d405f573
haskell-smaoin has been fixed upstream.
2015-05-10 13:46:00 +02:00
koral
192cc69176
mpv: 0.8.3 -> 0.9.1
2015-05-10 13:46:00 +02:00
Peter Simons
132e0fed79
hackage-packages.nix: update to 533fd30acc
with hackage2nix revision f8474108eabeb513175d845709f749070ffdd8ba
2015-05-10 13:46:00 +02:00
koral
81549b0136
Added jellyfish python package.
2015-05-10 13:46:00 +02:00
Aistis Raulinaitis
4672fa43d9
z3 opt
2015-05-10 13:46:00 +02:00
Richard Wallace
2b45d39720
no longer need to patch reactive-banana, latest version has all the necessary instances
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
62382e6a6f
alloy: use installPhase instead of ./builder.sh
...
Also pass on any arguments from the shell wrapper to the .jar.
And be less clever with shell strings.
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
9870b076f5
phc-intel: don't try to build on _grsec kernels
...
It will fail.
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
f904376904
Add alloy 4.2_2015-02-22: relational modeller
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
b9b8fec6ae
Add phc-intel: undervolt Intel CPUs under Linux
2015-05-10 13:45:59 +02:00
Eric Seidel
927faba5c7
emacs-packages: add swiper
2015-05-10 13:45:59 +02:00
Renzo Carbonara
9130b8d877
Haskell: explicit reflex-dom dependencies for GHCJS
...
When building `reflex-dom` for GHCJS, the following dependencies are not
needed and will fail to build: glib, gtk3, webkitgtk3,
webkitgtk3-javascriptcore. Now we explicitely need the dependencies
needed for building for GHCJS.
2015-05-10 13:45:59 +02:00
John Wiegley
ec1e3050fe
coqPackages.QuickChick: New expression
2015-05-10 13:45:59 +02:00
Charles Strahan
f6f6156625
ghcjs: set NIX_GHCJS_* variables in env.
2015-05-10 13:45:59 +02:00
Stewart Mackenzie
d1d5f587b2
hackrf: new package
2015-05-10 13:45:59 +02:00
Charles Strahan
4e04fdce86
ghcjs: properly wrap binaries in environment
...
This also:
1 Builds Setup.hs with ghcjs, which (among other things) defines
__GHCJS__ and ghcjs_HOST_OS during pre-processing.
2 Fixes ghc-paths to point at ghcjs and use NIX_GHCJS_* env-vars.
3 Boots ghcjs into $prefix/lib/$compiler.
2015-05-10 13:45:59 +02:00
Michael Alan Dorman
27d4e762a0
Add wpa_supplicant p2p patch.
...
wpa_supplicant 2.4 appears to have a serious bug that makes impossible
to use wifi for some number of people.
(See https://bbs.archlinux.org/viewtopic.php?id=196584 for an example)
It was resolved in a patch for the to-be-released 2.5 which it seemed
worth it to cherry-pick here.
2015-05-10 13:45:59 +02:00
William A. Kennington III
247bce6eb0
nss: 3.18.1 -> 3.19
2015-05-10 13:45:59 +02:00
William A. Kennington III
861e5e7573
gnutls: Remove potentially insecure 3.2
2015-05-10 13:45:59 +02:00
Bart Brouns
6a51742e4b
add x42-plugins: a collection of LV2 plugins by Robin Gareus
2015-05-10 13:45:26 +02:00
Michael Alan Dorman
235cf187cc
Fix calibre PDF handling
...
In c0d5cd0ff9
, the binaries for poppler
were carved off into a separate package, and calibre has had broken pdf
support since. This changes all dependencies on poppler to
poppler_utils, which fixes this support, much as was done for
cups_filter in 394562655f
.
2015-05-10 13:45:26 +02:00
Dario Bertini
86290712d2
Enable old pythons' wide builds
2015-05-10 13:45:26 +02:00
Lluís Batlle i Rossell
caeaddcf18
Enabling NEON for armv7l. Also use a common platform for armv7.
...
I added some comments about our decision for fpu flags. It's about the boards
we have in mind to support. NVidia Tegra2 is out, because it lacks neon.
2015-05-10 10:59:29 +00:00
Domen Kožar
f550eb7fde
docker: fix build
2015-05-10 12:41:21 +02:00
Jascha Geerds
4ac95ab328
cups: Use systemd files provided by CUPS
2015-05-10 12:41:20 +02:00
Jascha Geerds
5f5ba7dda0
cups: Add xdg_utils to build inputs
2015-05-10 12:41:20 +02:00
Jascha Geerds
0a090d80ac
cups: Refactor meta attributes
2015-05-10 12:41:20 +02:00
William A. Kennington III
d6edaea4f7
cups: 1.7.5 -> 2.0.2
2015-05-10 12:41:20 +02:00
Michael Raskin
bbcc0c0f07
Update Pipelight to use wine-staging
2015-05-10 13:36:48 +03:00
Michael Raskin
90453cc5ca
Update Wine staging to match Wine unstable
2015-05-10 13:36:48 +03:00
Michael Raskin
a54e796cff
Explicitly pass -pthread flag to fix the build after some updates
2015-05-10 13:36:47 +03:00
Michael Raskin
47c2726363
Update SBCL
2015-05-10 13:36:47 +03:00
Michael Raskin
666a5c5eb6
Update LiquidWar
2015-05-10 13:36:47 +03:00
Michael Raskin
ede1211cbc
Update Wine unstable
2015-05-10 13:36:47 +03:00
Michael Raskin
193f2c0e21
Update GlusterFS
2015-05-10 13:36:46 +03:00
Michael Raskin
2fe8b04010
Update badvpn
2015-05-10 13:36:46 +03:00
Michael Raskin
fdd0a1f7f8
Update CL-Launch
2015-05-10 13:36:46 +03:00
Michael Raskin
d1d2a9856c
Update luarocks
2015-05-10 13:36:45 +03:00
Michael Raskin
d3160f6f44
Update IPMIutil
2015-05-10 13:36:45 +03:00
Michael Raskin
f7c5343c65
Update atanks
2015-05-10 13:36:45 +03:00
Michael Raskin
b766d9697a
Update XDaliClock
2015-05-10 13:36:45 +03:00
Michael Raskin
c25495bcff
Update firejail
2015-05-10 13:36:44 +03:00
Michael Raskin
9ebdf9f8a9
Update Regina/REXX
2015-05-10 13:36:44 +03:00
Michael Raskin
47011aa614
Update allegro5-unstable
2015-05-10 13:36:44 +03:00
Michael Raskin
1a407e9311
Update SQLite
2015-05-10 13:36:44 +03:00
Michael Raskin
f6e852554c
Update Nginx
2015-05-10 13:36:43 +03:00
Michael Raskin
2a5679aeaa
Update ZPAQ
2015-05-10 13:36:43 +03:00
Domen Kožar
5a330ad306
Merge pull request #7724 from berdario/python-wide-builds
...
Enable old pythons' wide builds
2015-05-10 12:18:02 +02:00
Domen Kožar
90ee280913
subunit: split package into everything and python lib
2015-05-10 11:39:42 +02:00
Domen Kožar
7142d47991
pythonPackages: a bunch of build fixes
2015-05-10 10:11:29 +02:00
Domen Kožar
7bda733f8b
Merge pull request #7782 from olcai/python-azure
...
python-packages: azure 0.10.0 -> 0.10.2
2015-05-10 09:18:34 +02:00
Domen Kožar
646ae5458c
Merge pull request #7783 from olcai/icalendar
...
python-packages: icalendar 3.8.4 -> 3.9.0
2015-05-10 09:17:28 +02:00
William A. Kennington III
eb1b8183bc
screenfetch: 3.6.2 -> 2015-04-20
2015-05-09 17:41:40 -07:00
Sebastian Jordan
72d3d6fbfc
Update emulationstation 2.0.0.rc1 -> 2.0.1a
2015-05-10 01:49:09 +02:00
Arseniy Seroka
442a271bc9
Merge pull request #7752 from puffnfresh/package/eventstore
...
Add EventStore package
2015-05-10 01:28:38 +03:00
William A. Kennington III
1ef5a4990e
Merge pull request #7770 from codyopel/avxsynth
...
avxsynth: refactor & 2013-5-10 -> 2015-4-7
2015-05-09 15:25:05 -07:00
codyopel
7a794e1797
libsodium: refactor & remove duplicate
2015-05-09 18:20:06 -04:00
codyopel
b807d8daeb
avxsynth: refactor & 2013-05-10 -> 2015-04-07
2015-05-09 18:13:52 -04:00
Erik Timan
f541c61e22
python-packages: icalendar 3.8.4 -> 3.9.0
...
dateutil is a new depencency for icalendar 3.9.0.
2015-05-09 23:33:12 +02:00
Pascal Wittmann
28a9f86061
Merge pull request #7781 from joachifm/libsodium-1_0_3
...
libsodium: 1.0.2 -> 1.0.3
2015-05-09 23:18:42 +02:00
Lluís Batlle i Rossell
282354a6cf
Updating cjdns to latest master.
...
It has important stability fixes.
2015-05-09 20:22:58 +00:00
Erik Timan
8d8c7c3600
python-packages: disable older than 2.7 for azure
2015-05-09 20:02:40 +00:00
Erik Timan
b884826d15
python-packages: azure 0.10.0 -> 0.10.2
2015-05-09 19:32:32 +00:00
Joachim Fasting
44cdda7afb
libsodium: 1.0.2 -> 1.0.3
2015-05-09 20:40:42 +02:00
Mateusz Kowalczyk
82da4096ad
Merge pull request #7775 from k0ral/mpv
...
mpv: 0.8.3 -> 0.9.1
2015-05-09 19:15:18 +01:00
Brian McKenna
1ad2fa452a
Add EventStore package
...
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-09 11:46:01 -06:00
Benjamin Saunders
f392d36b17
libuv: version 1.5.0
2015-05-09 17:13:51 +00:00
Lluís Batlle i Rossell
d8a2bb86c0
Raspberry Pi 2 changes to make it boot.
...
It boots, but some things still don't work:
1) Installation of DTBs
2) Boot of initrd
Booting still needs a proper config.txt in /boot, which could probably be
managed by NixOS.
2015-05-09 17:05:24 +00:00
Tobias Geerinckx-Rice
8f74b653d2
alloy: remove left-over no-op
2015-05-09 17:40:51 +02:00
Tobias Geerinckx-Rice
4c05e48411
man-pages 3.83 -> 4.00
2015-05-09 17:38:35 +02:00
Tobias Geerinckx-Rice
41ad1f947b
Add cfr 0_100: another Java decompiler
2015-05-09 17:38:35 +02:00
Arseniy Seroka
a360ce48ec
Merge pull request #7774 from rushmorem/s3ql
...
Add s3ql package
2015-05-09 17:41:06 +03:00
rushmorem
cd11803aa1
Add s3ql package
...
S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3, or OpenStack. S3QL effectively
provides a hard disk of dynamic, infinite capacity that can be accessed
from any computer with internet access running Linux, FreeBSD or OS-X.
2015-05-09 16:28:11 +02:00