1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

80144 commits

Author SHA1 Message Date
Peter Simons 8e0f0776aa mini-httpd: update to version 1.6 2016-04-04 15:06:32 +02:00
Graham Christensen 5024e03542 pythonPackages.pyramid_beaker: 0.7 -> 0.8, mark as broken
Beaker was updated to 1.8.0 which caused pyramid_beaker to fail tests.
0.8 was released in 2013.
2016-04-04 07:42:38 -05:00
Graham Christensen 2ce26f4f94 kiwix: mark as broken
Compiling is now emitting:

    ../common/kiwix/kiwix_serve-searcher.o: In function `kiwix::Searcher::getHtml[abi:cxx11]()':
    /tmp/nix-build-kiwix-0.9.drv-0/kiwix-0.9/src/server/../common/kiwix/searcher.cpp:142: undefined reference to `CTPP::CDT::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
    ... snip ...
    /tmp/nix-build-kiwix-0.9.drv-0/kiwix-0.9/src/server/../common/kiwix/searcher.cpp:191: undefined reference to `CTPP::CDT::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
    /tmp/nix-build-kiwix-0.9.drv-0/kiwix-0.9/src/server/../common/kiwix/searcher.cpp:201: undefined reference to `CTPP::SimpleVM::Run(CTPP::CDT&, CTPP::VMLoader const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, CTPP::Logger&)'
    collect2: error: ld returned 1 exit status
    Makefile:506: recipe for target 'kiwix-serve' failed
    make[2]: *** [kiwix-serve] Error 1
    make[2]: Leaving directory '/tmp/nix-build-kiwix-0.9.drv-0/kiwix-0.9/src/server'
    Makefile:396: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/tmp/nix-build-kiwix-0.9.drv-0/kiwix-0.9/src'
    Makefile:456: recipe for target 'all-recursive' failed
    make: *** [all-recursive] Error 1
2016-04-04 07:42:38 -05:00
Graham Christensen 2ec1d2c738 sup: 0.20.0 -> 0.22.1 2016-04-04 07:42:38 -05:00
Graham Christensen 374709f308 xapian: 1.2.21 -> 1.2.23 and disable PHP support in xapianBindings
xapianBindings hasn't been building against PHP for a few months now,
and no other packages in nixpkgs expects PHP support at this time.
2016-04-04 07:42:38 -05:00
Graham Christensen e3a335dd37 xapian-bindings:1.2.8 -> 1.2.23 2016-04-04 07:42:38 -05:00
Graham Christensen 2b462dc2ef xapian-bindings: build against php56
xapian-bindings does not support php7, as SWIG doesn't support PHP 7.0
yet, according to https://xapian.org/docs/bindings/php/
2016-04-04 07:42:38 -05:00
Graham Christensen 2c0310d8d8 xapian10/xapianBindings10: Remove, 5 years old. 2016-04-04 07:42:38 -05:00
Thomas Tuegel c74cbb824b Merge pull request #14429 from samuelrivas/avoid-conflicts-in-emacs-withpackages
Avoid conflicts in emacs withpackages
2016-04-04 07:39:35 -05:00
joachifm a6c94cc552 Merge pull request #14432 from Profpatsch/sent-patches
sent: optional `patches` argument
2016-04-04 13:23:14 +02:00
Profpatsch e39f072ce3 sent: optional patches argument
sent (like most suckless tools) is configured by recompiling with some
header changes. This eases the configuration.
2016-04-04 13:08:46 +02:00
joachifm f09854c379 Merge pull request #14426 from nbp/fix-rl1603-typo
Fix typo in service.syncthing.dataDir description.
2016-04-04 12:41:35 +02:00
joachifm 6448f2541c Merge pull request #14407 from ktosiek/gnaural-gcc
gnaural: build with gcc49
2016-04-04 12:05:49 +02:00
Peter Simons c4ef028d56 Merge pull request #14438 from cruegge/master
emacs25pre: call autogen.sh before configuring
2016-04-04 11:50:34 +02:00
Christoph Ruegge c251f82de9 emacs25pre: call autogen.sh before configuring 2016-04-04 11:03:02 +02:00
joachifm bcc8e0ca1e Merge pull request #14434 from mucaho/vscode_shrink
vscode: shrink derivation size
2016-04-04 02:14:09 +00:00
mucaho 0c195db5dd vscode: shrink derivation size
Prune out compile-time dependencies.
2016-04-04 02:49:58 +01:00
joachifm 560b15a27b Merge pull request #14431 from nico202/libtorrent
libtorrentRasterbar: 1.0.6 -> 1.0.9
2016-04-04 01:26:53 +00:00
Profpatsch c03c2acc93 pythonPackages/yolk: init at 0.4.3 2016-04-04 02:52:41 +02:00
= 9d8d875918 libtorrentRasterbar: 1.0.6 -> 1.0.9 2016-04-04 00:37:24 +02:00
joachifm 9f1576313d Merge pull request #14428 from NeQuissimus/kernel46rc2
linux_testing: 4.6-rc1 -> 4.6-rc2
2016-04-03 20:34:05 +00:00
Samuel Rivas f1b0d6410e emacsWithPackages: reduce some duplication 2016-04-03 21:21:50 +02:00
Tim Steinbach 5ef5e59c56 linux_testing: 4.6-rc1 -> 4.6-rc2 2016-04-03 19:14:31 +00:00
Samuel Rivas 2b199537b7 emacsWithPackages: move bin and site-lisp to private share directory
This is to avoid unwanted side effects when installing a wrapped emacs in the environment:

  * All executables in the dependencies become available in the user environment
  * All site-lisp binaries in the dependencies become accessible to unwrapped emacs

