Peter Simons
e8e206aa42
Merge pull request #9148 from Profpatsch/sbt-java-home
...
wrap sbt with $JAVA_HOME
2015-08-09 00:45:44 +02:00
Thomas Tuegel
28f0eb5af8
qt54: gdb required only for developerBuild
2015-08-08 15:23:48 -05:00
Thomas Tuegel
bdb24b90c8
qt53: gdb required only for developerBuild
2015-08-08 15:23:05 -05:00
Profpatsch
062cdfb3a1
sbt: add JAVA_HOME to sbt script
2015-08-08 20:08:00 +02:00
Michael Raskin
3e86c32254
ASDF: 3.1.4 -> 3.1.5
2015-08-08 21:01:31 +03:00
Michael Raskin
bd09d75b96
CL-Launch: 4.1.3.3 -> 4.1.4
2015-08-08 21:01:31 +03:00
Michael Raskin
9786c74792
libgphoto2: 2.5.7 -> 2.5.8
2015-08-08 21:01:31 +03:00
Michael Raskin
f89b651008
Botan: stable: 1.10.9 -> 1.10.10; unstable: 1.11.16 -> 1.11.19
2015-08-08 21:01:31 +03:00
Michael Raskin
a04b6f729a
SBCL: 1.2.13 -> 1.2.14
2015-08-08 21:01:31 +03:00
Michael Raskin
93dc62187b
Update MDDS homepage and version, needed for LibreOffice 5.0.0
2015-08-08 16:24:44 +03:00
Peter Simons
cfaa75a7c9
haskell-mockery: test suite fixed upstream
2015-08-08 10:55:49 +02:00
Peter Simons
102c690ee9
haskell-hinotify: test suite fixed upstream
2015-08-08 10:55:00 +02:00
Peter Simons
711d7a87ba
hackage-packages.nix: update to 886308a014
with hackage2nix revision v20150807-9-gbccef2c
2015-08-08 10:54:00 +02:00
Peter Simons
c25d82f64f
haskell-ide-backend: test suite depends on external processes
2015-08-08 10:49:10 +02:00
Peter Simons
e75e0d9aa4
haskell-hinotify: test suite won't compile
2015-08-08 10:49:10 +02:00
Damien Cassou
00b48f5069
Merge pull request #9165 from DamienCassou/update-pharo
...
Update Pharo VM and Launcher
2015-08-08 08:23:30 +02:00
Damien Cassou
ffa58ba098
Update Pharo VM and Launcher
2015-08-08 08:22:07 +02:00
Peter Simons
7151c0be17
haskell-mockery: disable the failing test suite altogether
2015-08-08 01:54:34 +02:00
Ricardo M. Correia
f49da34d82
rustc: 1.1.0 -> 1.2.0
2015-08-08 01:12:46 +02:00
Ricardo M. Correia
ad4adbdcb2
rustc: rename beta.patch to stable.patch
2015-08-08 01:12:46 +02:00
Pascal Wittmann
6f5c2ec311
checksyle: update from 6.8.2 to 6.9
2015-08-08 00:08:50 +02:00
William A. Kennington III
46acdd1608
rocksdb: 3.11.2 -> 3.12.1
2015-08-07 14:42:57 -07:00
William A. Kennington III
8dd3ee6bae
jsoncpp: 1.6.2 -> 1.6.5
2015-08-07 14:42:45 -07:00
Peter Simons
3dbfcdc3d4
cabal2nix: make the package visible from the top-level
...
This means that "nix-env -i cabal2nix" suffices to install this package.
2015-08-07 23:08:13 +02:00
Peter Simons
13dc24f5c3
cabal2nix: update to version 20150807-6-g9f58996
...
The generated shell.nix file accepts a string argument called "compiler" that
determines the package set used to instantiate the generated expression. For
example, running "nix-shell --argstr compiler ghc7102" would evaluate the build
inside of "pkgs.haskell.packages.ghc7102". Earlier versions of cabal2nix had the
current default compiler hard-coded in the expression, but after this change this
is no longer the case. When "compiler" remains unspecified, it defaults to
"default", and this value causes evaluation in "pkgs.haskellPackages", which is
the package set most people would like to use by default. That change has to
benefits:
1) Generated expression no longer contain any particular compiler version. The
choice of the default compiler depends on the version of Nixpkgs that's used
to build the expression.
2) When the default compiler is used, overrides configured for the default
package set apply, which was not the case in earlier versions.
2015-08-07 23:08:13 +02:00
Peter Simons
fe04998994
haskell-llvm-general-pure has been fixed upstream.
2015-08-07 23:08:13 +02:00
Michael Alan Dorman
1ab9c7d7e0
Add build-tool override for hlibgit2.
2015-08-07 23:08:13 +02:00
Peter Simons
e7084d1a82
haskell-thyme can't compile its test suite.
2015-08-07 23:08:12 +02:00
Peter Simons
66a2dbbd77
hackage-packages.nix: update to 1f18eb6546
with hackage2nix revision v20150807-5-g2b9cf46
2015-08-07 23:08:12 +02:00
Peter Simons
825a8a8623
jailbreak-cabal: build ghc-7.10.x version from source again
...
https://github.com/peti/jailbreak-cabal/issues/9 forced us to use a
binary version of jailbreak-cabal built with ghc 7.8.x in the 7.10.x
package set, which is awkward. Upstream fixed the underlying issue
in https://github.com/haskell/cabal/issues/2598 , but unfortunately
that fix didn't make it into the Cabal 1.22.4.0 release shipped by
ghc 7.10.2.
Now, we work around that issue by building jailbreak-cabal with an
unreleased development snapshot of Cabal in the ghc 7.10.x package
set.
Closes https://github.com/NixOS/nixpkgs/issues/8901 .
2015-08-07 23:07:50 +02:00
William A. Kennington III
4624985561
Merge branch 'master.upstream' into staging.upstream
2015-08-07 13:40:39 -07:00
Peter Simons
fd53387bba
haskell-imagemagick: test suite is broken
2015-08-07 15:13:16 +02:00
Peter Simons
2f03c42736
haskell-hscurses does not compile.
2015-08-07 15:13:16 +02:00
Peter Simons
60d5d37f2a
haskell-idris: add missing libgmp build input
2015-08-07 15:13:16 +02:00
Peter Simons
50483ce100
haskell-idris: override to add undeclared libgmp build input
2015-08-07 15:13:15 +02:00
Peter Simons
89ca308517
haskell-distributed-process-*: remove overrides -- these packages are utterly broken
2015-08-07 15:13:15 +02:00
Peter Simons
03f9f0f801
haskell-getopt-generics: don't run broken test suite
2015-08-07 15:13:15 +02:00
Peter Simons
1d889d92da
haskell-hoogle: don't run the part of the test suite that requires network access
2015-08-07 15:13:15 +02:00
Peter Simons
5154f5cb02
haskell-llvm-general-pure: disable broken test suite
2015-08-07 15:13:15 +02:00
Peter Simons
504aa843a1
haddock: disable test suite for GHC 7.10.x to avoid known failure
2015-08-07 15:13:15 +02:00
Peter Simons
61b44f4ef7
haskell-pcap: override to fix undeclared dependency
2015-08-07 15:13:15 +02:00
Peter Simons
849d618035
haskell-wl-pprint-terminfo: override to add undeclared/missing 'ncurses' dependency
2015-08-07 15:13:15 +02:00
Peter Simons
78dcbd3cc6
haskell-dpkg: the build is broken
2015-08-07 15:13:15 +02:00
Peter Simons
848472baaa
haskell-epic: add override to include missing dependencies
2015-08-07 15:13:14 +02:00
Peter Simons
7064e4fb46
haskell-generic-builder: add support for build-tools in the test suite stanza
2015-08-07 15:13:14 +02:00
Peter Simons
fcb8d47fcd
Switch ghcjs to ghc 7.10.2.
2015-08-07 15:13:14 +02:00
Peter Simons
961011aea1
haskell-logger: we cannot easily build the test suite due to cyclic dependencies
2015-08-07 15:13:14 +02:00
Peter Simons
efdaac847b
haskell-lzma-conduit: disable test suite to fix the build
...
Honestly, this package seems unmaintained, and we should probably
disable the build altogether.
2015-08-07 15:13:14 +02:00
Peter Simons
807c0c2029
haskell-webkit no longer compiles; the package doesn't find its system library build input anymore
...
@abbradar, maybe you know how to fix this?
2015-08-07 15:13:14 +02:00
Peter Simons
d968321e4b
haskell-wiring: build has been fixed upstream
2015-08-07 15:13:14 +02:00
Michael Alan Dorman
feee20e226
haskell-zip-archive: remove obsolete override
2015-08-07 15:13:13 +02:00
Peter Simons
8459ea641f
haskell-diagrams-lib: broken because it can't cope with recent versions of fsnotify and system-filepath
2015-08-07 15:13:13 +02:00
Peter Simons
c79879b955
haskell-hs-blake2 depends on broken llvm-base library.
2015-08-07 15:13:13 +02:00
Peter Simons
8db23bc08f
haskell-ghc-paths: register Nixpkgs-specific patch
...
This used to be added by cabal2nix, but now the tool no longer does because
there's no reliable way to refer to the patch file in the generated build
expression.
2015-08-07 15:13:13 +02:00
Peter Simons
a7cb42e1c2
haskell-wx: clean up overrides
2015-08-07 15:13:13 +02:00
Peter Simons
7bcc1bfc11
haskell: add 'addPkgconfigDepend' combinator to lib.nix
2015-08-07 15:13:13 +02:00
Peter Simons
4fb4e24bf3
hackage-packages.nix: update to 71e5685240
with hackage2nix version 20150807
2015-08-07 15:13:13 +02:00
Peter Simons
29fed6f834
cabal2nix: update to version 20150807
...
This update greatly enhances the accuracy with which dependencies are expressed
in the generated Nix files. Previous versions distinguished dependencies for
building ("buildDepends") and testing ("testDepends"). This distinction didn't
apply to system packages or build tools, however: the fields "extraLibs" and
"buildTools" applied to the entire build. This meant that dependencies required
only for testing would be pulled in regardless of whether the test were
actually being run, etc.
These days, we distinguish dependencies for libraries, executables, and tests,
and for each of those types we distinguish dependencies on Haskell libraries,
system libraries, pkgconfig libraries, and build tools. This gives us a
whopping 12 new attributes
xxxHaskellDepends
xxxSystemDepends
xxxPkgconfigDepends
xxxToolDepends
where "xxx" is any of "library", "executable", or "test".
The old dependency attributes are no longer generated by cabal2nix. The generic
builder in Nixpkgs still accepts them, though, for the sake of backwards
compatibility. This means that you don't have to re-generate all your build
expressions with the new version, but you *should*.
2015-08-07 15:03:58 +02:00
Tobias Geerinckx-Rice
22b2330a4d
libpsl: build & install documentation
...
Since this includes the man page, it seems worth the dependencies.
2015-08-06 23:44:53 +02:00
Tobias Geerinckx-Rice
9e60241f2f
libpsl: 0.7.1 -> 0.8.0
2015-08-06 23:44:53 +02:00
Peter Simons
5d1bcf2f4e
R: fix Hydra build & evaluation errors
2015-08-06 20:13:50 +02:00
Peter Simons
36fc26c0fc
R: regenerate CRAN and BIOC packages
2015-08-06 20:13:50 +02:00
Peter Simons
7a0fa8f898
r-modules: fix evaluation errors
2015-08-06 20:13:49 +02:00
Michel Kuhlmann
18cff91fb7
R: regenerate CRAN and BIOC packages
...
Closes https://github.com/NixOS/nixpkgs/pull/9037 .
2015-08-06 20:13:49 +02:00
Peter Simons
73ad191afb
r-modules: fix Hydra evaluation errors
2015-08-06 20:13:49 +02:00
William A. Kennington III
793cbaedf4
cmake: 3.2.2 -> 3.3.0
2015-08-06 10:15:04 -07:00
Peter Simons
6229ec91da
Add 'enableExecutableProfiling' argument to the generic Haskell builder.
...
Closes https://github.com/NixOS/nixpkgs/issues/2734 .
2015-08-06 16:13:10 +02:00
Peter Simons
dc293f6cea
Merge pull request #9130 from obadz/haskell-fixes
...
Haskell: patch regex-tdfa-text to fix build (required to build Leksah) + minor fixes
2015-08-06 13:56:09 +02:00
vbgl
4d22b539b8
Merge pull request #9070 from danbst/tortoise-hg
...
new package: TortoiseHg and dependencies
2015-08-06 12:55:56 +02:00
Pascal Wittmann
09ec228c9b
pure-octave: mark as broken
...
reported upstream as https://bitbucket.org/purelang/pure-lang/issues/38
2015-08-06 12:52:34 +02:00
Pascal Wittmann
006a2f553e
picoc: disable broken tests on i686
2015-08-06 12:52:34 +02:00
lethalman
61051ee836
Merge pull request #9109 from AndersonTorres/pysolfc
...
Pysolfc
2015-08-06 12:43:29 +02:00
Luca Bruno
86d7228365
libcanberra: fix .la file
2015-08-06 12:40:12 +02:00
obadz
64befd0cb3
haskell/regex-tdfa-text: add patch to fix build
...
http://hub.darcs.net/shelarcy/regex-tdfa-text/issue/1
2015-08-06 11:14:06 +01:00
obadz
5632ab7b24
haskell: delete unused patches
2015-08-06 11:14:06 +01:00
obadz
3801ef5912
haskell: move patches to patches directory
2015-08-06 11:14:05 +01:00
obadz
23f5a23ec7
haskell-modules/default.nix: this line of code is invalid but wasn't causing harm thanks to non-strictness
2015-08-06 11:09:47 +01:00
lethalman
a0f50b487e
Merge pull request #9108 from titanous/libcec3
...
libcec 3.0
2015-08-06 11:49:24 +02:00
lethalman
dad54b36fb
Merge pull request #9008 from philandstuff/fix-bazel
...
Fix bazel package
2015-08-06 11:47:54 +02:00
lethalman
00821f4046
Merge pull request #9066 from Bevaz/ccache-isGNU
...
ccache: set attribute isGNU = true
2015-08-06 11:46:02 +02:00
Vladimír Čunát
80129d23d9
gsl: fix patch URL that no longer worked ( close #9143 )
2015-08-06 11:04:37 +02:00
vbgl
b8a1e16f81
Merge pull request #9028 from samuelrivas/update-utop-and-camlp4
...
Update utop and camlp4
2015-08-06 09:11:34 +02:00
William A. Kennington III
f30a8f78a8
libpng: 1.2.52 -> 1.2.53
2015-08-05 23:37:07 -07:00
William A. Kennington III
8164d28315
libpng: 1.6.16 -> 1.6.18
...
Also enable apng by default
2015-08-05 23:26:00 -07:00
Samuel Rivas
37d0d8ac74
utop: 1.15 -> 1.17
...
Version 1.18 doesn't compile cleanly currently, I need to debug what is going on
there
2015-08-06 08:06:51 +02:00
Samuel Rivas
d516f12dba
camlp4: 4.02.0+1 -> 4.02+6
...
* Remove unneeded substitution in postConfigure
This was fixed here: 81ed5cf2e8
* camlp4: use fetchzip
It is considered more reliable than fetchurl
2015-08-06 08:06:16 +02:00
AndersonTorres
6513e09093
libtap: init at 1.12.0
2015-08-05 22:02:02 -03:00
William A. Kennington III
0ecc61b4d7
Merge branch 'master.upstream' into staging.upstream
2015-08-05 16:24:57 -07:00
William A. Kennington III
c1338b3b06
buildGoPackage: Remove references to the go compiler to reduce closure size for binaries
2015-08-05 16:23:03 -07:00
William A. Kennington III
2856d4701e
buildGoPackage: Support nativeBuildInputs
2015-08-05 16:22:36 -07:00
Tobias Geerinckx-Rice
80b87bf3cc
lzo: 2.08 -> 2.09
...
Also:
- improve descriptions somewhat;
- build in parallel;
- maintain.
2015-08-05 22:58:25 +02:00
Peter Simons
099c1a4522
haskell-tar: use older version for builds with GHC < 7.6.x.
2015-08-05 21:36:20 +02:00
Peter Simons
94e1660d00
haskell-mockery: run test suite with "TRAVIS=true" set to avoid timing issues
2015-08-05 21:36:20 +02:00
Peter Simons
552fcd0b75
haskell-hsqml-datamodel-vinyl is broken because of singletons.
2015-08-05 21:36:20 +02:00
Peter Simons
ab77228749
haskell-generic-builder: improve recognition of pkgconfig dependencies
2015-08-05 21:36:20 +02:00
Peter Simons
e4d493fc54
jailbreak-cabal: link statically to avoid runtime dependency on ghc
2015-08-05 21:36:19 +02:00
Peter Simons
b03ce5d57a
haskell-binary: update to version 0.7.6.1
2015-08-05 21:36:19 +02:00
Michael Alan Dorman
297ca5ff21
Update ghcjs.
2015-08-05 21:36:19 +02:00
Michael Alan Dorman
700d365d16
Update ghcjs-shims
2015-08-05 21:36:19 +02:00
Michael Alan Dorman
e0826531e1
Update ghcjs-boot
2015-08-05 21:36:19 +02:00
Peter Simons
66d8f03aa4
hackage-packages.nix: update to 88d2b472d2
with hackage2nix revision 012eb638a5db2ba7cf2c94e4375ea5cc05aefde0
2015-08-05 21:36:19 +02:00
Peter Simons
ebe412e8f7
ghc: update 7.10.2 to release version
2015-08-05 21:15:46 +02:00
Eelco Dolstra
91e71725d4
Remove some obsolete references to <nixos>
2015-08-05 17:37:08 +02:00
Pascal Wittmann
d7a6e25355
Merge pull request #8683 from aflatter/phantomjs2
...
Add phantomjs2
2015-08-05 15:08:30 +02:00
Michael Adler
3768bdf227
libcouchbase: 2.4.4 -> 2.5.2, refactor to use cmake
...
Building libcouchbase with automake is deprecated, thus use
cmake instead. This has the advantage that the package-config
file is installed as well.
2015-08-05 15:03:22 +02:00
Pascal Wittmann
bb04c579c3
fswatch: update from 1.4.7 to 1.5.0
2015-08-05 14:44:41 +02:00
Pascal Wittmann
454dc664a6
checkstyle: update from 6.8.1 to 6.8.2
2015-08-05 14:44:41 +02:00
Arseniy Seroka
be93928280
Merge pull request #9118 from ragnard/boot-bump-version
...
boot: Update to 2.2.0
2015-08-05 13:57:15 +03:00
Ragnar Dahlén
25bad2be17
boot: 2.0.0 -> 2.2.0
2015-08-05 11:54:40 +01:00
Ryan Scheel (Havvy)
cc12cea4b6
iojs: 2.5.0 -> 3.0.0
2015-08-05 02:59:20 +02:00
William A. Kennington III
926f073f55
Merge branch 'master.upstream' into staging.upstream
2015-08-04 15:32:43 -07:00
William A. Kennington III
f6dfaee6f5
libidn: 1.31 -> 1.32
2015-08-04 14:57:08 -07:00
Arseniy Seroka
bba10d8be4
Merge pull request #9039 from Bevaz/ccache-links
...
ccache: create symlinks to gcc utils in ccache-links bin directory
2015-08-04 15:55:35 +03:00
Luca Bruno
6dd9a13603
liboauth: use nss instead of openssl
...
OpenSSL support will be dropped in future releases of liboauth.
Also fix a broken .la file which previously referenced -lcrypto
without proper -L.
2015-08-04 11:04:21 +02:00
Jonathan Rudenberg
c94bf0e8b1
libcec: 2.2.0 -> 3.0.1
...
Also adds the libcec_platform library which is a new dependency.
2015-08-03 19:51:59 -04:00
William A. Kennington III
a2da9cfcaf
Merge branch 'master.upstream' into staging.upstream
2015-08-03 14:27:14 -07:00
William A. Kennington III
1f103d8efc
libnice: 0.1.4 -> 0.1.13
2015-08-03 14:11:43 -07:00
William A. Kennington III
43bd15b9b5
gupnp: 0.20.9 -> 0.20.14
2015-08-03 14:11:43 -07:00
William A. Kennington III
0392e9c8c6
gupnp-av: 0.12.4 -> 0.12.7
2015-08-03 14:11:43 -07:00
William A. Kennington III
68ba5ae1ef
gupnp-igd: 0.2.1 -> 0.2.4
2015-08-03 14:11:42 -07:00
William A. Kennington III
29fb4c4dc0
gssdp: 0.14.6 -> 0.14.11
2015-08-03 14:11:42 -07:00
Nikolay Amiantov
4dde32b4f2
gradle: move to dedicated directory to prevent clashes with other java applications
2015-08-03 23:26:49 +03:00
Nikolay Amiantov
52fb36e7e0
maven: move to dedicated directory to prevent clashes with other java applications
2015-08-03 23:26:45 +03:00
Arseniy Seroka
c68f9cfc9e
Merge pull request #9097 from lancelotsix/upgrade_poezio
...
Upgrade poezio
2015-08-03 15:53:44 +03:00
Jascha Geerds
4493ca0094
ldns: Add myself as a maintainer
2015-08-03 11:38:00 +02:00
Jascha Geerds
8c6a2e3b5d
ldns: Add linux to platforms
2015-08-03 11:38:00 +02:00
Lancelot SIX
b867cc62a7
poezio: 0.8.1 -> 0.9
2015-08-03 09:31:21 +00:00
Michael Raskin
5210b4c7a8
ECL: Strip manual configure patching and regeneration as it doesn't work anyway
2015-08-03 08:38:00 +03:00
Jude Taylor
ebda45e6b9
add darwin gcc fixes to gcc 5
2015-08-02 14:38:25 -07:00
Robert Scott
aefc8b3ddf
elfutils: upgrade to 0.163 due to security
...
... vaguely mentioned by upstream, see e.g. FEDORA-2015-11380.
Close #9084 .
2015-08-02 09:36:25 +02:00
Anton Fedotov
f0269dd8b0
go-modules: This patch fixes an error with copying sources during installPhase if src of go module conatins file with spaces
2015-08-02 07:09:34 +03:00
William A. Kennington III
1dab05033f
Merge branch 'master.upstream' into staging.upstream
2015-08-01 19:18:08 -07:00
William A. Kennington III
da76816b0c
nghttp2: 1.1.1 -> 1.1.2
2015-08-01 19:11:07 -07:00
William A. Kennington III
559d2252e8
sqlite: Add feature flags, mostly taken from the gentoo ebuild
2015-08-01 19:08:31 -07:00
William A. Kennington III
376dc3e044
sqlite: 3.8.10.2 -> 3.8.11.1
2015-08-01 19:06:31 -07:00
William A. Kennington III
4739848cba
libs3: 2015-01-09 -> 2015-04-23
2015-08-01 18:05:51 -07:00
William A. Kennington III
09b4a7cc1b
Merge branch 'master.upstream' into staging.upstream
2015-07-31 17:26:20 -07:00
William A. Kennington III
308da3054e
ustr: Cleanup
2015-07-31 17:11:10 -07:00
William A. Kennington III
40f45dcb6d
tdb: 1.3.6 -> 1.3.7
2015-07-31 17:11:10 -07:00
William A. Kennington III
898660f2d0
talloc: 2.1.2 -> 2.1.3
2015-07-31 17:11:10 -07:00
William A. Kennington III
3989c87ee1
ldb: 1.1.20 -> 1.1.21
2015-07-31 17:11:10 -07:00
Jude Taylor
cb7c053383
add fixes to gcc-4.8
2015-07-31 16:21:01 -07:00
Jude Taylor
46ab7db108
remove useless CFLAGS_FOR_BUILD from configure flags in gcc
2015-07-31 11:35:42 -07:00
Jude Taylor
4a495cfbab
build gcc-4.9 on darwin
2015-07-31 11:35:42 -07:00
Jude Taylor
7024b4dc62
add Darwin's flavor of lsof
2015-07-31 11:35:42 -07:00
Anton Fedotov
09b611ee8e
ccache: set attribute isGNU = true
2015-07-31 16:58:03 +03:00
Vladimír Čunát
eb4a88d8fd
glibc-locales: check that all we build is supported
...
Until now, if e.g. the user passed "en_US.UTF-8" instead of "en_US.UTF-8/UTF-8",
the locales would be generated without failing but wouldn't work well.
Now we guard against such mistakes. Real life examples:
https://github.com/fish-shell/fish-shell/issues/1927
2015-07-31 15:39:52 +02:00
Anton Fedotov
16aadf2d79
ccache: create symlinks to gcc utils in ccache-links bin directory
2015-07-31 15:56:02 +03:00
Eelco Dolstra
6310a9a3be
gnum4: Fix impurity in shell handling
...
If gnum4 is built outside of a chroot, it will decide to use
/run/current-system/sw/bin/sh as the shell for "syscmd". (It gets this
path via "getconf PATH". Maybe our Glibc shouldn't return that path,
at least not during Nix builds...) If such a build of gnum4 is
subsequently used *inside* a chroot, it won't work because
/run/current-system doesn't exist. So specify an explicit path to the
shell.
2015-07-31 04:13:08 +02:00
Tobias Geerinckx-Rice
6c6201a99b
Remove unnecessary rec{s from "my" packages
2015-07-31 02:02:07 +02:00
Eelco Dolstra
55932c1bec
Don't statically depend on cacert for certificates
...
This reverts commit cd52c04456
and
others.
Managing certificates (including revoking certificates and adding
custom certificates) becomes extremely painful if every package in the
system potentially depends on a different copy of cacert. Also, it
makes updating cacert rather expensive.
2015-07-31 01:34:58 +02:00
John Wiegley
23562aad59
Revert "emacs: Update Mac Port Emacs to 24.5-mac-5.9"
...
This reverts commit 5c896e5511
, which was
a set of local changes unrelated to the commit title.
2015-07-30 16:21:39 -07:00
William A. Kennington III
7ebe164ae0
Merge branch 'master.upstream' into staging.upstream
2015-07-30 15:03:10 -07:00
Thomas Tuegel
942e74bec8
Merge pull request #9007 from vbgl/julia-3.10
...
julia: 0.3.9 -> 0.3.10
2015-07-30 14:45:21 -05:00
danbst
3845b25623
pythonPackages.qscintilla: init at 2.9
2015-07-30 19:12:40 +00:00
Vladimír Čunát
a3a155402a
Merge #8929 : perl-LWP: enable tests + a few bumps
2015-07-30 16:03:44 +02:00
Vladimír Čunát
e72b405104
libpng-1.2: maintenance update
...
Also drop xz input, as it isn't needed (stdenv unpacks xz by itself).
2015-07-30 13:48:59 +02:00
Vladimír Čunát
e942b5892d
libpng15: remove unused version
2015-07-30 13:48:58 +02:00
Luca Bruno
863d426a3b
supercollider: build with gcc48 (ZHF)
2015-07-30 13:09:58 +02:00
Vladimír Čunát
862900e42e
mass-replace deprecated usage of find -perm ( Fixes #9044 )
...
sed 's|-perm +0|-perm /0|g'
It's a mass-rebuild due to usage in stdenv's default setup hooks.
2015-07-30 10:30:17 +02:00
William A. Kennington III
af6d8b5182
etcdctl: Use goPackages version of etcd
...
cc @cstrahan
2015-07-29 18:32:09 -07:00
William A. Kennington III
a4707aed55
go: Run builds in parallel
2015-07-29 18:16:56 -07:00
William A. Kennington III
c6bb486641
go: govers is a native input
2015-07-29 18:16:35 -07:00
William A. Kennington III
a7abfaff2a
accelio: 1.4 -> 2015-07-28
2015-07-29 18:15:08 -07:00
William A. Kennington III
202c5be5c6
gcc5: Sync outputs changes with gcc4.9
2015-07-29 10:42:50 -07:00
William A. Kennington III
aaef42ab8c
Merge branch 'master.upstream' into staging.upstream
2015-07-29 10:23:08 -07:00
Vladimír Čunát
af3261f7a2
lsof: use a pair of URLs to work when upstream updates
...
Fixes #9043 for future bumps.
2015-07-29 17:46:53 +02:00
Ricardo M. Correia
21579ef5d0
rustcMaster: 2015-07-01 -> 2015-07-28
2015-07-29 15:51:29 +02:00
lethalman
b5bb6b4fac
Merge pull request #9042 from Havvy/iojs
...
iojs: 2.4.0 -> 2.5.0
2015-07-29 15:03:18 +02:00
Ryan Scheel (Havvy)
6fd8428edf
iojs: 2.4.0 -> 2.5.0
2015-07-29 14:36:21 +02:00
Nikolay Amiantov
e3d359a507
haskellPackages.misfortune: remove redundant patch
2015-07-29 13:51:11 +03:00
John Wiegley
5c896e5511
emacs: Update Mac Port Emacs to 24.5-mac-5.9
2015-07-28 20:08:53 -07:00
Eric Seidel
eca6aa0e8d
Merge pull request #8935 from acowley/smlnj-darwin
...
smlnj: build on darwin
2015-07-28 17:39:44 -07:00
Philip Potter
76dd430cd8
bazel: fix build, make compatible with openjdk
...
Bazel 981b7bc1 depends on protobuf-2.5 and won't work with 2.6 (and in
bbe84fe3d upgraded straight to protobuf 3.0.0-alpha3); this commit fixes
the dependency to depend on protobuf2_5 specifically.
The bazel compile.sh needs `which` on the PATH; so this commit adds that
as a dependency.
Setting JAVA_HOME to ${jdk} broke bazel when used with openjdk, with the
message:
Problem with java installation: couldn't find/access rt.jar in /nix/store/z9vc0vzyzhnpl5l5inmqdnvdnbxmmmg7-openjdk-8u60b24
This is because if you set JAVA_HOME, bazel will look for rt.jar in
$JAVA_HOME/lib and $JAVA_HOME/jre/lib, but the nixpkgs openjdk
distribution puts rt.jar in ${jdk}/lib/openjdk/jre/lib for some reason.
To fix this, this commit uses the ${jdk.home} passthru value to use the
appropriate JAVA_HOME for the given jdk.
As bazel now works with openjdk, and openjdk is free while oraclejdk is
not, this commit changes the default jdk for bazel to openjdk.
Since this package didn't have a listed maintainer, I'm claiming it.
2015-07-28 20:38:44 +01:00
Jude Taylor
78e6b78bc6
fix source hashes for cabal2nix and bundler
2015-07-28 12:24:14 -07:00
Allen Nelson
3c6c6c19f2
freetds: fix broken url ( close #9031 )
2015-07-28 20:37:41 +02:00
Vladimír Čunát
cf5f43162b
mesa: maintenance update
2015-07-28 19:16:19 +02:00
Luca Bruno
9e0dcf3bd9
libarchive: fix .la file
2015-07-28 15:22:56 +02:00
Nikolay Amiantov
c60e4016e7
libtirpc: fix missing symbols
2015-07-28 15:23:38 +03:00
Eelco Dolstra
cca7cdb631
php: Update to 5.4.43, 5.5.27, 5.6.11
...
CVE-2015-3152
2015-07-28 13:10:53 +02:00
Vladimír Čunát
0c4e4e6849
Merge branch 'master' into staging
...
There was a mass-rebuild due to expat CVE.
2015-07-28 13:09:43 +02:00
Arseniy Seroka
40724d6843
Merge pull request #9019 from deepfire/nokinds-bump
...
ghcNokinds: update 20150703 -> 20150718
2015-07-28 13:58:35 +03:00
Nikolay Amiantov
5fc747f23b
qpdf: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
83e6095f9f
libiberty: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
4b9d22db08
folly: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
ce5a813acb
double-conversion: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
81d1367b79
cppzmq: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
b639dcf9e0
libtirpc: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
3ed3503bf7
libchardet: update upstream URL
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
41281e46a5
libbluray: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
5656c8cb8e
libaacs: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
f2692a96a2
fix homepages
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
f5b41dbf42
haskellPackages.gnuplot: remove reduntant patch
2015-07-28 12:33:29 +03:00
Nikolay Amiantov
e3461ce259
rPackages.stringi: add ICU data tables
2015-07-28 12:33:29 +03:00
James Cook
fba4a95068
expat: patch for CVE-2015-1283 from Mozilla
2015-07-27 22:36:15 -07:00
Tobias Geerinckx-Rice
208bd8242d
apktool: set sourceRoot
...
Otherwise installation fails with the message that unpacking produced
no directories (which is true).
2015-07-28 02:55:55 +02:00
William A. Kennington III
459c3ff560
libsoup: 2.48 -> 2.50
...
Also remove doc output as this package generate no documentation.
2015-07-27 17:45:23 -07:00
William A. Kennington III
6b55ca513d
Merge branch 'master.upstream' into staging.upstream
2015-07-27 16:11:03 -07:00
Kosyrev Serge
103613f766
ghcNokinds: 20150703 -> 20150718
2015-07-28 02:02:33 +03:00
William A. Kennington III
e4956ba0ca
Merge pull request #9011 from eduarrrd/master
...
Add current alpha of protobuf 3
2015-07-27 18:05:10 -04:00
Eduard Bachmakov
67c186a7ea
Add current alpha of protobuf 3
2015-07-27 18:00:47 -04:00
Arseniy Seroka
fe0809fb66
Merge pull request #9015 from AndersonTorres/lightning
...
Lightning: 2.0.5 -> 2.1.0
2015-07-28 00:45:19 +03:00
Jude Taylor
fa6c8445c7
make libcxxStdenv work on both darwin and linux
2015-07-27 14:25:40 -07:00
William A. Kennington III
6e2103068d
exempi: Use default boost
2015-07-27 13:12:24 -07:00
William A. Kennington III
56ed2e9b11
Merge pull request #9010 from rycee/fix/ecj
...
ecj: require jdk7 instead of jdk (fix build)
2015-07-27 15:50:11 -04:00
AndersonTorres
6f1b2e7de2
Lightning: 2.0.5 -> 2.1.0
2015-07-27 13:28:34 -03:00
William A. Kennington III
38c071cdcc
harfbuzz: 0.9.41 -> 1.0.1
2015-07-27 09:23:03 -07:00
Robert Helgesson
923dda992b
ecj: require jdk7 instead of jdk
...
The ecj build fails in Java 8 due to backwards incompatible changes in
the `javax.lang.model` namespace so with this change we specifically ask
for a JDK for Java 7.
2015-07-27 17:37:37 +02:00
William A. Kennington III
bd5f2c9638
Merge branch 'master.upstream' into staging.upstream
2015-07-27 08:17:19 -07:00
vbgl
93ec36702e
Merge pull request #9013 from lessrest/update-flow
...
flow: 0.1.0 -> 0.13.1
2015-07-27 13:38:18 +02:00
Daniel Brockman
322358db03
flow: 0.1.0 -> 0.13.1
2015-07-27 12:00:54 +02:00
Eelco Dolstra
e1f78bf677
More docs/manpages in separate outputs
2015-07-27 00:27:54 +02:00
Eelco Dolstra
f41201ef97
heimdal: Fix description
2015-07-27 00:27:19 +02:00
Eelco Dolstra
af6ebe817b
Remove unused gettext versions
2015-07-27 00:27:19 +02:00
Eelco Dolstra
f98c7f2976
More docs in separate outputs
2015-07-26 22:46:45 +02:00
Eelco Dolstra
a2ddbc422f
xapian: Move docs to separate output
...
This reduces xapian's "out" from 9.1 to 3.3 MB.
2015-07-26 22:46:44 +02:00
Eelco Dolstra
b07de4bf8b
libsoup: Don't install docs
2015-07-26 22:46:23 +02:00
Eelco Dolstra
fc1077c9fb
libsoup: Don't enable GNOME support by default
...
This bloats packages (like GStreamer) that depend on libsoup.
2015-07-26 22:46:23 +02:00
Eelco Dolstra
ecae014ddb
gnutls: Don't depend on trousers by default
...
Let's keep the base system free of "trusted" computing crap...
2015-07-26 22:46:23 +02:00
Vincent Laporte
8a6c9f16bf
julia: 0.3.9 -> 0.3.10
2015-07-26 22:06:34 +02:00
Benjamin Saunders
19f371d8d9
Fix libcxxStdenv on Linux
...
This corrects linkage failures arising from missing -lc++abi and
resolves "unused argument" warnings arising due to -stdlib=libc++
serving no purpose when search paths are being supplied explicitly.
2015-07-26 12:56:49 -07:00
Vladimír Čunát
b875ea5d29
Merge branch 'master' into staging
2015-07-26 17:57:46 +02:00
Ricardo M. Correia
61f1594378
libraw: fix version number (0.16.1 -> 0.16.0)
...
The last commit that touched this library updated the version number but
not the hash. I opted into fixing the version number rather than the
hash because actually updating libraw into version 0.16.1 or later
causes a build failure in libkdcraw and therefore breaks gwenview (which
is one of the main KDE apps).
2015-07-26 16:11:08 +02:00
Eelco Dolstra
a951f11021
Move some more gtk-docs to the doc output
2015-07-26 13:43:49 +02:00
Eelco Dolstra
e939757609
libxml2: Move docs to separate output
...
This reduces the size of "out" from 8.6 to 2.4 MB.
2015-07-26 13:36:22 +02:00
Eelco Dolstra
1a4bb0ef9b
libbluray: Don't depend on the JDK by default
...
Depending on the JDK increases the closure size by a few hundred MB.
Issue #8990 .
2015-07-26 12:00:54 +02:00
Eelco Dolstra
d7e97e07a3
librsvg: Disable GTK+ 3 dependency
...
GTK+ 2 is still our default, so packages should generally not depend
on GTK+ 3. For instance, this causes Emacs to depend on both GTK+ 2
and 3, which is obviously a bad thing.
Issue #8990 .
2015-07-26 12:00:43 +02:00
Vladimír Čunát
06510fab8c
mesa: get rid of llvm dependency in $out, /cc #8990
...
- libXvMC* should be found fine in $drivers
- for d3d state tracker, I don't know how it works,
but it's a non-critical thing and maybe no nixers use it yet
2015-07-26 11:55:18 +02:00
Vladimír Čunát
4de0d7def5
libdmtx: remove imagemagick dependency, /cc #8990
...
I found no reason for the dependency at all, and it was even propagated.
Neither Debian nor Arch have any kind of it.
2015-07-26 09:36:13 +02:00
Peter Simons
54d86f86fd
haskell-base: update override for new version
2015-07-25 20:54:42 +02:00
Peter Simons
867eda32ca
haskell-Southpaw cannot be built on Unix.
2015-07-25 20:54:42 +02:00
Peter Simons
b49b2d9bba
haskell-shelly: test suite has been fixed upstream
2015-07-25 20:54:42 +02:00
Peter Simons
4139c6c809
hackage-packages.nix: update to 0a07c4217d
with hackage2nix revision e5e4464893b2b964424077e4fe7ef1a76e6d1173
2015-07-25 20:54:42 +02:00
Vladimír Čunát
389c90aa86
llvmPackages*: refactor to use callPackage, etc.
...
Also use recurseIntoAttrs only on the default version (instead of only on 3.4).
The "self" variants (stil) don't build and they're inconsistent
versions. /cc @shlevy (fea2266290
).
2015-07-25 09:13:52 +02:00
Anthony Cowley
9651f06a2d
smlnj: build on darwin
2015-07-24 18:24:03 -04:00
Peter Simons
3d6bd6a1fa
gfortran: disable parallel building to avoid weird build failures
...
More details are at 784025c747 (commitcomment-12328357)
.
2015-07-24 16:56:46 +02:00
Vladimír Čunát
a2f16fdcff
Merge branch 'staging'
2015-07-24 15:12:28 +02:00
Jude Taylor
4fab7321bf
make changes needed to build mongodb
2015-07-23 15:47:16 -07:00
Vincent Laporte
8897299e8f
mezzo: fix build with OCaml-4.02
2015-07-23 21:45:14 +02:00
Sergey Mironov
9944d92dff
omniorb: add the expression
2015-07-23 20:42:35 +02:00
Peter Simons
74bc5a2240
haskell-shelly: disable test suite to fix the build
2015-07-23 19:50:56 +02:00
Peter Simons
44513ae025
haskell-inilist: test suite cannot be built because it depends on broken testpack
2015-07-23 19:50:56 +02:00
Peter Simons
b6f581a848
hackage-packages.nix: update to 2a867ffd9f
with hackage2nix revision 3606ad40536a2dae452307184b9bd70a2eff8c89
2015-07-23 19:50:56 +02:00
Samuel Rivas
d1e6f055fe
Fix haxe to compile with ocaml 4.02
...
camlp4 is now a separate package
2015-07-23 19:50:01 +02:00
Samuel Rivas
5342e2a598
Make ocaml's mysql propagate mysql.lib
...
There was a typo preventing other packages from properly building
2015-07-23 19:50:01 +02:00
Arseniy Seroka
177582545d
Merge pull request #8961 from Havvy/iojs
...
Update io.js (2.3.4 -> 2.4.0)
2015-07-23 20:40:03 +03:00
Vincent Laporte
a74f3a6270
ocaml-csv: 1.4 -> 1.4.1
2015-07-23 19:36:24 +02:00
Vincent Laporte
aa8bb63248
ocaml-fileutils: 0.4.5 -> 0.5.0
2015-07-23 19:32:21 +02:00
Vincent Laporte
ab42912498
ocaml-macaque: 0.7.1 -> 0.7.2
2015-07-23 19:30:39 +02:00
Ryan Scheel (Havvy)
89cda4c95a
iojs (2.3.4 -> 2.4.0)
2015-07-23 19:24:05 +02:00