Commit Graph

5492 Commits

Author SHA1 Message Date
James Earl Douglas 2c39cb9f40
jenkins: 2.85 -> 2.86 2017-10-23 15:39:26 -06:00
Tim Steinbach e2e5979a1e
ammonite: 1.0.2 -> 1.0.3 2017-10-23 14:43:28 -04:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Vincent Laporte fe41e17631
ocamlPackages.merlin: fix homepage URL 2017-10-22 22:14:38 +00:00
Thomas Tuegel 6a44365573 Merge pull request #30208 from zraexy/massif-visualizer
massif-visualizer: 0.4.0 -> 0.7.0
2017-10-22 15:16:33 -05:00
Vincent Laporte d6e423c400
ocamlPackages.merlin: 3.0.2 -> 3.0.3 2017-10-22 13:25:46 +00:00
Nikolay Amiantov 0ce09afcfa bazel_0_4: additonal fix for Darwin 2017-10-21 18:21:52 +03:00
Nikolay Amiantov a86fe917b9 bazel_0_4: try to fix on Darwin
First round of fixes -- let's see how Hydra reacts.
2017-10-21 17:36:54 +03:00
zimbatm 96b339fbc9 buildkite-agent: 2.1.13 -> 2.6.6
Build the package from source

Re-organise the module a bit to allow custom version of the package
2017-10-21 11:23:30 +01:00
Matthew Bauer 24eb665695 cmake: setup CMAKE_FRAMEWORK_PATH
This tells cmake how to find macOS frameworks.

