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

22535 commits

Author SHA1 Message Date
Dan Peebles e9e7bfa6ac Move and restructure objconv a bit 2015-02-08 00:15:54 -05:00
Michael Raskin 236029ef83 Fix Lazarus build (somewhat) by referring to gcc libgcc_s.so by currently-woring attribute path 2015-02-08 01:09:09 +03:00
lethalman 8b236f2daf Merge pull request #6119 from lethalman/go
Go packages, buildGoPackage
2015-02-07 21:30:30 +01:00
Joachim Fasting 9cc3a7771c haskell-fb: bump version
Fixes build
2015-02-07 19:09:23 +00:00
Joachim Fasting 4b2433f156 haskell-hsc3-server: mark as broken
Latest version fails to build.
2015-02-07 19:01:09 +00:00
Joachim Fasting 90e1ba68be haskell-iteratee: mark as broken
Latest version fails to build.
2015-02-07 18:57:10 +00:00
Joachim Fasting 677dee38db haskell-simple-conduit: jailbreak required 2015-02-07 18:55:49 +00:00
Thomas Tuegel 50c8d1c495 Merge branch 'qt-submodules' 2015-02-07 12:53:40 -06:00
Joachim Fasting c336769408 haskell-shell-conduit: mark as broken
Latest version fails to build.
2015-02-07 18:52:39 +00:00
Thomas Tuegel 042e4ad633 qt5split: add split submodule build of Qt 5.3 2015-02-07 12:52:20 -06:00
Joachim Fasting 32fd92e7dc haskell-hcltest: mark as broken
Latest version on hackage fails to build.
2015-02-07 18:49:02 +00:00
Joachim Fasting 09c6d80ac0 haskell-webdriver: bump version
Fixes build error, jailbreak no longer necessary
2015-02-07 18:46:38 +00:00
Joachim Fasting a2c87d374f haskell-stm-conduit: version bump
Fixes build failure
2015-02-07 18:25:57 +00:00
Joachim Fasting 71f8367b28 haskell-rest-client: version bump
Fixes build failure
2015-02-07 18:25:57 +00:00
Joachim Fasting a964403dae haskell-higher-leveldb: version bump
Fixes build failure
2015-02-07 18:25:57 +00:00
Joachim Fasting 51606074cd haskell-list-t: version bump 2015-02-07 18:25:57 +00:00
Joachim Fasting ca7c4c2b5c haskell-distributed-process-monad-control: version bump
Fixes build failure
2015-02-07 18:25:56 +00:00
Joachim Fasting 082469bc81 haskell-jwt: declare missing deps 2015-02-07 18:25:56 +00:00
Joachim Fasting f63f6d5a3a haskell-happstack-server: bump version to 7.4.0
Fixes build error. Also doCheck and jailbreak no longer necessary.
2015-02-07 18:25:56 +00:00
Joachim Fasting 3d7cda6b23 haskell-EitherT: mark as broken
Fails to build, deprecated.
2015-02-07 18:25:56 +00:00
Joachim Fasting 7c715dd746 haskell-yesod: bump to version 1.4.1.4
Fixes build failure
2015-02-07 18:25:55 +00:00
Joachim Fasting 8fcba36796 haskell-yesod-core: bump to version 1.4.7.2
Fixes build failure. Also, jailbreak appears to no longer be necessary.
2015-02-07 18:25:55 +00:00
Joachim Fasting 94b179362a haskell-persistent: bump to 2.1.1.4
Fix build error
2015-02-07 18:25:55 +00:00
Moritz Ulrich 1bbf15eca1 Leiningen: Fix GnuPG Support. 2015-02-07 18:45:35 +01:00
Aycan iRiCAN 03f530a239 Disable tests for haskellngPackages.rematch since it is missing Specs module. rematch is needed by distributed-process-platform. 2015-02-07 17:21:30 +02:00
Jaka Hudoklin 168b7bee6f Merge pull request #6215 from valeriangalliat/npm-engine-fix
Patch npm packages to ignore npm requirements
2015-02-07 14:42:59 +00:00
Valérian Galliat 25ce27b45e Patch npm packages to ignore npm requirements
Some npm packages strictly require a specific npm version because npm
don't handle some version requirements the same way in 1.0 and 2.0.

However, Nix don't use npm for dependency resolution (this is always
achieved with npm 1.0 criteria by npm2nix), so these requirements turns
out to be pointless and just crashes some package installations.

This patch removes npm requirements so the packages can still be built.

