Commit graph

7205 commits

Author SHA1 Message Date
Vincent Laporte fc19401d67 jbuilder: 1.0.1 -> dune: 1.1.1 2018-09-15 19:32:32 +00:00
Tim Steinbach 795488491c
sbt: 1.2.1 -> 1.2.3 2018-09-15 09:57:34 -04:00
Ben Challenor 16ce28ed72 jenkins: 2.121.2 -> 2.138.1 2018-09-15 13:10:06 +00:00
xeji c2c9c6adfe
Merge pull request #46385 from xeji/p/broken
mark long-failing packages broken for 18.09
2018-09-15 00:54:49 +02:00
Jan Tojnar 7771df135f
Merge pull request #46636 from jtojnar/flatpak-1.0.2
flatpak: 0.99.3 → 1.0.2
2018-09-14 14:56:57 +02:00
xeji 3531c276d5
Merge pull request #46628 from LnL7/darwin-broken-c
broken darwin packages (c)
2018-09-14 10:43:40 +02:00
Michael Raskin 3aeb6066e7
Merge pull request #46328 from YorikSar/gn
gn: 20180423 -> 20180830
2018-09-14 05:48:04 +00:00
Jan Tojnar 7d2c8bbe9a
flatpak-builder: add libyaml 2018-09-14 05:09:02 +02:00
Daiderd Jordan 327edb4b1d
cargo-web: mark broken on darwin
Looks CoreFoundation related.

    Undefined symbols for architecture x86_64:
      "_CFURLResourceIsReachable", referenced from:
          fsevent_sys::core_foundation::str_path_to_cfstring_ref::h0ea4bd94e2c613f2 in libfsevent_sys-ef30b6879660a6c1.rlib(fsevent_sys-ef30b6879660a6c1.fsevent_sys7-49ce33334334dd3a5c7883bf4070f954.rs.rcgu.o)
    ld: symbol(s) not found for architecture x86_64

