Commit Graph

123138 Commits

Author SHA1 Message Date
Orivej Desh 1cfad78781 cutemaze: support darwin 2017-12-14 12:05:09 +00:00
Robert Schütz c8880764fb cutemaze: init at 1.2.1 2017-12-14 11:37:28 +00:00
Orivej Desh 8cdd9d56de
Merge pull request #32645 from bkchr/firmware_update
firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-12-06-iwlwifi-fw-2017-11-15
2017-12-14 11:05:36 +00:00
Jan Tojnar 9b15ef1fc0
Merge pull request #32624 from jtojnar/gtksourceview-3.24.6
gtksourceview:  3.24.5 → 3.24.6
2017-12-14 09:42:22 +01:00
Pascal Wittmann a38ea942f5
Merge pull request #32653 from vaibhavsagar/patch-1
Update haskell.md
2017-12-14 09:08:03 +01:00
Pascal Wittmann aacf756ed0
Merge pull request #32538 from vbgl/ott-0.27
ott: 0.25 -> 0.27
2017-12-14 09:07:46 +01:00
Pascal Wittmann b11254d377
Merge pull request #32442 from markus1189/scalafmt-130
scalafmt: 0.6.8 -> 1.3.0
2017-12-14 09:06:27 +01:00
Pascal Wittmann 7de78d3efc
Merge pull request #32650 from dotlambda/recoverjpeg
recoverjpeg: init at 2.6.1
2017-12-14 08:44:22 +01:00
Vincent Laporte 5e4edcc4ec
ocamlPackages.topkg: refactoring 2017-12-14 07:36:29 +00:00
Peter Hoeg 9b6ef35b2c neomutt: 20171027 -> 20171208 2017-12-14 11:25:11 +08:00
Vaibhav Sagar 4bbb9fca51 Update haskell.md
Unindent prose that was incorrectly being displayed as code.
2017-12-14 11:21:18 +08:00
Casey Ransom b401087dff gitless: init at 0.8.5 2017-12-13 20:45:33 -05:00
Orivej Desh fe61c3b84e bloaty: update path to c++filt after #29396 2017-12-14 00:53:23 +00:00
Joachim F ea15e43693
Merge pull request #32601 from earldouglas/jenkins-2.94
jenkins: 2.93 -> 2.94
2017-12-14 00:40:34 +00:00
Joachim F 74f1b7df7a
Merge pull request #32495 from magnetophon/ingen
Ingen
2017-12-14 00:39:59 +00:00
Joachim F d7082a5020
Merge pull request #32630 from taku0/flashplayer-28.0.0.126
flashplayer: 27.0.0.187 -> 28.0.0.126 [Moderate security fix]
2017-12-14 00:30:23 +00:00
Robert Schütz cc8254ae9b recoverjpeg: init at 2.6.1 2017-12-13 23:56:02 +01:00
Eelco Dolstra e4847b797e
Update NixOS 17.09 AMIs
This adds support for c5.* instances.

