Tuomas Tynkkynen
e28e010b36
treewide: Make explicit that 'dev' output of curl is used
2016-05-19 10:00:29 +02:00
Roger Qiu
c02bc80d86
garcosim: Added tracefilegen and tracefilesim
2016-05-19 18:00:09 +10:00
Moritz Ulrich
29644950d4
rr: Only build native architecture.
...
rr wants to build itself with 32+64bit support on 64bit systems, but
this fails in recent NixOS versions as it can't find libstdc++.so.6 at
runtime.
This patch disables 32bit builds on 64bit. To debug 32bit binaries,
pkgsi686Linux.rr can be used.
2016-05-18 12:56:48 +02:00
Bjørn Forsman
314b1fbf0c
saleae-logic: 1.1.15 -> 1.2.9
...
Changelog:
http://support.saleae.com/hc/en-us/articles/210245593-Saleae-Logic-Beta-Software-Changelog
(Yes, the changelog title contains the word 'beta', but as of version
1.2.9 the beta branding is removed from the software as the beta branch
was merged to master.)
This software update is required for newer logic analysers (e.g. Logic
Pro 8). (The original Logic is still supported, although it's difficult
to find info about it on their website.)
v1.2.9 grew new dependencies: libxcb, zlib, pciutils, xkeyboardconfig.
The LD_PRELOAD library hack, used to divert writes from
$out/Settings/settings.xml to $HOME/.saleae-logic-settings.xml, has been
updated. The new software writes more paths
($out/{Settings,Errors,Databases,Calibration}) and uses a few extra
library calls to access those paths
(open,openat,stat,access,unlink,...). So instead of single file
redirect, the library now redirects accesses to all those directories,
mirrored in $HOME/.saleae-logic/. (Existing
$HOME/.saleae-logic-settings.xml files will be automatically migrated to
$HOME/.saleae-logic/Settings/settings.xml.)
2016-05-17 14:55:17 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Franz Pletz
e98a0bc9e0
Merge pull request #15476 from matthiasbeyer/update-unmaintained
...
Update unmaintained packages
2016-05-16 23:45:11 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Tobias Geerinckx-Rice
2159ea5e4c
include-what-you-use: 0.5 -> 0.6
...
* Added mappings for Qt 5.4.
* Added better analysis of uses in macros.
* Added --no_comments switch to suppress why-comments.
* Fixed bug with global namespace qualifier on friend declarations.
* Fixed bug in fix_includes.py generating invalid diff output.
2016-05-16 20:27:31 +02:00
Matthias Beyer
3583e2a24d
complexity: 1.3 -> 1.10
2016-05-16 16:12:19 +02:00
Vladimír Čunát
e5d40c6fa3
Merge branch 'staging'
...
Hydra is only half-finished, but we'd better get secure glibc fast.
2016-05-16 10:15:28 +02:00
Michael Raskin
ff0c5fa7aa
SlimerJS: 0.9.6.2015.08.20 -> 0.10.0 (git->release)
2016-05-15 23:49:44 +02:00
Pascal Wittmann
49cf9b902a
help2man: 1.47.3 -> 1.47.4
2016-05-15 12:56:08 +02:00
robbinch
db7bf64e31
haskellPackages.tinc: 20160419 -> 20160511 ( #15457 )
2016-05-15 00:28:59 +02:00
Brandon Kase
ea018f8339
racerd: init at 0.1.1
...
Needed for Rust YouCompleteMe support
2016-05-14 01:28:08 -07:00
Joachim Fasting
3f0518ac4d
Merge pull request #15378 from aneeshusa/add-lib-output-for-ccacheStdenv
...
ccacheStdenv: inherit lib output from wrapped gcc
2016-05-14 06:25:34 +02:00
Benjamin Staffin
f17fc4ed1c
Merge pull request #15426 from zimbatm/packer-0.10.1
...
packer: 0.8.6 -> 0.10.1
2016-05-13 12:18:05 -04:00
Franz Pletz
4a3a92d5c8
jenkins: 1.653 -> 2.3
2016-05-13 17:45:39 +02:00
zimbatm
3aa2992bc1
packer: 0.8.6 -> 0.10.1
2016-05-13 09:39:08 +01:00
Vladimír Čunát
3e387c3e00
Merge branch 'staging'
...
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Pascal Wittmann
cfd899c00f
checkstyle: 6.17 -> 6.18
2016-05-12 20:41:30 +02:00
Thomas Tuegel
1ac8374e95
Merge branch 'ats2'
2016-05-12 10:23:12 -05:00
Thomas Tuegel
8c525431c8
postiats-utilities: init at 2.0.1
2016-05-12 07:37:53 -05:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Bjørn Forsman
300e495101
sigrok: update whole suite to latest (2016-01)
...
Release announcement, 2016-01-30:
https://www.sigrok.org/blog/major-sigrok-releases-libsigrok-libsigrokdecode-sigrok-cli-pulseview
I first tried updating the projects in separate commits. But later I
found cyclic dependencies, that would break git bisect, so I ended up
squashing the commits:
* libsigrok: 0.3.0 -> 0.4.0
Enable building libsigrokcxx.so, the C++ bindings for libsigrok, by
adding doxygen, glibmm and python as build deps. This is needed for
Pulseview >= 0.3.0. Also update the firmware (sigrok-firmware-fx2lafw)
while at it.
* libsigrokdecode: 0.3.0 -> 0.4.0
* sigrok-cli: 0.5.0 -> 0.6.0
* pulseview: 0.2.0 -> 0.3.0
New dependency: glibmm (due to libsigrokcxx.pc from libsigrok).
Note that collectd is incompatible with the new libsigrok release, so
I let it use the old one (0.3.0).
2016-05-11 22:23:29 +02:00
Aneesh Agrawal
f4a2ea2203
ccacheStdenv: inherit lib output from wrapped gcc
2016-05-11 00:45:41 -04:00
Tomasz Czyż
92cb6add9f
usb-modeswitch-data: init at 20160112
2016-05-10 21:59:37 +01:00
Tomasz Czyż
79c06a0ad9
usb_modeswitch: 2.2.1 -> 2.3.0
2016-05-10 21:58:31 +01:00
Joachim Fasting
f1184b8910
Merge pull request #15346 from ktosiek/dfeet-bump
...
d-feet: 0.3.10 -> 0.3.11
2016-05-10 09:10:59 +02:00
Tomasz Kontusz
0ac224345c
d-feet: 0.3.10 -> 0.3.11
2016-05-10 06:00:35 +02:00
Tobias Geerinckx-Rice
ad0a9f5f52
autogen: fix borked source URL and hash
2016-05-10 01:59:14 +02:00
Tobias Geerinckx-Rice
a40c1c21f1
autogen: 5.18.6 -> 5.18.7
2016-05-10 01:22:53 +02:00
Markus Hauck
40dae1aba8
scalafmt: init at 0.2.3
2016-05-09 19:57:42 +02:00
Vladimír Čunát
65a9fa8cdc
Merge branch 'master' into staging
2016-05-08 21:24:48 +02:00
Tobias Geerinckx-Rice
9f64457f10
yodl: 3.08.00 -> 3.08.01
2016-05-08 19:42:49 +02:00
Tobias Geerinckx-Rice
70a02d64bc
kcov: meta.{homePage -> homepage}
2016-05-08 00:45:06 +02:00
Rok Garbas
9cd896367a
pypi2nix: new release
2016-05-07 05:04:25 +02:00
Thomas Tuegel
b70d728ed7
cmake: use single output
...
Fixes #15184 . Install everything, including documentation, into one
output, increasing package size by 10%. Otherwise, the help commands for
CMake do not work. This is a good trade because CMake should be a
build-only dependency. The only reason the docs should ever make it to
runtime is if the user has actually installed CMake, in which case
there's a pretty good chance they want the docs, too.
2016-05-06 16:26:40 -05:00
Tim Steinbach
a17c90dcd1
gradle: 2.12 -> 2.13
2016-05-06 10:52:25 -04:00
Joachim Fasting
30f86c8299
Merge pull request #15166 from NixOS/pkgs/redis_dump/add
...
redis-dump: init at 0.3.5
2016-05-05 18:11:34 +02:00
Vladimír Čunát
1dc36904d8
Merge #14920 : windows improvements, mainly mingw
2016-05-05 08:30:19 +02:00
Vladimír Čunát
75f1cc61b8
Merge #14982 : gnum4: disable tests
2016-05-05 08:29:36 +02:00
vbgl
2c021bdbba
ocaml-oasis: 0.4.5 -> 0.4.6 ( #15209 )
2016-05-04 19:12:20 +02:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
vbgl
a95df7d800
Merge pull request #15106 from vbgl/camlp5-6.16
...
camlp5: 6.14 -> 6.16
2016-05-03 12:56:16 +02:00
Tobias Geerinckx-Rice
49fd7d9d08
autoconf-archive: 2015.09.25 -> 2016.03.20
2016-05-03 04:21:44 +02:00
Jaka Hudoklin
097a05a5b1
redis-dump: init at 0.3.5
2016-05-02 17:31:30 +02:00
Tobias Geerinckx-Rice
e8c6b47ee3
yodl: 3.07.01 -> 3.08.00
2016-05-02 16:33:53 +02:00
Joachim Fasting
e1197f6896
Merge pull request #15082 from namore/init_rake
...
rake: init at 11.1.1
2016-05-02 03:20:51 +02:00
Joachim Fasting
0ad1c9788a
Merge pull request #15133 from bobvanderlinden/fix-nwjs-popcorntime
...
nwjs: use correct nwEnv and rpath
2016-05-01 22:36:50 +02:00
Joachim Fasting
979de54175
Merge pull request #15122 from Ralith/rtags
...
rtags: 9fed420 -> 233543d
2016-05-01 22:11:43 +02:00
Bob van der Linden
3ba689ee2e
nwjs: use correct nwEnv and rpath
...
This is related to changes in fontconfig, pango, dbus and stdc++.
2016-05-01 19:39:56 +02:00
Arseniy Seroka
41efe6535d
Merge pull request #15099 from phunehehe/casperjs
...
Casperjs: refactor and update
2016-05-01 19:35:14 +03:00
Vincent Laporte
3a6c85da65
camlp5: 6.14 -> 6.16
2016-05-01 16:10:10 +02:00
Benjamin Saunders
0cef15181b
rtags: 9fed420 -> git-2016-04-29
2016-05-01 00:03:07 -07:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Joachim Fasting
aaae243b2b
imatix_gsl: fix build
...
See https://hydra.nixos.org/build/35004296/log/raw
Also fix some formatting issues.
2016-04-30 20:31:43 +02:00
Hoang Xuan Phu
d950d6b786
casperjs: test needs fontconfig
2016-04-30 18:26:09 +08:00
Hoang Xuan Phu
bb7e3c6753
casperjs: update to phantomjs2
2016-04-30 18:26:08 +08:00
Hoang Xuan Phu
52ec8e2ce4
casperjs: update to 1.1.1
2016-04-30 18:26:08 +08:00
Hoang Xuan Phu
60e8d9dfab
casperjs: refactor a bit
2016-04-30 18:26:08 +08:00
Pascal Wittmann
586d1f67ce
yodl: 3.06.00 -> 3.07.01
2016-04-30 10:42:35 +02:00
Tobias Geerinckx-Rice
fe9c463622
lemon: 1.0 -> 1.69
2016-04-29 21:42:35 +02:00
Roman Naumann
61c8af996f
rake: init at 11.1.1
2016-04-29 15:45:11 +02:00
Nathan Moos
6dac18a8be
imatix_gsl: init at 4.1
2016-04-28 18:26:10 -04:00
Tuomas Tynkkynen
4ff8f377af
Merge remote-tracking branch 'upstream/master' into staging
2016-04-28 00:13:53 +03:00
Emery Hemingway
ae59f6426a
autoconf: peg version 2.64
2016-04-27 11:51:20 +02:00
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Joachim Fasting
2dbfe512db
Merge pull request #14858 from ericbmerritt/elixir-support
...
Elixir support
2016-04-25 23:04:14 +02:00
Allen Nelson
bb9fa90dca
gnum4: disable tests
2016-04-25 11:48:47 -05:00
Allen Nelson
b48e1dd601
lsof: stop configure script from searching /usr paths
2016-04-25 11:14:22 -05:00
Eric Merritt
cd27abe751
rebar3: refactor
...
cleanup up the code quite a bit in the bootstrapper
2016-04-25 08:34:55 -07:00
Nikolay Amiantov
5f19542581
Merge commit 'refs/pull/14694/head' of git://github.com/NixOS/nixpkgs into staging
2016-04-25 18:02:23 +03:00
Vladimír Čunát
1c9234fd6c
foswiki, egypt, wml: fix build
2016-04-25 16:22:52 +02:00
Nikolay Amiantov
96a5c34bc5
cmake2_8: use get(Output) functions
2016-04-25 13:24:40 +03:00
Nikolay Amiantov
5ff40ddedf
add get* helper functions and mass-replace manual outputs search with them
2016-04-25 13:24:39 +03:00
Peter Simons
cf4a69e2ec
haskell-tinc: move the tool into the haskellPackages hierarchy like all other Haskell packages
2016-04-24 20:13:27 +02:00
robbinch
bd9d37e675
tinc-haskell: Rename package name to avoid conflict ( #14952 )
2016-04-24 18:32:16 +02:00
Franz Pletz
d1d4bd9a9d
avrdude: 6.1 -> 6.3
2016-04-24 17:41:08 +02:00
Eric Merritt
b26ecaf3ca
hex2nix: 0.0.3 -> 0.0.5
2016-04-23 19:03:30 -07:00
Eric Merritt
658a49b81d
rebar3: 3.0.0-beta.4 -> 3.1.0
2016-04-23 19:03:30 -07:00
Eric Merritt
383626b9d7
move rebar3-nix-bootstrap to rebar3
...
This moves rebar3-nix-bootstrap from its own repository to rebar3. Its a
single file and this vastly reduces the complexity of making changes.
2016-04-23 19:03:29 -07:00
Eric Merritt
8d3d0a1ca9
relx-exe: init at 3.18.0
...
This adds an executable version of the relx library to the system.
2016-04-23 19:03:29 -07:00
Eric Merritt
be5da0449e
beam-support: update registry to latest '59b836d'
2016-04-23 19:03:28 -07:00
Eric Merritt
8dbcb4e35e
beamPackages: Add support for Mix and Erlang.mk
2016-04-23 19:03:24 -07:00
Tadas Barzdzius
a49ffbb196
cargo: add libiconv to buildInputs to fix darwin build
2016-04-23 23:08:02 +03:00
Peter Simons
c604efecfc
Merge pull request #14873 from robbinch/pkg-tinc-haskell
...
tinc-haskell: init at 20160419
2016-04-22 17:08:42 +02:00
Vladimír Čunát
e9379f7416
Merge branch 'staging'
...
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Nikolay Amiantov
253b84a1eb
vscode, electron, atom: run fixup phases
2016-04-22 17:44:30 +03:00
Nikolay Amiantov
6185f74531
atom, electron, vscode: split dependencies to atomEnv
...
fixes #14890
2016-04-22 16:10:51 +02:00
Nikolay Amiantov
b2426adf1c
Merge pull request #14870 from retrry/rust-updates
...
Rust Updates
2016-04-22 14:29:14 +04:00
Robbin C
f1492bf44c
tinc-haskell: init at 20160419
2016-04-21 23:08:42 +08:00
Nikolay Amiantov
f3e8653647
valkyrie: move to qmake4Hook
2016-04-20 18:55:54 +03:00
Thomas Tuegel
491f7f017c
cmake: set LIBDIR and INCLUDEDIR for multiple outputs
2016-04-20 10:01:06 -05:00
Tadas Barzdzius
357a251bfb
rustfmt: 2016-03-22 -> 0.4.0
2016-04-20 12:43:00 +03:00
Tadas Barzdzius
7d661a4ab4
cargo: 0.8.0 -> 0.9.0. Enable Darwin
2016-04-20 12:42:37 +03:00
Brandon Edens
1d8e7cd4c9
kconfig-frontends: init 3.12.0.0
2016-04-19 21:17:47 -07:00
Joachim Fasting
b42bff4630
Merge pull request #14625 from utdemir/master
...
selenium-server-standalone: 2.45.0 -> 2.53.0
2016-04-19 13:48:06 +02:00
Utku Demir
cde425fcd4
Add correct libstdc++.so path to chromedriver
...
It was probably broken after the closure-size merge
2016-04-19 12:08:58 +03:00
Utku Demir
ffac939edc
selenium-server-standalone: 2.45.0 -> 2.53.0
...
Also remove `patchPhase`, since the relevant executable
does not exist anymore on the new archive.
2016-04-19 11:36:17 +03:00
Tobias Geerinckx-Rice
038b18496c
ccache: 3.2.4 -> 3.2.5
2016-04-17 18:25:07 +02:00
Mathieu Boespflug
6c9c59067b
gradle: fix attribute name for gcc libs path.
...
PR #14326 fixed gradle so that its native code library could find
libstdc++.so.6, but this fix is inoperative now, because this library
is in `"${stdenv.cc.cc.lib}/lib"` now, rather than
`"${stdenv.cc.cc}/lib"`.
2016-04-17 01:09:24 +02:00
Tuomas Tynkkynen
8a66effde2
Merge remote-tracking branch 'upstream/master' into staging
2016-04-15 22:46:41 +03:00
Joachim Fasting
be2bb668ec
cppcheck: 1.72 -> 1.73
...
ChangeLog at https://sourceforge.net/p/cppcheck/news/2016/04/cppcheck-173/
2016-04-15 17:43:50 +02:00
Joachim Fasting
7b9b6d27d3
cppcheck: split man output
2016-04-15 17:41:41 +02:00
Frederik Rietdijk
aedf601bba
Merge pull request #14687 from makefu/devpi-client-fix
...
devpi-client: add missing python libraries
2016-04-14 14:25:21 +02:00
joachifm
19e425fa0c
Merge pull request #14447 from mucaho/vscode_unfree
...
vscode: switch to unfree, binary package
2016-04-14 14:16:43 +02:00
makefu
776ff2e735
devpi-client: add missing python libraries
2016-04-14 14:06:32 +02:00
Tobias Geerinckx-Rice
994c9b7487
flexcpp: 2.04.00 -> 2.05.00
2016-04-14 02:37:53 +02:00
Nikolay Amiantov
52637e22cd
cmake: add all glibc outputs to system prefix
2016-04-14 01:03:23 +03:00
Nikolay Amiantov
d528c7d8f5
cmake-2_8: fix for multiple outputs
2016-04-14 01:03:23 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Michael Raskin
238cb743bc
scons: 2.4.1 -> 2.5.0
2016-04-13 14:47:04 +02:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Tuomas Tynkkynen
ba59be833b
sunxi-tools: Don't build on darwin
...
http://hydra.nixos.org/build/34390183/nixlog/1/raw
While at it, use fetchFromGitHub.
2016-04-13 04:06:15 +03:00
Tim Steinbach
7c2deb94bf
chromedriver: 2.14 -> 2.21
2016-04-12 11:07:56 -04:00
zimbatm
c8484b95be
Merge pull request #14600 from nckx/update/gup
...
Update gup and rename gfxmonk -> timbertson
2016-04-12 12:08:43 +01:00
Peter Simons
4fe298f248
Merge pull request #14603 from obadz/haste-fix
...
haskellPackages.haste-compiler: fix build issue in #14581
2016-04-12 10:01:27 +02:00
Franz Pletz
ef37c57e4e
dfu-util: 0.8 -> 0.9
2016-04-12 04:28:50 +02:00
obadz
c3860bf008
haskellPackages.haste-compiler: fix build issue in #14581
2016-04-11 17:21:18 +01:00
Tobias Geerinckx-Rice
57ef1712e3
Substite new GitHub username ‘timbertson’ for ‘gfxmonk’
2016-04-11 16:35:18 +02:00
obadz
7f2163fc97
haskellPackages.haste-compiler: fix so that it now builds and runs
...
Required adding:
haskellPackages.haste-Cabal, and
haskellPackages.haste-cabal-install
2016-04-11 15:24:56 +01:00
Tobias Geerinckx-Rice
613cef6240
gup: 0.5.4 -> 0.5.5; use fetchFromGitHub
2016-04-11 16:21:12 +02:00
obadz
e8b3532d26
xqilla: init at 2.3.3
2016-04-11 13:57:19 +01:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502
for nixpkgs
2016-04-10 11:17:52 +02:00
Vladimír Čunát
0f5dff43b7
doxygen: fix finding libiconv after #13856
...
The changed the build system to cmake, and it somehow won't find the
includes. I'm lazy to investigate details ATM.
2016-04-08 13:49:26 +02:00
joachifm
df3a139dc4
Merge pull request #14439 from zimbatm/travis-1.8.2
...
travis: init at 1.8.2
2016-04-08 00:39:51 +02:00
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Peter Simons
3110ba445f
cabal2nix: update to version 20160406
2016-04-07 07:53:57 +02:00
Domen Kožar
b77df197f5
phantomjs2: 2.0.0 -> 2.1.1 (fix build)
...
(cherry picked from commit 94036474c2
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-04-06 12:30:06 +01:00
Tuomas Tynkkynen
6b42f9f4be
Merge commit 'bde820' from staging
...
http://hydra.nixos.org/eval/1252653 - only ~9400 packages to go at the
time of writing this.
2016-04-06 01:18:28 +03:00
Tim Steinbach
54d93ab15a
liquibase: init at 3.4.2
2016-04-05 10:44:24 -04:00
mucaho
dc2a4e2097
electron: abstract out atom-env
2016-04-04 17:34:07 +01:00
zimbatm
dd0994e919
travis: init at 1.8.2
2016-04-04 14:24:45 +01:00
joachifm
a703bd49a9
Merge pull request #14418 from mucaho/vscode
...
Add visual studio code editor
2016-04-03 19:07:08 +00: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
joachifm
8c6f5ecf8f
Merge pull request #14259 from anderspapitto/master
...
distcc: add libiberty as a buildInput
2016-04-02 23:10:27 +00:00
Anders Papitto
c8865465cc
distcc: add libiberty as a buildInput
2016-04-02 13:56:55 -07:00
Eric Bailey
b11d8590d0
rebar3-nix-bootstrap: correct homepage URL
...
s/erl-nix/erlang-nix/
2016-04-02 15:45:06 -05:00
Aaron Son
bbfad5111a
gradle: Fix gradle-2.12 on Linux to find libstdc++.so reference in native library.
2016-04-01 14:33:23 -07:00
Mathias Schreck
5c21ca886e
galen: 2.2.3 -> 2.2.4
2016-04-01 12:51:17 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Nikolay Amiantov
5199176b65
Merge branch 'master' into staging
2016-03-31 15:46:52 +03:00
Domen Kožar
253af9a0a4
Merge pull request #14319 from grahamc/jenkins
...
jenkins: copy .war to $out, fixes #14137
2016-03-30 18:19:07 +01:00
Graham Christensen
0b8dd57694
jenkins: copy .war to $out, fixes #14137
2016-03-30 11:47:05 -05:00
Luca Bruno
18918507f2
oprofile: depend on libiberty_static
2016-03-30 17:51:20 +02:00
Vladimír Čunát
a26357eefe
Merge recent staging (with binaries on Hydra)
2016-03-30 10:41:02 +02:00
Evgeny Egorochkin
5982591afc
binutils: cherry-pick a patch from master; this fixes build failure for akonadi; see https://sourceware.org/bugzilla/show_bug.cgi?id=19698
2016-03-29 22:46:22 +03:00
Pascal Wittmann
0ca288abc8
global: 6.5.3 -> 6.5.4
2016-03-29 21:29:26 +02:00
Vladimír Čunát
117183e27e
intltool: fix problems with perl-5.22
...
http://hydra.nixos.org/build/33608086/nixlog/1/raw
2016-03-29 11:12:42 +02:00
Anthony Cowley
8db6998a0a
doxygen: fix on darwin
...
This avoids an issue where an old OS X SDK is assumed, leading to a
linker error of the form:
Undefined symbols: __Unwind_Resume
2016-03-28 18:19:41 -04:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Nikolay Amiantov
ef06c7db8f
spin: add ispin with tools
2016-03-26 17:05:29 +03:00
Nikolay Amiantov
f273dd226c
swarm: init at 3.1
2016-03-26 17:04:41 +03:00
Pascal Wittmann
54e1628b19
checkstyle: 6.16.1 -> 6.17
2016-03-25 17:22:11 +01:00
Pascal Wittmann
d02f35956b
gtk-doc: 1.24 -> 1.25
2016-03-24 00:07:40 +01:00
Pascal Wittmann
d05540b683
global: 6.5.2 -> 6.5.3
2016-03-24 00:07:40 +01:00
Domen Kožar
b7f50b493c
flow: 0.18.1 -> 0.22.1
...
(cherry picked from commit 15761b0520
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-22 21:22:15 +00:00
Nikolay Amiantov
ad1f158111
Merge pull request #14088 from jgillich/rust-head
...
Rust updates
2016-03-23 00:10:07 +04:00
Jakob Gillich
02b20eecc2
rustfmt: 2016-02-15 -> 2016-03-22
2016-03-22 17:33:06 +01:00
Pascal Wittmann
891fd356d7
avarice: fix build by using gcc49
...
See #13559
2016-03-22 16:44:31 +01:00
Jakob Gillich
a9326f6f34
cargoMaster: 2016-02-25 -> 2016-03-22
2016-03-22 13:16:56 +01:00
Franz Pletz
b2f92582fb
uhd: 3.7.0 -> 3.9.3
2016-03-22 01:18:01 +01:00
Peter Simons
2a0b0dbdf2
Merge pull request #13932 from anderspapitto/distcc
...
distcc: 3.1 -> 2016-02-16
2016-03-19 22:57:36 +01:00
Anders Papitto
ac85f1ab4b
distcc: 3.1 -> 2016-02-16
...
3.1 is from 2008
2016-03-19 14:55:56 -07:00
Joachim Fasting
a8556bd5d7
flexcpp: patch all shebangs & fix installation
...
Using the original build recipe would result in an output
without the actual flexcpp binary.
2016-03-18 22:12:03 +01:00
Mathias Schreck
f59b01847b
sauce-connect: 4.3.13 -> 4.3.14
2016-03-18 18:30:10 +01:00
Nicolas B. Pierron
1941c80610
rr: 4.0.3 -> 4.2.0
2016-03-18 16:01:14 +01:00
Joachim Fasting
dd177e62e3
flexcpp: 2.03.00 -> 2.04.00
2016-03-18 02:19:42 +01:00
Pascal Wittmann
ccaa568071
intel-gpu-tools: 1.13 -> 1.14
2016-03-17 21:45:53 +01:00
Christoph Hrdinka
d8f2e6aa71
backblaze-b2: 0.3.10 -> 0.4.4
2016-03-17 19:30:04 +01:00
Peter Simons
5af4afb36b
Merge pull request #13856 from jraygauthier/jrg/update_doxygen_from_186_to_1811
...
doxygen: 1.8.6 -> 1.8.11
2016-03-17 19:15:28 +01:00
Joachim Fasting
e524debaf0
indent: delete redundant preBuild
...
Builds fine for me without it. Also use https homepage url.
2016-03-17 14:18:30 +01:00
Tim Steinbach
aa4af87501
gradle: 2.11 -> 2.12
2016-03-16 18:55:11 +00:00
Pascal Wittmann
d0a1a8bf47
checkstyle: 6.16 -> 6.16.1
2016-03-16 18:10:01 +01:00
Allan Espinosa
d53c4be32e
jenkins: 1.652 -> 1.653
2016-03-15 15:19:48 -05:00
Arseniy Seroka
f29c07b464
Merge pull request #13914 from kamilchm/heroku
...
heroku: FIX for node not found https://github.com/NixOS/nixpkgs/issu …
2016-03-15 22:44:29 +03:00
Kamil Chmielewski
918ed0b834
heroku: FIX for node not found https://github.com/NixOS/nixpkgs/issues/10298
2016-03-15 14:07:33 +01:00
zimbatm
9504992e1d
Merge pull request #13897 from nbp/fix-ocaml-pkgs-platform
...
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-14 19:25:40 +00:00
Graham Christensen
b76f557887
g-wrap: Upstream sha256 changed
2016-03-14 10:50:42 -05:00
Raymond Gauthier
aef5836e3c
doxygen: 1.8.6 -> 1.8.11
...
As per upstream change, now uses cmake.
Tested proper function of both `doxygen` and `doxygen_gui`.
2016-03-14 10:20:48 -04:00
Vincent Laporte
456d16ff4b
verasco: init at 1.3
2016-03-14 12:06:18 +01:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
Eric Merritt
98b4d19a0b
cuter: init at 0.1
2016-03-12 13:45:00 -08:00
Joachim Fasting
93efa92367
cppcheck: move build-time dependencies to nativeBuildInputs
2016-03-12 19:06:57 +01:00
Nikolay Amiantov
2a288ad435
spin: add gcc to path
2016-03-12 14:13:42 +03:00
Markus Hauck
7b09191563
jo: init at 1.0
2016-03-11 19:33:13 +01:00
Eelco Dolstra
2af1cb3aa6
Merge remote-tracking branch 'origin/binutils-2.26' into staging
...
This still breaks a few packages, but nothing really major:
http://hydra.nixos.org/eval/1241850?filter=x86_64-linux&compare=1237919&full=#tabs-now-fail
2016-03-11 11:58:49 +01:00
Matt Whiteley
b48a917c97
chefdk: 0.10.0 -> 0.11.2
2016-03-10 17:19:30 -08:00
Domen Kožar
1c3dbe2431
Merge pull request #13786 from aespinosa/jenkins-1.652
...
jenkins: 1.650 -> 1.652
2016-03-09 10:55:50 +00:00
Allan Espinosa
6cab1cd62b
jenkins: 1.650 -> 1.652
2016-03-09 01:34:40 -06:00
Arseniy Seroka
14390da605
Merge pull request #13758 from gilligan/galen-2.2.3
...
galen: 2.2.1 -> 2.2.3
2016-03-08 22:27:07 +03:00
Thomas Tuegel
da972b6cc4
ncurses: move runtime utilities to $out
...
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.
Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Peter Simons
588a237e9e
cabal2nix: update to version 20160308
2016-03-08 17:55:04 +01:00
Mathias Schreck
f1d9be699d
galen: 2.2.1 -> 2.2.3
2016-03-08 14:39:55 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Eric Sagnes
ef9febe5ff
sqlitebrowser: 3.7.0 -> 3.8.0
2016-03-08 10:29:56 +09:00
Tuomas Tynkkynen
ad47355786
Merge remote-tracking branch 'upstream/master' into staging
2016-03-06 11:48:57 +02:00
Joachim Fasting
757a1f7fe9
cppcheck: 1.69 -> 1.72
...
Also add myself to the list of maintainers
2016-03-05 19:09:02 +01:00
Frederik Rietdijk
36506df7fe
Merge pull request #13448 from lancelotsix/use_recent_sqlalchemy_as_default
...
pythonPackages.sqlalchemy: follows upstream, use "sqlalchemy7" for lecagy
2016-03-05 11:07:50 -05:00
Nikolay Amiantov
1e51364dd5
spin: 6.4.3 -> 6.4.5
2016-03-04 14:46:46 +03:00
Gabriel Ebner
de24ea40f8
sbt: 0.13.9 -> 0.13.11
2016-03-03 16:09:00 +01:00
Peter Simons
17d1cd2efa
Merge pull request #11898 from aboseley/flex-cross-notests
...
flex: disable tests when cross compiling
2016-03-02 21:13:40 +01:00
Tobias Pflug
32e751d616
sauce-connect: fix hashes and phases
2016-03-01 21:47:41 +01:00
Allan Espinosa
ac687200e3
nexus: init at 2.12.0-01
2016-03-01 10:25:00 -06:00
Pascal Wittmann
931fa7433d
checkstyle: 6.15 -> 6.16
2016-02-29 23:35:32 +01:00
Eelco Dolstra
89742e6b05
binutils: Apply upstream bug fix
...
This broke syslinux: http://hydra.nixos.org/build/32430411/nixlog/89/raw
2016-02-29 15:33:57 +01:00
Eelco Dolstra
d255a8980a
patchelf: Use 0.9 release tarball
2016-02-29 11:35:59 +01:00
Tim Cuthbertson
70df5bf9ea
gup: 0.5.3 -> 0.5.4
2016-02-29 20:15:19 +11:00
zimbatm
3344f02b3b
Merge pull request #13485 from zimbatm/cide-0.9.0
...
cide: 0.8.1 -> 0.9.0
2016-02-28 12:51:41 +00:00
zimbatm
c08f18df63
cide: 0.8.1 -> 0.9.0
2016-02-28 12:49:20 +00:00
zimbatm
69ce5cb656
use the sourceforge mirrors everywhere
...
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Eelco Dolstra
817145ebbc
binutils: 2.23.1 -> 2.26
...
There has been an abortive attempt to upgrade binutils in the past
(see #909 ). Since we can't stay stuck at 2.23.1 forever, let's try
again.
2016-02-28 01:10:35 +01:00
Eelco Dolstra
424af2cd52
patchelf: 0.8 -> 0.9
2016-02-27 21:47:59 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Lancelot SIX
0467a17858
pythonPackages.sqlalchemy: follows upstream, sqlalchemy7 for lecagy
...
This makes pythonPackages.sqlalchemy the most up to date revision (it
was called sqlalchemy_1_0 before), and maintains the various “legacy”
versions available as pythonPackages.sqlalchemyX for X in {7,8,9}.
All derivations that required `sqlalchemy_1_0` now require `sqlalchemy`
while those that required `sqlalchemy` now require `sqlalchemy7`.
The derivations are not changed, only the attribute names they are
bound to.
2016-02-27 12:11:12 +01:00
zimbatm
7feaf55b7e
Merge pull request #11314 from anderspapitto/flamegraph
...
FlameGraph: init at 182b24fb
2016-02-26 23:16:27 +00:00
zimbatm
35ab3d301f
Merge remote-tracking branch 'upstream/staging'
2016-02-26 22:37:04 +00:00
zimbatm
c183117aee
Merge pull request #13441 from gilligan/add-galen-package
...
galen init at 2.2.1
2016-02-26 18:05:40 +00:00
Charles Strahan
53ea7dee75
emacs: fix priority for ctags
...
This fixes the previous attempt (in commit 46d1dd5
) to make ctags' ctags
override emacs' ctags. The higher the value of the priority attribute,
the higher the priority (see the definition of `buildEnv`).
2016-02-26 12:27:04 -05:00
Arseniy Seroka
edeb5480fc
Merge pull request #13438 from kamilchm/nimble
...
nimble: init at 0.7.2
2016-02-25 20:50:46 +03:00
Robin Gloster
c087af0d8c
Merge pull request #13450 from zimbatm/cide-dependency-fix
...
cide: add missing git runtime dependency
2016-02-25 16:58:44 +01:00
Robin Gloster
46e1af9bba
Merge pull request #13444 from gilligan/update-sauce-connect
...
sauce-connect: 4.3.6 -> 4.3.13
2016-02-25 16:56:44 +01:00
zimbatm
84a4d9e0e1
cide: add missing git runtime dependency
...
`git` is being used during `cide package`
2016-02-25 15:15:00 +00:00
Arseniy Seroka
a68eae7866
rustfmt: 2015-12-23 -> 2016-02-15
2016-02-25 15:57:18 +03:00
Nikolay Amiantov
a4902ff1fa
rustUnstable.cargo: 2016-01-10 -> 2016-02-25
2016-02-25 14:21:46 +03:00
Kamil Chmielewski
770f66b2ce
nimble: init at 0.7.2
2016-02-25 12:06:45 +01:00
Tobias Pflug
93aea6eccd
sauce-connect: 4.3.6 -> 4.3.13
2016-02-25 11:54:17 +01:00
Tobias Pflug
4304419443
galen init at 2.2.1
2016-02-25 10:25:31 +01:00
Allan Espinosa
21917bc8e2
jenkins: 1.649 -> 1.650
2016-02-25 02:16:35 -06:00
Vladimír Čunát
93f6af1071
Merge branch 'master' into staging
2016-02-25 09:01:48 +01:00
Vladimír Čunát
30b7bd8d01
Merge branch 'glibc-2.22' into staging
...
I'm running whole my working notebook on 2.22 without any problems.
I don't expect any significant issues.
2016-02-25 08:42:59 +01:00
Lancelot SIX
d7cb5f47d3
gdb: 7.10 -> 7.11
...
See announcement here :
http://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html
2016-02-24 15:55:20 +01:00
vbgl
b05708ba0e
Merge pull request #12741 from regnat/ocamlUpdates
...
ocamlPackages.findlib: 1.5.3 -> 1.6.1
2016-02-24 12:00:25 +01:00
Wout Mertens
17a759f346
Watchman: 4.3.0 => 4.5.0
2016-02-24 11:22:59 +01:00
Eelco Dolstra
aff0451c10
patchELF: Use correct directory
...
Borrowed from https://github.com/NixOS/nixpkgs/pull/13395 .
2016-02-24 11:13:36 +01:00
Jude Taylor
45ea4956d8
fix library dependencies for cargo on darwin
2016-02-23 16:42:51 -08:00
zimbatm
4fd875be4e
Merge pull request #13356 from zimbatm/cide
...
cide: init at 0.8.1
2016-02-23 22:28:02 +00:00
Arseniy Seroka
ee7c6d71b4
Merge pull request #13392 from spacefrogg/dialog
...
dialog: 1.2-20150920 -> 1.3-20160209
2016-02-23 21:29:10 +03:00
Frederik Rietdijk
40ca841c5c
Merge pull request #13124 from FRidh/buildPythonApplication
...
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Michael Raitza
af6c867512
dialog: 1.2-20150920 -> 1.3-20160209
2016-02-23 14:51:28 +00:00
Allan Espinosa
491007d0a1
jenkins: 1.647 -> 1.649
2016-02-22 00:37:07 -06:00
zimbatm
b58e26dbf6
cide: init at 0.8.1
2016-02-21 21:11:35 +00:00
Michael Hoy
7d6f2c4e3f
mdk: init at 1.2.9
2016-02-21 13:56:40 -06:00
Edward Tjörnhammar
8968a6e604
dcadec: init at 0.2.0
2016-02-21 15:32:12 +01:00
Pascal Wittmann
50f45db51c
icmake: 8.00.05 -> 8.01.00
2016-02-20 20:28:26 +01:00
Arseniy Seroka
a23a53a571
Merge pull request #13055 from dochang/rolespec
...
rolespec: init at 20160105
2016-02-19 23:02:16 +03:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Eelco Dolstra
d71a4851e8
Don't try to apply patchelf to non-ELF binaries
2016-02-18 22:54:11 +01:00
Eelco Dolstra
8af685d089
Merge pull request #13097 from jerith666/antrun
...
ant: preserve antRun script
2016-02-18 19:48:12 +01:00