/cc ZHF #45961
2018-09-13 23:09:05 +02:00
Uli Baum ab5a8b69b0 leksah: mark as broken
no successful build since 2017-08-19
2018-09-13 02:27:04 +02:00
xeji 82a49eb8d2
Merge pull request #46355 from xeji/p/nant-drop
nant, boo, banshee: remove
2018-09-12 23:25:37 +02:00
Luke Clifton 5dc1796a6f vaultenv: 0.5.3 -> 0.8.0 2018-09-12 11:44:22 +08:00
Maximilian Bosch 46d1166b80 pants: fix build (#46545)
See https://hydra.nixos.org/build/80727495

`pants' works with requests==2.19 to build successfully and `nixpkgs' currently uses `requests==2.19.1`.
Patching the version constraint in `setup.py' accordingly fixes the problem.

Addresses #45960
2018-09-11 23:22:17 +02:00
Domen Kožar e8621a45a2
dep2nix: fix eval (no IFD) 2018-09-11 12:56:14 +01:00
Domen Kožar 35df0f7f0c
dep2nix: 0.0.1 -> 0.0.2 2018-09-11 12:47:16 +01:00
Sarah Brofeldt 575f2cc3bd
Merge pull request #46508 from kalbasit/nixpkgs_update-bazel
bazel: 0.16.0 -> 0.16.1
2018-09-11 11:26:57 +02:00
Sarah Brofeldt 969ca5a956
Merge pull request #46492 from oscarvarto/master
ammonite: 1.1.2 -> 1.2.0
2018-09-11 11:26:09 +02:00
Wael M. Nasreddine d24f81b825
bazel: 0.16.0 -> 0.16.1 2018-09-10 21:34:41 -07:00
Matthew Bauer 579e206bdb
Merge pull request #45323 from leenaars/ydiff
ydiff: init at 1.1
2018-09-10 15:09:42 -05:00
Oscar Vargas Torres 08b8923774 ammonite: 1.1.2 -> 1.2.0 2018-09-10 13:32:33 -05:00
zimbatm 404b224529
govendor: init at 1.0.9 (#46485) 2018-09-10 17:47:58 +01:00
Jörg Thalheim 2d4dcefd9e
Merge pull request #46465 from uri-canva/bazel-jdk10
bazel: add bazel_jdk10 variant
2018-09-10 16:27:01 +01:00
Jörg Thalheim d5e854b646
Merge pull request #46001 from uskudnik/add-hcloud-autocomplete-support
hcloud: Add autocomplete support for bash and zsh
2018-09-10 15:18:49 +01:00
Uri Baghin d1818ad6b1 bazel: add bazel_jdk10 variant 2018-09-10 23:33:21 +10:00
R. RyanTM 1700698691 lttng-ust: 2.10.1 -> 2.10.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lttng-ust
2018-09-10 07:57:54 +02:00
Will Dietz 2fc255cdb0
Merge pull request #46351 from dtzWill/update/kconfig-4.11
kconfig-frontends: update and fixups
2018-09-09 22:45:12 -05:00
Josef Kemetmüller 4ab5625c95 castxml: Fix build (#46442) 2018-09-09 22:18:34 +02:00
Jörg Thalheim c4d8d4b4d6 pyre: substituting %VERSION% in Makefile no longer required 2018-09-09 14:44:54 +01:00
Tom Hunger 9110f768cf pyre: 0.9.0 -> 0.11.0 2018-09-08 22:22:00 +01:00
Maximilian Bosch 6960a96a0c jbake: fix sandbox build (#46363)
See https://hydra.nixos.org/build/80999410

Without a sandbox the `checkPhase` breaks with the following error:

```
/nix/store/i6vl5lwlz5jbkg4r6p340dwmj6fha3xq-stdenv-linux/setup: bin/jbake: /usr/bin/env: bad interpreter: No such file or directory
jbake did not return correct version
```

Running `patchShebangs` before fixes the issue.

Addresses #45960
2018-09-08 15:20:39 +02:00
Uli Baum dc84de59d1 nant: remove
- our version is from 2015
- it doesn't build
- upstream project is dead, last release 2012, last commit Oct 2016.
- used by only 1 nixpkgs package: `boo`, marked broken since 2016.
2018-09-08 10:23:23 +02:00
Will Dietz 4fcf281e53 kconfig-frontends: don't disable format hardening, doesn't seem needed 2018-09-07 19:36:51 -05:00
Will Dietz 3c42848ec7 kconfig-frontends: patch+wrap python shebang to fix kconfig-diff 2018-09-07 19:31:33 -05:00
Will Dietz 320a587b7e kconfig-frontends: 3.12.0.0 -> 4.11.0.1 2018-09-07 19:00:54 -05:00
R. RyanTM 0bb9b3c233 pmd: 6.5.0 -> 6.7.0 (#46213)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pmd
2018-09-07 20:14:07 +02:00
Yuriy Taraday 55d8a539ad gn: 20180423 -> 20180830
gn sources have been moved into separate repository which greatly
simplify build process.
2018-09-07 22:04:22 +04:00
R. RyanTM 79ba556020 bear: 2.3.12 -> 2.3.13 (#46308)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bear/versions
2018-09-07 17:48:26 +02:00
xplat 3fc7c5b591 opam: 1.2.2 -> 2.0.0 (#45806) 2018-09-06 19:18:34 +02:00
Peter Hoeg a278414b32 wp-cli: 2.0.0 -> 2.0.1 2018-09-06 21:36:06 +08:00
Peter Hoeg 037813906d wp-cli: use 1 store path instead of 4 2018-09-06 21:36:06 +08:00
Vladimír Čunát b5bd566172
Merge #46075: texinfoInteractive: fix for new perl 2018-09-06 09:09:44 +02:00
Wael Nasreddine 7e74013190 gocode: c7fddb39ecbc9ebd1ebe7d2a3af473ed0fffffa1 -> 00e7f5ac290aeb20a3d8d31e737ae560a191a1d5 (#46107)
Also, switch to the now-maintained fork of gocode available at github.com/mdempsky/gocode
2018-09-05 20:31:58 +02:00
Jan Malakhovski 2ad99bcc82 texinfo: fix perl issues by applying patches from upstream 2018-09-05 16:39:36 +00:00
xeji 91cc864c3c
Merge pull request #46081 from samueldr/fix/solarus
solarus[-quest-editor]: 1.4.5 -> 1.5.3
2018-09-05 08:53:51 +02:00
Samuel Dionne-Riel 455f8151fd solarus-quest-editor: 1.4.5 -> 1.5.3 2018-09-04 22:04:33 -04:00
Urban Skudnik d23c357f1c
hcloud: Add autocomplete support for bash and zsh
Currently one would need to manually run the command to generate
completion and insert it into `.bashrc`/`.zshrc` to get the
autocompletion to work. This patch will automatically generate
both docs and save them to correct position so it should continue
to work even if user changes the shell at a later stage.
2018-09-05 02:35:03 +02:00
Will Dietz e9d4bab044
Merge pull request #46070 from Mic92/radare2
radare2: 2.8.0 -> 2.9.0,  radare2-cutter: 1.7 -> 1.7.1
2018-09-04 19:19:57 -05:00
Jörg Thalheim a56fd17938 radare2-cutter: 1.7 -> 1.7.1 2018-09-04 23:15:07 +01:00
Jörg Thalheim 63b7bc847c radare2-cutter: add mic92 as maintainer 2018-09-04 23:14:55 +01:00
Jörg Thalheim 24ce88615e radare2: 2.8.0 -> 2.9.0 2018-09-04 22:57:17 +01:00