1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 18:42:15 +00:00
Commit graph

49486 commits

Author SHA1 Message Date
William A. Kennington III 098ed10f39 v8: 3.26.31.15 -> 3.31.1 2015-02-06 22:25:45 -08:00
Bjørn Forsman e10704335a arduino: new package (2nd attempt). Close #6159.
[Now without the "stdenv.glibc" reference, which is unavailable on
darwin. It seems the dynamic linker finds libc/libm without it being
explicitly in RPATH, so we can just drop it.]

This commit adds the graphical Arduino IDE, built from the arduino-core
expression.

Also:
  - Add libusb to RPATH for avrdude. Without this, avrdude is broken.
    Possible TODO: replace bundled avrdude with the one from nixpkgs.
  - Use "cp -r ./build/linux/work/*", so example sketeches, the HTML
    reference documentation and the 'arduino' shell script that starts the
    IDE gets included.
  - Make meta.description slightly more generic, to cover both GUI/core
    variants.
2015-02-07 07:03:00 +01:00
Nathaniel Baxter 09fc276a11 flashplayer: Minor security update to 11.2.202.442 2015-02-07 11:04:48 +11:00
William A. Kennington III 67f28ac1a9 umurmur: Add meta platforms 2015-02-06 13:15:23 -08:00
William A. Kennington III c6749d0306 umurmur: 0.2.13 -> 0.2.15 2015-02-06 13:13:49 -08:00
William A. Kennington III b65209849a bareos: 14.2.2 -> 14.2.3 2015-02-06 13:00:40 -08:00
William A. Kennington III 760699aea9 mariadb: 10.0.15 -> 10.0.16 2015-02-06 12:59:38 -08:00
William A. Kennington III 4834880894 radvd: 2.9 -> 2.10 2015-02-06 12:53:10 -08:00
William A. Kennington III 1e15b88986 iperf: 3.0.10 -> 3.0.11 2015-02-06 12:53:10 -08:00
William A. Kennington III 10390a17e4 btrfs-progs: 3.18.0 -> 3.18.2 2015-02-06 12:53:10 -08:00
William A. Kennington III 9121483792 mongodb: 2.6.6 -> 2.6.7 2015-02-06 12:53:10 -08:00
William A. Kennington III e5900a2f10 iproute: 3.17.0 -> 3.18.0 2015-02-06 12:53:10 -08:00
William A. Kennington III a1f6084fc8 libu2f-host: 0.0.2 -> 0.0.4 2015-02-06 12:53:10 -08:00
William A. Kennington III 170775a834 libinput: 0.7.0 -> 0.10.0 2015-02-06 12:53:09 -08:00
William A. Kennington III 9f0a6d6d7f protobufc: Add version 1.1.0 as the default 2015-02-06 12:53:09 -08:00
William A. Kennington III 673b18fdd7 protobuf: Support both 2.5 and 2.6 and make 2.6 the default 2015-02-06 12:53:09 -08:00
William A. Kennington III f9dcf13b6e gtest: Modularize out the source files into a derivation 2015-02-06 12:53:09 -08:00
William A. Kennington III 967ad3fbc3 ceph: 0.91 -> 0.92 2015-02-06 12:17:43 -08:00
Rok Garbas 525a318a0f vimPlugins.YouCompleteMe: name should reflect revision 2015-02-06 21:05:43 +01:00
Jaka Hudoklin 4150a5eaf7 Add sauce-connect, sauce labs secure tunnel 2015-02-06 20:35:06 +01:00
Thomas Strobel d255d41678 Update: new features for nix-template-rpm
- nix-template-rpm can now split the generated templates into
    a static part that goes into the nixpkgs tree
    a dynamic part that can be updated easily to track the rpm spec files