This solves #5787.
2015-02-07 15:17:15 +01:00
Thomas Tuegel fa56e5ffa7 qt5: move monolithic build 2015-02-07 07:30:18 -06:00
Bjørn Forsman daec5d6f25 arduino: set meta.platforms and add myself as maintainer 2015-02-07 10:47:53 +01:00
William A. Kennington III 1570cb501c v8: Properly update to 4.1.0.15 2015-02-06 22:52:39 -08:00
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
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
Jaka Hudoklin 4150a5eaf7 Add sauce-connect, sauce labs secure tunnel 2015-02-06 20:35:06 +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
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
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
Joachim Fasting f1951f932d haskell-resource-pool: bump to 0.2.3.2
Fixes build error.
2015-02-06 09:08:24 +00: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
Peter Simons 37a39e9cb4 gmp: drop obsolete and unused version 5.0.5 2015-02-06 00:32:00 +01:00
Russell O'Connor 3feac4fd86 Merge branch 'master' of github.com:NixOS/nixpkgs 2015-02-05 15:21:54 -05: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
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
Luca Bruno 3f718a743d Add dontInstallSrc flag to buildGoPackage 2015-02-05 18:07:28 +01: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
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 e6e4c867e5 Port syncthing to buildGoPackage 2015-02-05 13:12:10 +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
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
Shea Levy e14d39b97b Merge branch 'osx-i3-urxvt' of git://github.com/cresh/nixpkgs 2015-02-04 22:14:52 +00:00
Marcus Crestani 92ca614934 i3: Use xcb-util-cursor-HEAD 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
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
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
Peter Simons fe07c77ff1 haskell-gtkglext: drop obsolete override 2015-02-04 14:53:58 +01:00
Peter Simons fbaf6dcbb0 git-annex: fix build on Darwin 2015-02-04 14:53:58 +01:00
Peter Simons 638ea434cb haskell-system-canonicalpath: fix build by disabling the test suite 2015-02-04 14:53:58 +01:00
Peter Simons 7ce799f0f8 haskell-hjsonschema doesn't pass the Haddock stage. 2015-02-04 14:53:58 +01:00
Peter Simons 483b71a44a hackage-packages.nix: re-generate from Hackage 2015-02-04T14:35:51+0100 2015-02-04 14:53:54 +01:00
Domen Kožar a3e23f6535 fix eval 2015-02-04 14:11:33 +01:00
Luca Bruno 1c98fc7a9a Port go-repo-root to buildGoPackage 2015-02-04 14:00:26 +01:00
Luca Bruno 0e94ed144d Port etcdctl to buildGoPackage 2015-02-04 13:49:49 +01:00
Domen Kožar bb7246be3e Revert "arduino: new package"
This reverts commit ca982158bf.

@bjornfor
2015-02-04 13:49:27 +01:00
Luca Bruno a594f0bcd5 Port gox to buildGoPackage 2015-02-04 13:46:32 +01:00
Mike Sperber 93343fbb33 Reduce size of tradcpp derivation.
Generate configure using autoconf instead of including it in the patch.
2015-02-04 13:34:13 +01:00
Luca Bruno 9896829c49 Port gocode to buildGoPackage 2015-02-04 13:30:08 +01:00
Domen Kožar d75a91ef1e pypy: 2.4 -> 2.5 2015-02-04 13:21:20 +01:00
Peter Simons 955001a55b Merge pull request #6134 from joachifm/haskell-monad-logger
haskell-monad-logger: version bump
2015-02-04 12:07:14 +01:00
Luca Bruno 67f34cbd0d Port gotags to buildGoPackage 2015-02-04 11:41:45 +01:00
Domen Kožar eaeef0377f jasper: CVE-2014-8157, CVE-2014-8158, fixes #6114 2015-02-04 11:37:49 +01:00
Luca Bruno 9c6420580a Port golint to buildGoPackage 2015-02-04 11:37:17 +01:00
Mike Sperber b611e3fb61 Add tradcpp package, needed for making imake work.
(cherry picked from commit e0c197b2f4fa53ebd7896940e6e14170664de8e7)
2015-02-04 09:29:34 +00:00
John Wiegley ad60eaedf1 clucene-core: make darwin-related patch conditional
This relates to pull request #6137, and was made at request of the
submitter.
2015-02-04 01:40:17 -06:00
John Wiegley 33ecb3438f Merge pull request #6137 from gridaphobe/master
fix clucene on darwin
2015-02-04 02:35:13 -05:00
Eric Seidel 58a891afb2 fix clucene on darwin 2015-02-03 23:34:03 -08:00
John Wiegley cb91cf9ae3 Merge pull request #6136 from gridaphobe/master
fix obscure bug in apr on darwin
2015-02-04 02:13:19 -05:00
Eric Seidel a600443bb3 fix obscure bug in apr on darwin 2015-02-03 23:11:44 -08:00
Bjørn Forsman ca982158bf arduino: new package
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-04 07:22:39 +01:00
Bjørn Forsman 83e3f38593 arduino-core: align attrname with package name
arduino_core => arduino-core. Retain copy of old attrname for backward
compatibility.
2015-02-04 07:22:39 +01:00
Joachim Fasting 40b4b1490d haskell-monad-logger: version bump
The previous version fails to build.
2015-02-04 04:03:10 +01:00
Shea Levy 5ac0318332 Merge branch 'new-darwin-stdenv' of git://github.com/gridaphobe/nixpkgs
refs #6122
2015-02-03 18:19:22 -05:00
Eric Seidel cbd446d465 fix gmp on darwin 2015-02-03 15:18:28 -08:00
Eric Seidel 4a467ec02b move libcxx[abi] into llvm tree 2015-02-03 14:58:10 -08:00
Eric Seidel fe49487a05 fix evaluation 2015-02-03 14:31:07 -08:00
Eric Seidel dbf3d31727 make llvm-3.5 the default and remove references to gccApple
make perl be less dumb