Also, both bin and site-lisp would generate conflicts so installing a wrapped emacs becomes really cumbersome
2016-04-03 21:11:38 +02:00
joachifm a703bd49a9 Merge pull request #14418 from mucaho/vscode
Add visual studio code editor
2016-04-03 19:07:08 +00:00
joachifm b83efcc906 Merge pull request #14419 from micxjo/update-rakudo
rakudo-star: 2015.11 -> 2016.01
2016-04-03 19:05:03 +00:00
mucaho aa38510267 vscode: init at 0.10.10 2016-04-03 19:49:32 +01:00
Micxjo Funkcio 8949de8cfd
rakudo-star: 2015.11 -> 2016.01
Support for the JVM backend has been temporarily switched off as
it's not fully functional yet and upstream recommends against
using it.
2016-04-03 11:46:45 -07:00
Nicolas B. Pierron 411408f74c Fix typo in service.syncthing.dataDir description. 2016-04-03 17:36:38 +00:00
Arseniy Seroka c68c0a3c7c Merge pull request #14424 from zimbatm/racket-6.4
racket: 6.3 -> 6.4
2016-04-03 20:04:14 +03:00
mucaho 7b06260c1c electron: make it compatible with vscode
Use patchelf instead of wrapProgram to inject lookup path of shared
libraries.
Allow the nix expression to be called with optional version argument.
2016-04-03 16:04:46 +01:00
Robert Helgesson b375260add svtplay-dl: 0.30.2016.02.08 -> 1.0 2016-04-03 16:39:30 +02:00
zimbatm c317c8f28c Merge pull request #14423 from yokto/fix/psi
psi: fix remove psimedia and spellchecker
2016-04-03 15:05:54 +01:00
zimbatm 6b69564af4 Merge pull request #14399 from gebner/picosat-965
picosat: 960 -> 965, add proof support
2016-04-03 14:57:28 +01:00
zimbatm 7da5cd2d1e Merge pull request #14410 from ktosiek/mini-httpd-fix
mini-httpd: add -ansi to CFLAGS
2016-04-03 14:53:28 +01:00
zimbatm 3dfe4297ae racket: 6.3 -> 6.4 2016-04-03 14:10:35 +01:00
Nikolay Amiantov 192e0c7141 steam-run: add derivation 2016-04-03 16:10:14 +03:00
Arseniy Seroka a0442016db Merge pull request #14412 from aneeshusa/add-saltstack
salt: init at 2015.8.8
2016-04-03 15:20:46 +03:00
Arseniy Seroka 5d8226364d Merge pull request #14415 from micxjo/update-owncloudclient
owncloudclient: 1.7.1 -> 2.1.1
2016-04-03 15:19:02 +03:00
Nikolay Amiantov 3cd7bdb255 Merge pull request #14403 from trishume/bump-rust
rustPackages: 2016-03-22 -> 2016-04-02
2016-04-03 16:16:22 +04:00
Silvio Frischknecht 4087e99886 psi: fix remove psimedia and spellchecker
spellchecker (aspell -> enchant)
2016-04-03 14:10:37 +02:00
Edward Tjörnhammar b8755a4cdf
kodiPlugins.svtplay: 4.0.23 -> 4.0.24 2016-04-03 12:08:53 +02:00
Pascal Wittmann 977529f35a calibre: 2.53.0 -> 2.54.0 2016-04-03 11:29:17 +02:00
joachifm e899ffc393 Merge pull request #14416 from grahamc/patch-4
perlPackages.W3CLinkChecker: Add HTTPS support
2016-04-03 03:14:30 +00:00
Graham Christensen 6a563a4240 perlPackages.W3CLinkChecker: Add HTTPS support 2016-04-02 21:48:07 -05:00
Micxjo Funkcio 23fad46b76
owncloudclient: 1.7.1 -> 2.1.1 2016-04-02 19:02:54 -07:00
Nikolay Amiantov 375c410d07 userFHSEnv: add passthru, rename meta 2016-04-03 04:19:58 +03:00
Aneesh Agrawal 270c0eb097 salt: init at 2015.8.8
Also init salttesting at 2015.7.10 as a build dependency.
2016-04-02 19:37:38 -04:00
joachifm 8c6f5ecf8f Merge pull request #14259 from anderspapitto/master
distcc: add libiberty as a buildInput
2016-04-02 23:10:27 +00:00
joachifm 1c5a5accb2 Merge pull request #14409 from earldouglas/irssi-0.8.19
irssi: 0.8.17 -> 0.8.19
2016-04-02 23:04:09 +00:00