Peter Simons
bc08bef615
Merge pull request #16382 from Ericson2314/morgue
...
Remove misc dead code
2016-06-21 11:54:14 +02:00
John Ericson
7cbf4a56f7
Remove dead pkgs/development/compilers/ghc/with-packages.nix
...
Superseded by `/pkgs/development/haskell-modules/with-packages-wrapper.nix`
2016-06-20 23:53:09 -07:00
Bjørn Forsman
099d3dc43b
microscheme: 0.9.2 -> 0.9.3
2016-06-20 16:29:23 +02:00
Vladimír Čunát
8bf002daac
libcxx-3.8: apply Darwin-specific patch only on Darwin
...
... to better decouple different platforms (in future).
2016-06-20 15:17:41 +02:00
Vladimír Čunát
c67e08e1af
Merge #16323 : llvmPackages_38 fixes
2016-06-20 15:17:40 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Benjamin Saunders
46ae67d776
libc++, libc++abi, lldb: fix 3.8
2016-06-18 18:18:22 -07:00
Joachim Fasting
48e45f43ac
Merge pull request #16295 from NeQuissimus/openjdk8_102
...
openjdk: 8u92b14 -> 8u102b04
2016-06-17 18:00:45 +02:00
William Casarin
a34ec65659
terra: 2016-01-06 -> 2016-06-09
...
* llvmPackages_35 -> llvmPackages_38
* static llvm no longer needed
* multiple outputs, this generates the following results:
- out/lib/terra.so
- bin/bin/terra
- dev/include/terra/*.h
- static/lib/libterra.a
Contributed with help from @joachifm
2016-06-16 20:02:49 -07:00
Tim Steinbach
f7ab8f80a0
openjdk: 8u92b14 -> 8u102b04
2016-06-16 22:19:41 +00:00
Joachim Fasting
e915625ace
Merge pull request #15929 from earldouglas/avian
...
avian: init at 1.2.0
2016-06-16 15:35:48 +02:00
David Craven
54f80775cb
rust: Refactoring of rust and cargo packages
2016-06-15 12:47:13 +02:00
David Craven
d8a7aaf179
rustc: Prepare for 1.10.0 release
2016-06-14 23:09:21 +02:00
David Craven
447dce99da
rustc: Enable crosscompiling std crates
2016-06-14 23:09:21 +02:00
David Craven
0720373dfc
cargo: Use stable releases instead of snapshots
2016-06-14 23:09:21 +02:00
Peter Simons
39d657ec04
Merge pull request #16167 from rasendubi/ghc-docs
...
GHC: Split docs
2016-06-14 12:32:42 +02:00
Alexey Shmalko
2089dd4ab6
GHC: Split docs
2016-06-12 14:03:43 +03:00
Maciek Starzyk
ab09c37f99
nim: 0.13.0 -> 0.14.2
2016-06-11 14:53:07 +02:00
Nikolay Amiantov
5dc116e456
julia-git: 0.4.4-pre-2016-02-08 -> 0.5.0-dev-2016-06-10
2016-06-11 02:43:44 +03:00
Rushmore Mushambi
902b6d5691
Merge pull request #16093 from rushmorem/update-go
...
go: v1.5.3 -> v1.5.4
2016-06-10 00:14:56 +02:00
Joachim Fasting
7bd515979c
tinycc: fix paxmark call
...
I missed this due to testing on a checkout that didn't contain
the paxmark fix ...
2016-06-09 23:06:01 +02:00
rushmorem
0e262f52f3
go: v1.5.3 -> v1.5.4
2016-06-09 19:18:07 +02:00
Rahul Gopinath
35c544e6d4
factor: disable build on i686-linux
...
The factor language should be built only on x86_64 machines.
2016-06-09 04:19:00 -07:00
Rahul Gopinath
51a7260fba
factor-lang: Init at 0.98
...
Factor is a concatenative, stack-based programming language.
2016-06-08 21:45:43 -07:00
Joachim Fasting
ed412d4c5e
Merge pull request #15971 from phile314/master
...
uhc: 1.1.9.3 -> 1.1.9.4
2016-06-07 14:51:11 +02:00
Luca Bruno
a72aba8c30
Merge pull request #14366 from NixOS/gnome-3.20
...
gnome3.20: init at 3.20.0
2016-06-07 14:23:08 +02:00
Tuomas Tynkkynen
345d0a3ea6
Merge remote-tracking branch 'upstream/staging' into master
2016-06-06 22:17:38 +03:00
Damien Cassou
366d98497f
vala_0_32: init at 0.32.0
2016-06-06 13:59:31 +02:00
Chris Martin
e93262f077
serpent: init at 2016-03-05
2016-06-04 13:40:18 -04:00
Philipp Hausmann
5577e1a293
uhc: 1.1.9.3 -> 1.1.9.4
2016-06-04 09:46:06 +02:00
James Earl Douglas
64e727138a
avian: init at 1.2.0
2016-06-03 21:29:50 -06:00
Tuomas Tynkkynen
e9d3acbaf1
Merge remote-tracking branch 'upstream/master' into staging
2016-06-04 01:31:56 +03:00
Joachim Fasting
ab9acc27f9
tinycc: 0.9.27pre-20160328 -> 0.9.27pre-20160525
...
Also do various refactorings:
- Use `fetchFromRepoOrCz`
- Use `isGlibc` to check for glibc stdenv
- Multiple outputs
- Apply PaX marking
Also adopt the package.
2016-06-03 18:59:42 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Moritz Ulrich
b05f991f5f
Rust infrastructure refactoring
...
Rust infrastructure updates & refactoring
2016-06-03 00:11:13 +02:00
David Craven
c4eaa26cde
Update rustcMaster
...
Now builds rustcBeta (1.10.0) and rustcMaster (1.11.0).
2016-06-02 17:15:52 +02:00
Tuomas Tynkkynen
7b6de12db2
Merge remote-tracking branch 'upstream/master' into staging
2016-06-01 14:10:33 +03:00
Tomas Hlavaty
506fe4e5c1
ecl: upstream changed url
2016-05-31 22:33:18 +02:00
Tomas Hlavaty
3a876edc95
sbcl: 1.3.5 -> 1.3.6
2016-05-30 22:32:23 +02:00
Maxwell Huang-Hobbs
4ea4cd9905
elm-format: init at 0.3.1
...
Closes #15817 .
abbradar: remove unneeded callPackage argument and clean up spaces.
2016-05-30 04:39:40 +03:00
taku0
9e572418a2
oraclejdk: Revert "oraclejdk8: 8u91 -> 8u92" ( #15820 )
...
This reverts commit 9e56f3a9b5
.
8u91 is Critical Patch Update (CPU), contains security vulnerability fixes.
8u92 is Patch Set Update (PSU), contains security vulnerability fixes
and other bug fixes.
Oracle says "Oracle strongly recommends that all Java SE users upgrade
to the latest CPU release available for a release family. Most users
should choose the CPU release."
http://www.oracle.com/technetwork/java/javase/downloads/cpu-psu-explained-2331472.html
So I made `oraclejdk8` package and `oraclejdk8psu` package for CPU and PSU.
2016-05-30 03:34:39 +02:00
Nikolay Amiantov
76bf59a231
elmPackages: mark release.nix as autogenerated
2016-05-30 02:11:41 +03:00
Benjamin Staffin
7a023d50b9
jsonnet: add platforms attribute
2016-05-28 14:39:45 -04:00
Joachim Fasting
2fe8a98244
llvm: remove bogus paxmarks
...
Refers to non-existent files; see e.g.,
https://hydra.nixos.org/build/36359717/nixlog/1/raw
Likely a copy-paste error that has gone unnoticed because paxmark didn't
do anything, but breaks after 6648b04381
2016-05-28 19:44:03 +02:00
Moritz Ulrich
7b2fab05f3
Merge pull request #15606 from dvc94ch/fpga-toolchain-updates
...
FPGA toolchain updates
2016-05-28 15:41:10 +02:00
rushmorem
5d0d5da849
rustc: v1.8.0 -> v1.9.0
2016-05-27 22:10:59 +02:00
Joachim Fasting
9fff4b31fa
Merge pull request #15731 from earldouglas/picat
...
picat: init at 1.9-4
2016-05-27 17:07:04 +02:00
Vladimír Čunát
f94a806c4a
properly fix the maintainer.matthewbauer problem
...
There was inconsisten usage of maintainers.matthewbauer and mbauer.
/cc @matthewbauer I chose the github identifier, as it's customary.
2016-05-27 15:58:41 +02:00
Vladimír Čunát
e4832c7541
Merge branch 'staging'
...
Includes a security update of libxml2.
2016-05-27 15:58:40 +02:00
Bjørn Forsman
fc7c751515
Fix nixpkgs eval (caused by 'emscripten' expression)
...
Fixes this:
$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace
error: while evaluating ‘callPackageWith’ at .../lib/customisation.nix:93:35, called from .../pkgs/top-level/all-packages.nix:1411:24:
while evaluating ‘makeOverridable’ at .../lib/customisation.nix:54:24, called from .../lib/customisation.nix:97:8:
undefined variable ‘srcFC’ at .../pkgs/development/compilers/emscripten-fastcomp/default.nix:26:14
Also, "matthewbauer" is not defined in ./lib/maintainers.nix, comment
out.
Caused by f646b9295e
and
d078fe1e9c
.
2016-05-27 15:53:40 +02:00