- add lookup mechanism for package names and package paths
- add mechanism to update existing nix-expression with new download files
2015-02-06 20:12:57 +01:00
Rok Garbas e4c0ee53d2 vimPlugins.YouCompleteMe: updated to latest 2015-02-06 20:07:10 +01:00
Marc Weber 411545b038 update vam, vim2nix, fixes 6183 2015-02-06 20:02:56 +01:00
Pascal Wittmann 641cdbb8cf unison: update from 2.40.102 to 2.48.3 2015-02-06 19:59:14 +01:00
Pascal Wittmann dfd0a083e7 Merge pull request #6200 from ragnard/wrk
wrk: New package
2015-02-06 17:21:39 +01:00
Ragnar Dahlén 72acae3295 wrk: New package
HTTP benchmarking tool.
2015-02-06 15:05:34 +00:00
Pascal Wittmann 288ed0cfa0 xosd: update from 2.2.12 to 2.2.14 and added meta information 2015-02-06 15:31:32 +01:00
Pascal Wittmann e27ff487bf linux-console-tools: update from 1.4.7 to 1.4.8 2015-02-06 15:31:32 +01:00
Luca Bruno f53e18fc40 Fix luakit description 2015-02-06 14:50:39 +01:00
lethalman 4428076bd1 Merge pull request #5805 from matthiasbeyer/add-luakit
[WIP] Add package: luakit
2015-02-06 14:50:00 +01:00
Peter Simons fca0ba87b3 haskell-MoeDict: build succeeds now 2015-02-06 14:31:30 +01:00
Peter Simons 964742c3fe haskell-postgrest: broken because of dependency on outdated optparse-applicative 2015-02-06 14:26:27 +01:00
Matthias Beyer b5baa2c5e4 Add package: luakit
This patch adds the luakit browser. It has to be build using lua5.1, I
tried 5.2 but I couldn't run luakit due to a runtime error with it.

It also uses gtk3 here, override to use gtk2, which should also work.

Suggested-by: Benno Fünfstück <benno.fuenfstueck@gmail.com>
2015-02-06 14:19:16 +01:00
Wout Mertens 1d9d947c25 Merge pull request #6187 from abbradar/notes-unstable
Add release-notes for unstable revision
2015-02-06 14:17:25 +01:00
Peter Simons ad1417ed0e git: update to version 2.3.0 2015-02-06 13:59:57 +01:00
Peter Simons 88c8c7662c haskell-gtk3: fix build by adding the missing pkgs.gtk3 build input
The entry in hackage-packages.nix isn't generated correctly: https://github.com/NixOS/cabal2nix/issues/145.