Fixes #26197
2017-10-21 02:27:09 -05:00
Vladimír Čunát 1d317bd84a
scons: fix meta eval 2017-10-20 23:50:27 +02:00
Thomas Mader 75a536459a dub: 1.1.0 -> 1.4.1 (#28396)
- gcc not needed at all as dependency
- other D compilers can be used instead of dmd, so it's not good to use it as a runtime dependency.
- Adding checkPhase (disabled for now because network access is limited in sandbox mode)
- Improve package description.
2017-10-20 20:12:17 +00:00
Michael Weiss e40233e136 scons: 2.5.1 -> 3.0.0
"SCons release 3.0.0 now available from the download page at
SourceForge. This release should be used instead of 2.5.1. This release
fixes several issues.  TThis will be the first release to support Python
versions earlier than 2.7 as well as 3.5+."

"NOTE: This is a major release.  You should expect that some targets may
rebuild when upgrading.  Significant changes in some python action
signatures. Also switching between PY 2.7 and PY 3.5, 3.6 will cause
rebuilds."
2017-10-20 16:32:26 +02:00
Ignat Loskutov 05ac929444 scalafmt: fix platforms 2017-10-20 13:51:35 +03:00
Tim Steinbach 9d82aa696c Merge pull request #30583 from earldouglas/jenkins-2.85
jenkins: 2.84 -> 2.85
2017-10-19 11:21:54 -04:00
James Earl Douglas 9cf797408c
jenkins: 2.84 -> 2.85 2017-10-19 08:57:37 -06:00
Nikolay Amiantov 0d5ff53a15 bazel_0_4: build on Darwin 2017-10-19 16:38:06 +03:00
Nikolay Amiantov e3afbd6d26 bazel_0_4: set absolute path to /usr/bin/env
Also cleanup TMPDIR.
2017-10-19 13:19:11 +03:00
Nikolay Amiantov ba9cde1dd5 bazel_0_4: add optional Nix-specific hacks
* Skip verifying checksums for already fetched packages.
  Needed for two-staged building in Nix:
    1. Build a fixed derivation with `bazel fetch` (filtered out of non-reproducable bits).
    2. Build an actual derivation which uses fetched dependencies (skipping
       checksums needed here because they depend on the build directory).
* Don't clean environment variables for children processes.
  Needed for Nix compiler wrappers.
2017-10-19 13:19:11 +03:00
Vincent Laporte 182b357c9d ocamlPackages.camlp5: 7.01 -> 7.02 2017-10-17 09:01:22 +02:00
Samuel Dionne-Riel bd87a3be2d vagrant: Adds bash-completion to the proper folder. (#30482) 2017-10-17 02:35:04 +01:00
Ruben Maher 8ec75ae403 flow: 0.57.2 -> 0.57.3 2017-10-17 11:09:04 +10:30
Austin Seipp 11cd2c52c4 nixpkgs: icestorm 2017.08.31 -> 2017.10.16
Also add myself to the maintainers list.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-10-16 12:01:17 -05:00
Dario Bertini e55b99e840 pipenv: init at 8.2.7
fixes #30442
2017-10-16 08:59:14 +01:00
Dario Bertini c6f90f9493 pew: 0.1.14 -> 1.1.0
Pew was actually broken, due to a SHELL PATH check that had been added
in the previous release (though this shouldn't have hampered users with
bash as their shell)
2017-10-16 08:59:06 +01:00
Ruben Maher 8c85edb446 flow: 0.57.0 -> 0.57.2 2017-10-16 02:35:45 +02:00
Yegor Timoshenko 8f95aef531 meson: do not strip RPATH
https://github.com/NixOS/nixpkgs/pull/28444#issuecomment-324033323
2017-10-15 12:13:58 -05:00
Vladimír Čunát 3ee33f35f8
Merge branch 'staging'
Contains security fixes in X server and X libs.
On Hydra, the amount to rebuild on master is now higher than on staging;
the comparison looks OK.
2017-10-15 13:59:18 +02:00
Daiderd Jordan 210731c7dd Merge pull request #30403 from matthewbauer/sqitch-fix
sqitch: fix on broken symlinks
2017-10-15 12:51:06 +02:00
Jörg Thalheim 4a01ad0e99 Merge pull request #29882 from Eisfreak7/master
sqldeveloper: 4.1.1 -> 17.2.0
2017-10-15 10:40:31 +01:00
Timo Kaufmann 6591a70812 sqldeveloper: 17.2 -> 17.3 2017-10-14 18:27:54 -05:00
Timo Kaufmann 1e6662dc6a sqldeveloper: Add a detailed requireFile message 2017-10-14 18:13:25 -05:00
Matthew Bauer b5610ed3f0 sqitch: fix on Darwin
Fixes #30389.
2017-10-14 14:41:29 -05:00
Mathias Schreck 741e78804b jenkins: 2.77 -> 2.84 2017-10-14 18:13:23 +02:00
Vladimír Čunát 6525c22ef1
Merge branch 'master' into staging
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
Vincent Laporte 0bd108d2ce
ocamlmod: 0.0.8 -> 0.0.9 2017-10-14 07:31:13 +00:00
Vincent Laporte cb61845c4a
ocamlbuild: remove unused arguments 2017-10-14 06:40:21 +00:00
Jörg Thalheim 93babf0c3b Merge pull request #30251 from selaux/chromedriver-2.33
chromedriver: 2.31 -> 2.33
2017-10-13 20:46:00 +01:00
Vincent Laporte cdd3b97d15
camlp4: init at 4.06+1 2017-10-13 17:42:56 +00:00
Joerg Thalheim 998f087fea dbench: fix wrong client.txt location
(the path is hard-coded)
cc @bjornfor
2017-10-13 15:37:29 +01:00
Fatih Altinok 826d7d2e8d yarn: 1.0.1 -> 1.2.1 (#30346) 2017-10-13 11:23:45 +01:00
Ruben Maher ba6f59ad70 flow: 0.56.0 -> 0.57.0 2017-10-13 09:31:34 +02:00
Dan Peebles e86991e1e8 darwin: fix assorted xcbuild builds
This includes adding a new xcbuild-based libutil build to test the waters a bit there.
We'll need to get xcbuild into the stdenv bootstrap before we can make the main build,
but it's nice to see that it can work.
2017-10-12 07:16:22 -04:00
Daniel Peebles dd53e65e2e Merge pull request #30306 from copumpkin/xcbuild-update
xcbuild: 0.1.1 -> 0.1.2-pre
2017-10-11 18:54:38 -04:00
Jörg Thalheim 6a404bba71 Merge pull request #30303 from jtojnar/meson
meson: 0.42.1 → 0.43.0
2017-10-11 13:25:47 +01:00
Felix Richter 8315c406a4 radare2: 1.6.0 -> 2.0.0 (#30274)
* radare2: 1.6.0 -> 2.0.0

* radare2: remove hotpatch for upstream
2017-10-11 12:21:21 +01:00
Franz Pletz 28407fad65 Merge pull request #29726 from stesie/v8
V8 6.2.414.15
2017-10-11 12:21:18 +02:00
Jörg Thalheim 0777eae1fb Merge pull request #30186 from selaux/selenium-3.6
selenium-server-standalone: 2.53.0 -> 3.6.0
2017-10-11 10:49:12 +01:00
Dan Peebles 5de4d19392 xcbuild: 0.1.1 -> 0.1.2-pre
Also, add some static library stuff to the platform spec
2017-10-11 01:18:13 -04:00
Jan Tojnar 15c34cf1d8
meson: 0.42.1 → 0.43.0 2017-10-10 23:11:38 +02:00
Dan Peebles f92e097cd4 xcbuild: add SDKROOT by default to the wrappers
This fixes #30269 and lets us do things like `xcrun -find cc`, for
example.
2017-10-10 16:41:44 -04:00
Eelco Dolstra 30a1b94926
gdb: Remove --with-separate-debug-dir
We don't need this anymore since NixOS now sets $NIX_DEBUG_INFO_DIRS.
2017-10-10 12:05:00 +02:00
Vincent Laporte b9d276bf4c
antlr4: enable more platforms 2017-10-10 07:21:58 +00:00
Peter Simons d0e8806494 haskell-tinc: mark build as broken
https://hydra.nixos.org/build/62246306
2017-10-09 17:25:57 +02:00
Stefan Lau f9672ea36d chromedriver: 2.31 -> 2.33 2017-10-09 15:47:38 +02:00
Vladimír Čunát 994036d857
Merge branch 'master' into staging
Hydra: ?compare=1400181
2017-10-09 11:24:35 +02:00
Stefan Lau 173d8db077 selenium-server-standalone: 2.53.0 -> 3.6.0 2017-10-09 10:19:29 +02:00
Vincent Laporte 701316450c ocamlPackages.oasis: remove unneeded dependencies 2017-10-09 05:34:02 +00:00
Daniel Peebles 416979f3f7 Merge pull request #30150 from copumpkin/no-rpath-nonsense
Get rid of most @rpath nonsense on Darwin
2017-10-08 16:21:27 -04:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Frank Doepper e50fdb1c03 devtodo: adjust platforms
devtodo: adjust platforms
unicode: adjust platforms
2017-10-08 18:53:28 +02:00
Vladimír Čunát 2aca029ed2
cmake: maintenance 3.9.2 -> 3.9.4 2017-10-08 18:24:12 +02:00
Unknown 40d9ebd969 massif-visualizer: 0.4.0 -> 0.7.0 2017-10-07 15:06:13 -08:00
Jan Tojnar 407db7b019
gtk_doc: replace catalog lookup hack
In the previous commit, we added a setup hook to docbook dtd and xsl
packages, that adds derivation’s catalog file to an environment variable.
That should, in theory, remove the need for declaring their catalogs manually.
Unfortunately, xmlcatalog utility expects exactly one catalog file, completely
disregarding the environment variable in non-interactive context. In the same
spirit, the design of gtk-doc m4 files only admits a single catalog file,
resulting in another ugly hack.
2017-10-07 23:37:35 +02:00
Frederik Rietdijk acfec163b1 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-07 12:15:17 +02:00
Joachim F d6123d3b92 Merge pull request #30136 from bachp/gitlab-runner-10.0.2
gitlab-runner: 10.0.0 -> 10.0.2
2017-10-07 08:23:16 +00:00
Vladimír Čunát ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Orivej Desh 005210dfb3 Merge pull request #30169 from sigma/pr/bazel-0.6.1
bazel: 0.6.0 -> 0.6.1
2017-10-06 22:06:40 +00:00
Will Dietz 7637cb884c bloaty: 2016-12-28 -> 2017-10-05
* use fetchFromGitHub now that it supports submodules
* change version style to dashes per guidelines
  (https://nixos.org/nixpkgs/manual/#sec-package-naming)
* cmake
* prefer substituteInPlace
* run tests
2017-10-06 15:47:56 -05:00
Yann Hodique 3e37e20fa5 bazel: 0.6.0 -> 0.6.1 2017-10-06 08:33:57 -07:00
Orivej Desh ebd14ee6f5 Merge pull request #30094 from zzamboni/vagrant-fix-darwin
vagrant: fix Ruby and libffi libraries on Darwin
2017-10-06 10:12:05 +00:00
Orivej Desh 82af1cbf2c Merge pull request #30108 from carlsverre/dep-init
dep: init at 0.3.1
2017-10-06 06:42:33 +00:00
Carl Sverre 4a3ed5d531 dep: init at 0.3.1 2017-10-05 17:40:19 -07:00
Pascal Bach 4bb1d9f526 gitlab-runner: 10.0.0 -> 10.0.2 2017-10-05 21:20:56 +02:00
Vladimír Čunát 0be2928ac9
Merge branch 'master' into staging
Evaluation was blocked on Hydra; this should fix it.
2017-10-05 12:34:05 +02:00
Orivej Desh 0eb0a404e5 Merge pull request #30082 from makefu/pkgs/devpi-client/update
devpi-client: 2.7.0 -> 3.1.0rc1
2017-10-05 09:01:21 +00:00
Vincent Laporte c06e5a8d64 ocamlPackages.react: 1.2.0 -> 1.2.1 2017-10-05 08:39:50 +00:00
Orivej Desh 7a7847703d Merge pull request #30096 from dtzWill/update/snowman
snowman: 2017-07-22 -> 2017-08-13
2017-10-05 07:49:27 +00:00
Orivej Desh 66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
Timo Kaufmann f8244623a7 Merge remote-tracking branch 'upstream/master' 2017-10-04 21:47:01 -05:00
Siddhanathan Shanmugam d445ccc833 packer: 1.0.3 -> 1.1.0 2017-10-04 21:27:37 -04:00
Frank Doepper 05176ba836 devtodo: init at 0.1.20 2017-10-04 22:08:52 +00:00
Will Dietz 31a903bada snowman: 2017-07-22 -> 2017-08-13
Minor update but notably includes fix
for breakage when using cmake 3.9
2017-10-04 15:31:39 -05:00
Diego Zamboni 97d9f0b5bb vagrant: fix Ruby and libffi libraries on Darwin
On Darwin, keep the Ruby and libffi libraries and binaries bundled
with Vagrant instead of linking to the Nix ones, to avoid errors about
libraries not found.
2017-10-04 22:06:39 +02:00
makefu 396836356f
devpi-client: 2.7.0 -> 3.1.0rc1 2017-10-04 14:42:07 +02:00
Domen Kožar 2b70f5e251
jq: sanity check with --help 2017-10-04 12:00:07 +01:00
Orivej Desh f137004179 Merge branch 'master' into staging
* master: (81 commits)
  Add NixOS 17.09 AMIs
  gradle: 4.2 -> 4.2.1
  maintainers.nix: use my GitHub handle as maintainer name
  fcitx-engines.rime: init at 0.3.2
  brise: init at 2017-09-16
  librime: init at 1.2.9
  marisa: init at 0.2.4
  opencc: build shared library and programs
  josm: 12712 -> 12914
  exa: 0.7.0 -> 0.8.0
  krb5: add deprecation date for old configuration
  rustRegistry: 2017-09-10 -> 2017-10-03
  go-ethereum: Fix libusb segmentation faults on Darwin
  tor-browser-bundle-bin: 7.0.5 -> 7.0.6
  libsodium: 1.0.13 -> 1.0.15
  tor-browser-bundle: geoip support
  tor-browser-bundle: support transports obfs2,obfs3
  tor-browser-bundle: bump https-everywhere to 2017.9.12
  tint2: limit platforms to Linux since macOS is not supported and fails the tests
  eclipse-plugin-vrapper: init at 0.72.0
  ...
2017-10-03 17:46:39 +00:00
Orivej Desh b465d9c1ff Merge pull request #29460 from sifmelcara/add/rime
fcitx-engines.rime: init at 0.3.2
2017-10-03 15:07:16 +00:00
Tim Steinbach 89e451f713
gradle: 4.2 -> 4.2.1 2017-10-03 10:53:23 -04:00
mingchuan d6b8ac6ca8 maintainers.nix: use my GitHub handle as maintainer name 2017-10-03 14:27:10 +00:00
Daiderd Jordan 2066cb0b02
jq: don't add rpath on darwin 2017-10-03 00:18:30 +02:00
Harmen fff93f5a59 phantomjs2: add qtbase's bin to PATH 2017-10-02 23:40:59 +02:00
Daiderd Jordan fced3c2f18 Merge pull request #29938 from pmahoney/universal-ctags-darwin
universal-ctags: include libiconv on darwin
2017-10-02 18:28:57 +02:00
Patrick Mahoney 859a4c30cf universal-ctags: include libiconv on darwin 2017-10-02 09:48:25 -05:00
Jörg Thalheim b370700d37 Merge pull request #30017 from zzamboni/vagrant-2.0.0
vagrant: 1.9.5 -> 2.0.0
2017-10-02 10:53:55 +01:00
Diego Zamboni 9bcd1de373 vagrant: 1.9.5 -> 2.0.0
Upgrade to latest version of Vagrant.

After installation, the following messages appear whenever vagrant runs.
These were already present in previous versions, I'm not sure if/what
to do about them:

Ignoring ffi-1.9.18 because its extensions are not built.  Try: gem pristine ffi --version 1.9.18
Ignoring unf_ext-0.0.7.4 because its extensions are not built.  Try: gem pristine unf_ext --version 0.0.7.4
Ignoring wdm-0.1.1 because its extensions are not built.  Try: gem pristine wdm --version 0.1.1
2017-10-02 10:06:03 +02:00
makefu 46b71a1637
iozone: enable aarch64-linux build
add myself to list of maintainers
2017-10-02 10:00:20 +02:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Yann Hodique 1fcf8e24a0 bazel: 0.5.4 -> 0.6.0 (#29990) 2017-10-01 18:46:16 -04:00
Jörg Thalheim 94ee0f5d5b Merge pull request #29808 from kirelagin/mkdocs
mkdocs: Initialise at 0.16.3
2017-10-01 11:01:11 +01:00
Joerg Thalheim fa2adc6129 mkdocs: run tests 2017-10-01 10:56:05 +01:00
Orivej Desh 5bf29702b7 Merge pull request #29533 from sivteck/rosDevChan
vcstool: init at 0.1.31
2017-10-01 09:36:00 +00:00
Robin Gloster 40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Tuomas Tynkkynen fd97fa71dd darwin: Disable some more packages that have never built
streamripper: https://hydra.nixos.org/build/61726659
racket: https://hydra.nixos.org/build/61750850
radare: https://hydra.nixos.org/build/61756146
stockfish: https://hydra.nixos.org/build/61726172
2017-09-30 22:32:27 +03:00
Judson b62012fe2d kafkacat: init at 1.3.1 2017-09-29 21:12:21 +00:00
Pascal Bach 824f2e2a28 gitlab-runner: 9.5.0 -> 10.0.0 (#29821)
The renaming of gitlab-ci-mutli-runner to gitlab-runner
is finally complete. Symlinking is thus no longer needed.
2017-09-29 14:00:25 +00:00
Tim Steinbach e55a92141e Merge pull request #29639 from NeQuissimus/gradle_4_2
gradle: 4.1 -> 4.2
2017-09-29 09:06:09 -04:00
Ruben Maher 96939d5a0d flow: 0.55.0 -> 0.56.0 2017-09-29 08:54:16 +09:30
Charles Strahan b93ba5dcd7
envoy: fix by reviving bazel 0.4
/cc #28643
2017-09-28 16:51:32 -04:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
xd1le d063880986 gwrap: set version in mkDerivation 2017-09-28 14:51:41 +02:00
xd1le de9c86f81a gwrap: switch maintainer from taktoa to vyp 2017-09-28 14:51:41 +02:00
xd1le 468626ce86 gwrap: code style nits 2017-09-28 14:51:41 +02:00
Orivej Desh f86e253b28 Merge pull request #29850 from vyp/fix/guile-lint
guile-lint: fix build by building with guile 1.8
2017-09-28 11:54:32 +00:00
Kirill Elagin d70f426dfc mkdocs: Initialise at 0.16.3 2017-09-28 14:21:17 +03:00
xd1le 262b1cb401 guile-lint: set version in mkDerivation 2017-09-28 20:51:20 +10:00
Timo Kaufmann 18774fb82b sqldeveloper: 4.1.1 -> 17.2.0 2017-09-27 18:36:37 -05:00
Vladimír Čunát e83b78b3ed
Merge older staging
This is almost fully rebuilt on staging (waiting for ~7.5k Darwin jobs),
but now master got ~17k rebuild, so staging wouldn't catch up this way.
2017-09-27 20:51:14 +02:00
xd1le 89238b8628 guile-lint: use substituteInPlace instead of sed for prePatch 2017-09-27 23:48:42 +10:00
xd1le ea4adc5f5f guile-lint: patchPhase -> prePatch 2017-09-27 23:42:16 +10:00
xd1le e7e52d4b83 guile-lint: use https src url 2017-09-27 23:36:12 +10:00
xd1le 3748013d22 guile-lint: add vyp as maintainer 2017-09-27 23:33:01 +10:00
xd1le a4601f9f40 guile-lint: add meta.platforms, with the same value as for guile 2017-09-27 23:32:03 +10:00
xd1le 5352a105f7 guile-lint: use correct license value, "GPL" -> gpl3Plus 2017-09-27 23:30:16 +10:00
xd1le 727fa0d81d guile-lint: use https version of homepage 2017-09-27 23:28:35 +10:00
xd1le f311898f67 guile-lint: remove package name prefix from meta.description 2017-09-27 23:28:07 +10:00
xd1le 14befbf78d guile-lint: code formatting nits 2017-09-27 23:27:26 +10:00
xd1le fd03758305 guile-lint: fix build by building with guile 1.8
[1] gives us the indication that guile-lint should be used with
guile-1.8.

[1]: https://www.gnu.org/software/guile/libraries/
2017-09-27 23:18:02 +10:00
Vladimír Čunát 41aa302727
Merge branch 'master' into staging 2017-09-26 22:31:59 +02:00
Tim Steinbach 4ec02cc332
skopeo: 0.1.22 -> 0.1.23 2017-09-26 10:12:36 -04:00
Jörg Thalheim 8a1fb4b504 Merge pull request #29702 from robertodr/watson-ruby
watson-ruby: init at 1.6.3
2017-09-25 15:51:17 +01:00
Joerg Thalheim 407d8dac85 watson-ruby: hide bundlerEnv to avoid collisions
bundlerEnv also comes with a bundle script and ruby libraries
2017-09-25 15:49:14 +01:00
Roberto Di Remigio 932bd98510 watson-ruby: init at 1.6.3 2017-09-25 14:51:16 +01:00
ibor 00422b2279 js_of_ocaml: fix jbuild (explicitly call bash) (#29749)
* js_of_ocaml: fix jbuild (explicitly call bash)

* js_of_ocaml: Use patchShebangs instead of manual patch
2017-09-25 08:32:19 +08:00
Vladimír Čunát cb9a846762
Merge older staging
Hydra looks OK; not finished yet but already has more successes than
on master.
2017-09-24 20:56:11 +02:00
Stefan Siegl 24ab22bea8
gn: fix sandbox build 2017-09-24 19:23:20 +02:00
Jörg Thalheim 5fa6b341fb Merge pull request #29732 from vyp/maintain-guile-modules
guile-modules: add vyp as maintainer to unmaintained guile modules
2017-09-24 15:16:51 +01:00
xd1le d7d33bd17c guile-modules: rename top level attributes to be consistent 2017-09-24 22:24:49 +10:00
Stefan Siegl 665918c24a
gn: init at 0.0.0.20170629 2017-09-24 11:37:28 +02:00
Vladimír Čunát cea9a52dac
cmake: maintenance 3.9.1 -> 3.9.2 2017-09-24 11:28:30 +02:00
Winnie Quinn 331f5a75ce opam: use aspcud on darwin
aspcud is the recommended solver for OPAM and the `aspcud` package is
now building properly on Darwin. As such, we can remove the special case
for Darwin that required OPAM to fall back to the built-in solver.
2017-09-23 16:47:24 -04:00
Joachim F dbf4d4ebb5 Merge pull request #29658 from teto/ctags
universal-ctags: generate manpage
2017-09-23 12:04:06 +00:00
Vladimír Čunát 73282c8cc2
Merge branch 'master' into staging
Thousands of rebuilds from master :-/
2017-09-23 09:57:23 +02:00
Matthieu Coudron 5c4ddc30d3 universal-ctags: 2017-01-08 -> 2017-09-22 2017-09-23 16:53:20 +09:00
Daiderd Jordan 1acf6716aa
textql: fix darwin build 2017-09-22 21:25:34 +02:00
Matthieu Coudron c2f928d44e universal-ctags: generate manpage 2017-09-22 15:56:02 +09:00
Joachim F 82a4b755b1 Merge pull request #29621 from joachifm/pkg/hydra-git
hydra: 2017-07-27 -> 2017-09-14
2017-09-21 20:28:40 +00:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Jörg Thalheim a0017e2904 Merge pull request #29252 from dywedir/tokei
tokei: 6.0.1 -> 6.1.2
2017-09-21 20:42:57 +01:00