revert change to release.nix
2015-02-03 14:31:04 -08:00
Eric Seidel 6f7632a7bd update libcxx[abi] to 3.5 2015-02-03 14:02:59 -08:00
Eric Seidel 2ca30151c2 add llvm-3.5 2015-02-03 13:58:32 -08:00
Ben Ford 9adc826c9a Update hzk to use correct zookeeper_mt 2015-02-03 22:44:26 +01:00
Ben Ford 40af5a2b59 Fix haskakafka library to use rdkafka 2015-02-03 22:44:26 +01:00
Tomasz Kontusz 9d8defa06a Build and install the .so for glfw 2.x 2015-02-03 21:33:26 +01:00
Peter Simons d034aa11ee Merge pull request #6121 from boothead/kafka
Kafka and c libraries for kafka and zookeeper
2015-02-03 20:17:22 +01:00
Luca Bruno b3dd66dee1 buildGoPackage: add $makeFlags to go install call 2015-02-03 18:16:21 +01:00
Peter Simons f637b5368b ghc-head: re-use the $version attribute in the URL to prevent mismatches 2015-02-03 17:01:09 +01:00
Peter Simons 86753ed326 ghc-7.10.1: fix misspelled version number in build expression 2015-02-03 17:01:09 +01:00
Eelco Dolstra 007feb911d libsodium: Update to 1.0.2 2015-02-03 16:59:28 +01:00
Peter Simons b79ae8c4d5 contravariant, reflection: fix builds with GHC 7.6.3 2015-02-03 16:36:56 +01:00
Peter Simons 3b06dbf63c haskell-tls: disable test suite to fix the build 2015-02-03 16:36:56 +01:00
Eelco Dolstra 86db6789ef libsodium: Fix typo 2015-02-03 16:28:20 +01:00
Emery Hemingway faa5dccab8 new Go support function 'buildGoPackage'
add a setupHook to the Go compiler that builds a GOPATH
new buildGoPackage function that overides the phases of stdenv
2015-02-03 14:21:48 +01:00
Nikolay Amiantov 93928557b9 Merge pull request #6107 from abbradar/updates
Update my packages
2015-02-03 15:39:26 +03:00
lethalman e1a8755b96 Merge pull request #6115 from benley/packer-0.7.5
Update Packer to 0.7.5
2015-02-03 13:28:41 +01:00
Peter Simons 353e276937 haskell-mikmod: fix build 2015-02-03 12:46:39 +01:00
Peter Simons a98c79d6a1 libmikmod: update to version 3.3.7 2015-02-03 12:46:39 +01:00
Peter Simons c05892ccd3 hackage-packages.nix: re-generate from Hackage 2015-02-03T11:24:18+0100 2015-02-03 12:46:39 +01:00
Nikolay Amiantov a620487213 xlslib: update package 2015-02-03 14:27:51 +03:00
Nikolay Amiantov d6363498e0 ipopt: update package 2015-02-03 14:27:51 +03:00
Nikolay Amiantov 62f2191b8b libxls: update homepage 2015-02-03 14:27:50 +03:00
Nikolay Amiantov 10d6af5f86 libaacs: update package 2015-02-03 14:27:50 +03:00
Nikolay Amiantov 7e48fc4c8f folly: update package 2015-02-03 14:27:50 +03:00
Nikolay Amiantov 7a2387a6b5 libbluray: update package 2015-02-03 14:27:50 +03:00
Nikolay Amiantov c6dece9986 libiberty: update package 2015-02-03 14:27:50 +03:00
Nikolay Amiantov b6dfcaa08e double-conversion: update package 2015-02-03 14:27:49 +03:00
Nikolay Amiantov 581549cc1a libfprint: update package 2015-02-03 14:27:49 +03:00
Peter Simons b7ecd5e729 Merge pull request #5025 from abbradar/xmonad-wrapper
nixos/xmonad: make a wrapper
2015-02-03 11:52:09 +01:00
Pascal Wittmann f086517f81 mujs: update to latest revision 2015-02-03 10:43:41 +01:00
Pascal Wittmann a1ce00d81e checkstyle: update from 6.2 to 6.3 2015-02-03 10:43:41 +01:00
Pascal Wittmann 92f1590893 help2man: update from 1.46.4 to 1.46.5 2015-02-03 10:43:41 +01:00
Ben Ford 02301a96db Add the zookeeper_mt c library 2015-02-03 08:48:32 +00:00
Ben Ford 12f9ea9773 Add the rdkafka c library 2015-02-03 08:46:25 +00:00
Benjamin Staffin e6baec8627 Update Packer to 0.7.5
Change-Id: I7822ac036947fb933fb66730f39426e499a097f9
2015-02-02 23:55:17 -08:00
Mateusz Kowalczyk 61a493f735 Merge pull request #6103 from rdesfo/master
haskell: updated yi-language to 0.1.1.0
2015-02-03 03:42:51 +00:00