Fixes https://github.com/NixOS/nixpkgs/issues/6190.
2015-02-06 13:59:57 +01:00
Peter Simons 3f9bec6e05 hackage-packages: re-generate from Hackage 2015-02-06T12:29:41+0100 2015-02-06 13:59:57 +01:00
Peter Simons f145201b35 git-annex: disable shared linking for this executable
git-annex has literally dozens of dependencies, and loading all of them
at run-time can be slow (https://github.com/NixOS/nixpkgs/issues/4239).
2015-02-06 13:59:57 +01:00
Pascal Wittmann e938e70587 Merge pull request #6197 from joachifm/update-dnscrypt-proxy
dnscrypt-proxy: bump to version 1.4.3
2015-02-06 13:16:49 +01:00
Pascal Wittmann ad6421fb03 calibre: update from 2.18.0 to 2.19.0 2015-02-06 12:09:03 +01:00
Domen Kožar fdb5cf8107 chromium: remove preferLocalBuild due to intense IO in VM tests
(cherry picked from commit 84bd62da0a)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-02-06 12:08:43 +01:00
lethalman 4060b86bcf Merge pull request #6182 from monocell/php-update-5.5-5.6
Php update 5.5/5.6
2015-02-06 10:49:35 +01:00
lethalman 0e987968e5 Merge pull request #6198 from joachifm/update-clamav
clamav: bump to version 0.98.6
2015-02-06 10:37:41 +01:00
Joachim Fasting f1951f932d haskell-resource-pool: bump to 0.2.3.2
Fixes build error.
2015-02-06 09:08:24 +00:00
Joachim Fasting 37649e76e3 clamav: bump to version 0.98.6 2015-02-06 08:56:38 +01:00
Joachim Fasting 681f373fb7 dnscrypt-proxy: bump to version 1.4.3 2015-02-06 08:49:26 +01:00
Thor A. Hopland a11c79853d Fixed snafu 2015-02-06 07:38:21 +01:00
Thor A. Hopland 4c97a7c9ad Added entries for frame, geis, grail and touchegg 2015-02-06 07:09:49 +01:00
Thor A. Hopland 28b8c50c2d Added Touchegg and 3 depdenencies. Touchegg is a daemon for X that adds gesture based navigation for touch based surfaces. 2015-02-06 06:53:32 +01:00
Tobias Geerinckx-Rice 934910acdd Merge pull request #6185 from fredlebel/mdp-0.93
Added mdp-0.93
2015-02-06 03:15:55 +01:00
Frederic LeBel 1e509d011d Added mdp-0.93
A command-line based markdown presentation tool.
2015-02-05 21:04:33 -05:00
Tobias Geerinckx-Rice 4994c859ab boxfs: use fetchFromGitHub 2015-02-06 02:00:35 +01:00
Tobias Geerinckx-Rice d80cbe9409 Update radeontop v0.8-8-g575a416 -> v0.8-8-g2499679 2015-02-06 02:00:35 +01:00
Tobias Geerinckx-Rice 88b0c58ad0 radeontop: use fetchFromGitHub 2015-02-06 02:00:34 +01:00
Tobias Geerinckx-Rice 0711bd03e6 Update stress-ng 0.03.13 -> 0.03.14 2015-02-06 02:00:34 +01:00
Nikolay Amiantov aa54b77611 Merge pull request #6189 from abbradar/fhs-userenv
steamOriginal: rename to steam-original
2015-02-06 03:59:43 +03:00
Nikolay Amiantov fd99962abb steamOriginal: rename to steam-original 2015-02-06 03:48:32 +03:00
Nikolay Amiantov 4b1a60b7b1 remove old aliases of some packages 2015-02-06 02:57:56 +03:00
Peter Simons 37a39e9cb4 gmp: drop obsolete and unused version 5.0.5 2015-02-06 00:32:00 +01:00
William A. Kennington III 28d8af438a samba_light: Use samba4 instead of samba3 2015-02-05 14:21:57 -08:00
William A. Kennington III 07bf8ad03e samba4: Add libbsd for string manipulation functions 2015-02-05 14:21:03 -08:00
Russell O'Connor 3feac4fd86 Merge branch 'master' of github.com:NixOS/nixpkgs 2015-02-05 15:21:54 -05:00
Emil Rangden 4daa4b86e3 add alias for php 5.5 packages. 2015-02-05 20:28:16 +01:00
Emil Rangden 8c125c0c74 fix phpPackages memcache,memcached,xdebug
These packages, and maybe some more include unix.h for some reason.
Creating that file makes them build, and in the case of xdebug also
appear to work.
2015-02-05 20:28:16 +01:00
Emil Rangden 36ceb01176 add php 5.6 2015-02-05 20:28:16 +01:00
Emil Rangden 90e8287ce6 add php 5.5 2015-02-05 20:28:16 +01:00
Emil Rangden 1b057e9f6f remove patch that was only used in 5.3 2015-02-05 20:28:16 +01:00
Edward Tjörnhammar e647414e4a i2pd: update url 2015-02-05 20:23:22 +01:00
Shea Levy a7dad535e4 Merge branch 'openjdk8' of git://github.com/cocreature/nixpkgs
Update to openjdk8u31b13
2015-02-05 14:22:12 -05:00
Arseniy Seroka 4ed82f23f2 Merge pull request #6180 from monocell/despotify-fix
despotify source moved
2015-02-05 21:58:53 +03:00
Arseniy Seroka c477e173de Merge pull request #6179 from k0ral/cppcheck
cppcheck: 1.67 -> 1.68
2015-02-05 21:58:37 +03:00
Arseniy Seroka 5ccc4839cb Merge pull request #6177 from abbradar/fhs-userenv
add non-root temporary FHS chrootenv
2015-02-05 21:57:54 +03:00
Nikolay Amiantov 3500978b8f build-fhs-*: prefer local build 2015-02-05 20:39:01 +03:00
Luca Bruno 3f718a743d Add dontInstallSrc flag to buildGoPackage 2015-02-05 18:07:28 +01:00
Nikolay Amiantov 627f8178b8 steam: rename, add a warning 2015-02-05 19:46:25 +03:00
Nikolay Amiantov 238fe730b9 steam-chrootenv: use UserEnv 2015-02-05 19:46:25 +03:00
Nikolay Amiantov 4b3bb7b448 userFHSEnv: add build tool 2015-02-05 19:46:25 +03:00
Nikolay Amiantov b3ee378f50 buildFHSChrootEnv: split environment and chroot scripts 2015-02-05 19:46:00 +03:00
Russell O'Connor af3c4a2744 Bitcoin 0.9.3 won't work with OpenSSL 1.0.1k.
This patch restores OpenSSL 1.0.1j and builds Bitcoin against it.
2015-02-05 11:40:57 -05:00
Emil Rangden 654d1f21b2 despotify source moved 2015-02-05 17:37:19 +01:00
koral 7ccede4aab cppcheck: 1.67 -> 1.68 2015-02-05 16:58:21 +01:00
Arseniy Seroka 35e333241c Merge pull request #6116 from dbohdan/master
tcl2048: update to 0.3.1, fix tclsh path.
2015-02-05 18:48:16 +03:00
Arseniy Seroka b5e6950718 Merge pull request #6176 from abbradar/steamdeps
steam: replace steamdeps
2015-02-05 18:46:13 +03:00
Nikolay Amiantov 69d19d4283 steam: replace steamdeps 2015-02-05 18:43:58 +03:00
Arseniy Seroka 5b52dd91e6 Merge pull request #6158 from bdimcheff/upgrade-musicmanager
upgrade google-musicmanager to beta_1.0.129.6633-r0
2015-02-05 18:42:22 +03:00
Arseniy Seroka 974afbe53d Merge pull request #6172 from nkaretnikov/pcmciautils-017
pcmcia-utils: update to 017
2015-02-05 18:41:24 +03:00
Peter Simons b58dc94899 Merge pull request #6173 from active-group/unbreak-adns
Unbreak ADNS on Darwin.
2015-02-05 15:23:06 +01:00
Nikita Karetnikov d8ff010255 pcmcia-utils: update to 017 2015-02-05 17:13:05 +03:00
Nikolay Amiantov f35568e705 Merge pull request #5277 from abbradar/uwsgi
Add uWSGI application server
2015-02-05 17:10:37 +03:00
Mike Sperber daa1941d27 Unbreak ADNS on Darwin.
Make the version number in postInstall match that of the package.
2015-02-05 15:02:23 +01:00
Peter Simons 02ff4444d7 haskell-amqp-conduit: broken on GHC 7.8.x because of dependency on mtl 2.2.x 2015-02-05 13:55:19 +01:00
Peter Simons 9c5d5b4e93 Downgrade more Haskell packages to LLVM 3.4. 2015-02-05 13:55:19 +01:00
Peter Simons 0bfd77b0f1 haskell-OpenGLRaw21: this build was broken by the recent OpenGLRaw update 2015-02-05 13:55:19 +01:00
Peter Simons 41fdb105a2 haskell-GlomeVec: downgrade to LLVM 3.4 to fix the build 2015-02-05 13:55:19 +01:00
Peter Simons deb635f3d9 haskell-slack-api: disable failing test suite 2015-02-05 13:55:19 +01:00
Peter Simons b6598d4d47 haskell-liquid-fixpoint: patch /bin/bash path in configure script 2015-02-05 13:55:19 +01:00
Peter Simons 4d8378c7b9 haskell-amqp: disable the test suite, which needs network access 2015-02-05 13:55:19 +01:00
Peter Simons bae95790ff haskell-threads: disable test suite to avoid intermittent failures 2015-02-05 13:55:18 +01:00
Peter Simons 5f160cfa86 hackage-packages.nix: re-generate from Hackage 2015-02-05T11:37:24+0100 2015-02-05 13:55:18 +01:00
Luca Bruno 4ce497e74f Use buildFlags in buildGoPackage instead of makeFlags 2015-02-05 13:13:14 +01:00
Luca Bruno e6e4c867e5 Port syncthing to buildGoPackage 2015-02-05 13:12:10 +01:00
Edward Tjörnhammar 83925c33f6 i2pd: 0.6.0 -> 0.7.0
nixos: i2pd.service, fix string escaping
2015-02-05 12:09:59 +01:00
Vladimír Čunát 100f4a4660 samba4: security update, CVE-2014-8143
Note: samba4_light fails just as before.
CC maintainer @wkennington.
2015-02-05 12:08:01 +01:00
Georges Dubus a50e21dcc7 Exercism: update to 1.9.2 2015-02-05 11:54:19 +01:00
Vladimír Čunát 474aeb0b3d ffmpeg-2.2: update (still used by vlc) 2015-02-05 11:19:18 +01:00
Vladimír Čunát 1982ac0b65 xorg.xinit: fix on Linux after #6160 2015-02-05 11:09:14 +01:00
Luca Bruno d1b3874733 Port influxdb-backup to buildGoPackage 2015-02-05 10:55:50 +01:00
Vladimír Čunát 5fb4f2f39b fasd: work around non-deterministic failures
Example: http://hydra.nixos.org/build/19218521/nixlog/1/raw

(cherry picked from commit 31810da31c)
2015-02-05 10:51:41 +01:00
Luca Bruno 5e4f771a07 Fix go-assert 2015-02-05 10:13:24 +01:00
Rok Garbas 217f6ed01b weechat: update to 1.1.1 2015-02-05 08:40:07 +01:00
Daniel Peebles ab49ac71b8 Merge pull request #6154 from tel/build-file-on-darwin
Platforms for "file" derivation to include darwin
2015-02-05 00:58:13 -05:00
Sou Bunnbu dcc543f8fe Merge pull request #6125 from ktosiek/dynamic-glfw2
Build and install the .so for glfw 2.x
2015-02-05 10:02:11 +08:00
William A. Kennington III 43d8b1ef3c openntpd: Fixes 2015-02-04 17:30:22 -08:00
William A. Kennington III 1dd23a28cb openntpd: More build fixes 2015-02-04 16:17:38 -08:00
William A. Kennington III 6a872c304c openntpd: Fix url 2015-02-04 16:04:24 -08:00
William A. Kennington III da1a2184b9 openntpd: 2008 -> 5.7p3 2015-02-04 15:59:53 -08:00
Eric Seidel cac8cc8985 Merge pull request #6160 from gridaphobe/master
fix xorgserver / xquartz on darwin
2015-02-04 15:34:51 -08:00
Eric Seidel 7f7482b6bd fix xorgserver / xquartz on darwin 2015-02-04 15:14:36 -08:00
Shea Levy e14d39b97b Merge branch 'osx-i3-urxvt' of git://github.com/cresh/nixpkgs 2015-02-04 22:14:52 +00:00
Brandon Dimcheff c209db4342 upgrade google-musicmanager to beta_1.0.129.6633-r0 2015-02-04 17:07:15 -05:00
Thomas Strobel 7f9eaf0eff e19: updates (close #6003)
EFL: 1.12.2 -> 1.12.3
Enlightenment: 0.19.2 -> 0.19.3
2015-02-04 22:20:31 +01:00
Vladimír Čunát 6437727773 avxsynth: fix build by using libjpeg_original
It broke since the last major libjpeg_turbo update.
2015-02-04 21:45:00 +01:00
Joseph Abrahamson d6dd4fd9d0 Platforms for file derivation to include darwin 2015-02-04 15:41:14 -05:00
Nikolay Amiantov a6050c9268 Merge pull request #6153 from abbradar/android-udev
android-udev-rules: add package
2015-02-04 23:30:01 +03:00
Nikolay Amiantov 104d7e7e62 android-udev-rules: add package 2015-02-04 23:09:47 +03:00
Marcus Crestani 852b6c1093 rxvt-unicode: On OS X, add .PHONY target to Makefile.in.
Due to the case-insensitive file system on OS X, `make install` does
nothing, since it sees the INSTALL file as the up-to-date target.
Adding a .PHONY target to the Makefile fixes this.
2015-02-04 20:44:19 +01:00
Marcus Crestani 92ca614934 i3: Use xcb-util-cursor-HEAD on OS X. 2015-02-04 20:44:19 +01:00
Marcus Crestani 8e2fb7c816 i3: Set checkPhase only when on Linux. 2015-02-04 20:44:19 +01:00
Marcus Crestani ecc7d50e26 IPCRun, JSONXS: Enable on OS X. 2015-02-04 20:44:19 +01:00
Marcus Crestani 455d9600e1 libev: Enable on all platforms. 2015-02-04 20:44:00 +01:00
Edward Tjörnhammar d593f9e3ef Merge pull request #6110 from edwtjo/ihaskell-ng-wrapper
ihaskell-with-packages: add environment
2015-02-04 20:43:15 +01:00
Matej Cotman 6a042a9272 Merge pull request #6118 from devhell/connman
connman: 1.26 -> 1.28
2015-02-04 20:01:42 +01:00
Vladimír Čunát 6517e5c0a8 kernel: 3.4.105 -> 3.4.106 2015-02-04 19:55:47 +01:00
Luca Bruno 7cd816e8da Port nsq to buildGoPackage 2015-02-04 19:03:01 +01:00
Nikolay Amiantov f21e9f0670 Merge pull request #6146 from abbradar/bundix-checksum
bundix: fix checksum
2015-02-04 20:06:58 +03:00
Shea Levy b45aa294d4 Merge branch 'llvm-bump'
Bump default llvm on non-darwin too
2015-02-04 11:48:50 -05:00
Nikolay Amiantov 35f1d4459b bundix: fix checksum 2015-02-04 19:44:19 +03:00
Shea Levy c1aefe5d7e Merge branch 'master' of git://github.com/gridaphobe/nixpkgs
make wget build on darwin
2015-02-04 16:41:15 +00:00
Rickard Nilsson 57d71cf8d2 More download mirrors for samba URLs 2015-02-04 17:38:39 +01:00
Shea Levy 0e225c0e37 llvm-3.5: Don't try to use libc++ on linux 2015-02-04 11:30:25 -05:00
Rickard Nilsson 52cb8db899 libldb: Add mirror url 2015-02-04 17:05:16 +01:00
Shea Levy 92962f049b Merge branch 'less-tradcpp' of git://github.com/active-group/nixpkgs
Shorten tradcpp patch by re-running autoconf
2015-02-04 15:56:49 +00:00
Pascal Wittmann 97e50cac40 Merge pull request #6142 from k0ral/aria
aria2: 1.18.8 -> 1.18.9
2015-02-04 16:30:31 +01:00
Rickard Nilsson 100cc6b425 samba: Add download mirror 2015-02-04 16:28:48 +01:00
Luca Bruno 040d475103 Port flannel to buildGoPackage 2015-02-04 15:56:40 +01:00
koral a3f0c7bff4 aria2: 1.18.8 -> 1.18.9 2015-02-04 15:55:49 +01:00
Luca Bruno 8fd42c55a9 Port go-mtpfs to buildGoPackage 2015-02-04 15:53:59 +01:00
Luca Bruno ee90577704 Port serfdom to buildGoPackage 2015-02-04 15:23:52 +01:00
Luca Bruno a20460462d Port etcd to buildGoPackage 2015-02-04 14:55:40 +01:00
Peter Simons fe07c77ff1 haskell-gtkglext: drop obsolete override 2015-02-04 14:53:58 +01:00