Fixes #32612.
2017-12-13 23:42:09 +01:00
Elis Hirwing 9a3a4f3125
nvidia-x11: 387.22 -> 387.34 2017-12-13 23:01:17 +01:00
John Ericson c51f27dcf0
Merge pull request #29396 from obsidiansystems/binutils-wrapper
Bintools Wrapper: Init by refactoring out of cc-wrapper, take 2
2017-12-13 16:37:14 -05:00
Michael Weiss b627c237ec slop: Add pkgconfig as build dependency
Fix: "Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)"
2017-12-13 22:34:37 +01:00
John Ericson a0b1ebeee9 Merge remote-tracking branch 'upstream/staging' into binutils-wrapper 2017-12-13 16:14:47 -05:00
John Ericson 84fb59e0be clang multi: Fix post bintools wrapper 2017-12-13 16:08:46 -05:00
John Ericson 7ef4448c97 Merge commit '9d8f9b2e531bf95a700a949d879927fb6996ffc9' into binutils-wrapper 2017-12-13 16:08:36 -05:00
John Ericson 26a5612aeb libstdc++5: Fix after binutils-wrapper
Will need to be editted again to work for cross
2017-12-13 16:08:19 -05:00
John Ericson 12e0672d88 gcc: Adjust builder.sh to find some things in bintools-wrapper instead 2017-12-13 16:08:19 -05:00
John Ericson 99806c5e12 bintools-wrapper: Create man and info outputs propagated underlying ones
These will be installed if the wrappers are. The wrappers aren't very
good to install, but that's another matter.
2017-12-13 16:08:19 -05:00
John Ericson cebe1b4c08 darwin binutils: Better handling of man pages and info 2017-12-13 16:08:18 -05:00
John Ericson ef178be597 bintools-wrapper: Support ld.ldd, along with ld.bfd and ld.gold
Also make the code more precise in the process
2017-12-13 16:08:18 -05:00
John Ericson b8a21aa918 misc setup-hooks: Use env vars to refer to binutils programs
This is more robust for cross-compilation
2017-12-13 16:08:18 -05:00
John Ericson 91ca46f693 doc: Document Bintools Wrapper
Shrunk the CC Wrapper documentation so as not to be repetative.
2017-12-13 16:08:18 -05:00
John Ericson 2bba929062 bintools-wrapper: Import separately from cc-wrapper 2017-12-13 16:08:18 -05:00
John Ericson 8e557ed2c5 bintools-wrapper: Init
Factor a bintools (i.e. binutils / cctools) wrapper out of cc-wrapper. While
only LD is wrapped, the setup hook defines environment variables on behalf of
other utilites.
2017-12-13 16:08:18 -05:00
John Ericson 4f869bccc1 cc-wrapper: Don't treat "-" alone as a flag
It means stdin, and is morally equivalent to passing a file. e.g.

  $ echo 'int main(void) { return 0; }' | gcc -x c -

will compile and link a binary.
2017-12-13 16:08:17 -05:00
John Ericson bdd6c037c0 cc-wrapper: Use separate mangler for "bool" variables
This avoids any `NIX_FOOBAR=1 1` not triggering conditions.
2017-12-13 16:08:17 -05:00
John Ericson fc7ed86915 cc-wrapper: Pull variable mangler into utils.sh
In preparation for splitting out bintools-wrapper
2017-12-13 16:08:13 -05:00
Bert Moens 7eb0b20918 wxPython: enable headers
Headers were disabled, probably because they caused a build error: the header files were being
copied to the store path of wxwidgets, but it failed with permission denied. With this commit,
the header files stay in the wxPython store path.
To point the builder of another derivation to the wxPython header files, some tweaking is
needed. E.g. for kicad: cmakeFlags = [ "-DCMAKE_CXX_FLAGS=-I${wxPython}/include/wx-3.0" ]
2017-12-13 22:01:27 +01:00
Thomas Tuegel 2a9c2915d4
Merge pull request #32559 from FlorentBecker/fixTuareg
emacsPackagesNg.caml: do not run ocaml's configure phase
2017-12-13 14:53:35 -06:00
Bastian Köcher 4fcae79002 firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-12-06-iwlwifi-fw-2017-11-15 2017-12-13 21:53:11 +01:00
Michael Weiss 31bc25f264 pythonPackages.raven: 6.3.0 -> 6.4.0 2017-12-13 21:52:14 +01:00
Bert Moens 5ca3511f56 wxPython: enable headers 2017-12-13 21:37:19 +01:00
Robert Schütz 19841b5ba3
abcmidi: 2017.11.27 -> 2017.12.10 2017-12-13 21:02:40 +01:00
Benjamin Saunders 775d35d0b2 vulkan-loader: 1.0.42.2 -> 1.0.61.1 2017-12-13 11:18:11 -08:00
Richard Marko f605a8d642 ipmicfg: 1.27.0 -> 1.27.1 2017-12-13 19:49:00 +01:00
Markus Hauck a108f9d401 minikube: generate zsh completion 2017-12-13 18:19:40 +01:00
Markus Hauck 8911ae524d minikube: 0.23.0 -> 0.24.1 2017-12-13 18:19:32 +01:00
Markus Hauck 718f148022 minikube: fix wrong path for localkube 2017-12-13 18:17:15 +01:00
makefu 5369400bb0
nova: rip
part of openstack cleanup
2017-12-13 18:16:29 +01:00
Orivej Desh fc96261aa9
Merge pull request #32634 from clefru/zfs-bump
zfs/spl bump to 0.7.4 to fix incompatibility with 4.14
2017-12-13 16:12:32 +00:00
Bjørn Forsman c55a6eef86 gerrit: 2.14.3 -> 2.14.6 2017-12-13 16:42:33 +01:00