John Ericson
cef5131ea7
Merge pull request #21911 from Ericson2314/release-cross
...
release-cross: Expose sub-jobs of linux cross stdenv
2017-01-15 14:21:04 -05:00
John Ericson
a62ee8d45c
release-cross: Expose sub-jobs of linux cross stdenv
2017-01-15 14:19:39 -05:00
Tuomas Tynkkynen
9c45e20823
dtc: Fix build after flex upgrade
...
http://hydra.nixos.org/build/46059338
2017-01-15 19:34:16 +02:00
Franz Pletz
8afb65ff66
libav_12: init at 12
2017-01-15 18:24:42 +01:00
Jörg Thalheim
122da3dc79
Merge pull request #21903 from matthiasbeyer/add-git-crecord
...
git-crecord: init at 20161216.0
2017-01-15 14:38:15 +01:00
Matthias Beyer
7adf2ff42e
git-crecord: init at 20161216.0
2017-01-15 14:23:59 +01:00
2chilled
936e2086e6
h2: init at 1.4.193 ( #21893 )
2017-01-15 14:01:07 +01:00
Daiderd Jordan
d6517b6e5e
Merge pull request #21898 from matthewbauer/darwintools
...
DarwinTools: init at 1
2017-01-15 10:11:39 +01:00
Jörg Thalheim
e4c88f5c80
Merge pull request #21899 from johbo/add-tryton-client
...
tryton: init 4.2.1
2017-01-15 08:50:34 +01:00
Johannes Bornhold
37788f13b7
tryton: init at 4.2.1
2017-01-15 01:40:01 +01:00
John Ericson
94ad99e759
Merge pull request #21896 from Ericson2314/gawk
...
Two changes in preperation of cross cleanup
2017-01-14 17:58:22 -05:00
Daiderd Jordan
c391904b85
Merge pull request #21894 from johbo/darwin-pangomm
...
pangomm: Add ApplicationServices on darwin
2017-01-14 23:56:25 +01:00
Jörg Thalheim
97a6566348
Merge pull request #21892 from offlinehacker/pkgs/yarn/add
...
yarn: init at 0.18.1
2017-01-14 23:54:56 +01:00
Johannes Bornhold
8a7d373795
Darwin gtk quartz follow up ( #21883 )
...
* gtk2-x11: Add gtk2 configuration with X11 backend
After making quartz the default for darwin, some builds started to fail since
they only support gtk with the X11 backend.
* apvlv: Use gtk2-x11 on darwin
* gpicview: Use gtk2-x11 for darwin
* lxappearance: Use gtk2-x11 for darwin
* fontforge-gtk: Use gtk2-x11 for darwin
* gbdfed: Use gtk2-x11 for darwin
2017-01-14 22:53:56 +00:00
Jörg Thalheim
235da0d77b
Merge pull request #21871 from Mic92/manul
...
manul: init at 2016-09-30
2017-01-14 22:57:30 +01:00
Jörg Thalheim
238a090b4f
gdm: init at 1.4
2017-01-14 22:56:12 +01:00
John Ericson
fa0a12e35d
release-cross: Use nativeDrv
rather than relying on default
...
The default will soon change
2017-01-14 16:39:43 -05:00
Jaka Hudoklin
bb0d0a366b
yarn: init at 0.18.1
2017-01-14 20:49:57 +01:00
Johannes Bornhold
4b9349698a
pangomm: Add ApplicationServices on darwin
2017-01-14 20:27:54 +01:00
John Ericson
427dbcb1d7
top-level: Add more options to release-cross.nix, normalize param comments
2017-01-14 14:25:56 -05:00
Jörg Thalheim
be759ba64e
Merge pull request #21869 from Mic92/pyroute2
...
pyroute2: init at 0.4.12
2017-01-14 10:21:50 +01:00
Jörg Thalheim
8d67d5689c
pyroute2: init at 0.4.12
2017-01-14 10:12:20 +01:00
Jörg Thalheim
4f130dd219
manul: init at 2016-09-30
2017-01-14 01:04:53 +01:00
Pascal Wittmann
d760d9cccc
Merge pull request #21836 from kierdavis/ckb
...
ckb: init at 0.2.6
2017-01-13 21:44:21 +01:00
John Ericson
0b8e389870
Merge pull request #21415 from Ericson2314/normalize-boot
...
Normalize bootstrapping
2017-01-13 13:49:22 -05:00
John Ericson
6a45e911c4
linux stdenv: Utilize overrides and prevStage better
...
`gcc-unwrapped` basically replaces `gccPlain`. It may seem like an ugly
polution to stick it in all-packages, but a future PR will enshrine this
`*-unwrapped` pattern. In any event, the long term goal is stdenvs might
need to tweak how compilers are booted and wrapped, but the code to build
the unwrapped compilers themselves should be generic.
2017-01-13 13:23:25 -05:00
John Ericson
67ebd3161b
top-level: Inherit system
and platform
in stage.nix not all-packages.nix
...
These are not packages, and so its more elegant to do this outside of
all-packages.nix.
2017-01-13 13:23:25 -05:00
David Grayson
0f33b9f7f1
top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.
...
Instead, the cross stdenv will patch up the override field -- the complexity
is now confined to the one place it matters.
2017-01-13 13:23:25 -05:00
John Ericson
3e197f7d81
top-level: Normalize stdenv booting
...
Introduce new abstraction, `stdenv/booter.nix` for composing bootstraping
stages, and use it everywhere for consistency. See that file for more doc.
Stdenvs besides Linux and Darwin are completely refactored to utilize this.
Those two, due to their size and complexity, are minimally edited for
easier reviewing.
No hashes should be changed.
2017-01-13 13:23:23 -05:00
Michael Raskin
94b0ad124e
Merge pull request #21846 from peterhoeg/f/nim
...
nim: include all supporting tools
2017-01-13 17:49:25 +00:00
John Ericson
0ef8b69d12
top-level: Modernize stdenv.overrides giving it self and super
...
Document breaking change in 17.03 release notes
2017-01-13 10:36:11 -05:00
Robin Gloster
a6cd5cdc15
prometheus-cli: remove due to pkg being obsolete
2017-01-13 14:24:35 +01:00
Robin Gloster
e2be232c65
perlPackages.CompressRawBzip2: 2.064 -> 2.070
2017-01-13 14:02:57 +01:00
Michael Raskin
aa5fe24540
Merge pull request #21831 from lsix/update_python_channels
...
Update python channels
2017-01-13 10:44:04 +00:00
Kier Davis
ea7a8bf2d9
ckb: init at 0.2.6
...
ckb is a driver for Corsair keyboards/mice. It also contains a graphical tool for configuring their LED backlight settings.
The driver is implemented as a userland daemon. A NixOS module is included that runs this as a systemd service.
2017-01-12 18:25:14 +00:00
Volth
9c489165af
scala: fix versions and $PATH
2017-01-12 17:56:45 +00:00
Pascal Wittmann
dd3c287642
Merge pull request #20318 from vdemeester/add-vndr
...
vndr: init at 20161110-cf8678f
2017-01-12 18:40:16 +01:00
Graham Christensen
193d206b17
Merge pull request #21804 from exi/include-rust-beta-nightly
...
rust: make rust beta and nightly be build by hydra
2017-01-12 07:33:26 -05:00
Ignat Loskutov
c94c2666bb
tdesktop: 0.10.19 -> 1.0.0
...
abbradar: add vdpau to fix the build, use qt56 explicitly
Closes #21821 .
2017-01-12 15:27:24 +03:00
Peter Hoeg
4e0a5e7602
nim: include all supporting tools
...
This PR makes a few changes to how things are done:
a) build and install "koch" - the nim make-type tool
b) use "koch" to bootstrap nim
c) build additional supporting tools such as nimble, nimgrep and nimsuggest
d) nim can use other c compilers than gcc, so instead of forcing gcc we use the one from stdenv
e) run the full test suite
We do not need the "nimble" package any longer as it is part of nim.
2017-01-12 20:11:36 +08:00
Franz Pletz
44efd447b6
Merge pull request #21816 from NeQuissimus/linux_4_8_removal
...
linux: Remove 4.8
2017-01-12 10:22:29 +01:00
Lancelot SIX
8b8bba90b7
pythonPackages.channels: 0.17.3 -> 1.0.1
2017-01-12 10:17:55 +01:00
Lancelot SIX
eeda593de4
pythonPackages.daphne: 0.15.0 -> 1.0.1
2017-01-12 10:17:46 +01:00
Vincent Laporte
086fbfa308
ocamlPackages.owee: init at 0.2
...
Owee is an experimental library to work with DWARF format.
Homepage: https://github.com/let-def/owee
2017-01-12 09:12:52 +00:00
Tim Steinbach
d483a871d1
linux: Remove 4.8
2017-01-11 16:59:29 -05:00
Daiderd Jordan
4488203d0c
Merge pull request #20658 from matthewbauer/gimp-darwin
...
GIMP on Darwin (use Quartz)
2017-01-11 21:47:29 +01:00
Frederik Rietdijk
87e67cb4e5
pythonPackages.yenc: init at 0.4.0
2017-01-11 18:12:32 +01:00
Jörg Thalheim
d9681de618
Merge pull request #21708 from 3noch/nginx-pagespeed-module
...
nginx: add PageSpeed module (Linux only)
2017-01-11 17:25:26 +01:00
Michael Raskin
760edeb2b6
xfractint: init at 20.04p14
2017-01-11 14:14:07 +01:00
Reno Reckling
167795cd15
rust: make rust beta and nightly be build by hydra
2017-01-11 13:54:21 +01:00