Commit Graph

4874 Commits

Author SHA1 Message Date
Nick Cao
0b7f226746
hydra_unstable: temporarily remove flaky ldap test 2022-05-21 22:03:40 +08:00
Nick Cao
e9e0ab3a03
hydra_unstable: 2022-02-07 -> 2022-05-03 2022-05-20 18:03:07 +08:00
Artturi
b0c602515d
Merge pull request #173084 from Artturin/unecessaryprf
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
2022-05-18 21:23:58 +03:00
github-actions[bot]
f10256fb7a
Merge master into staging-next 2022-05-16 12:02:51 +00:00
Bobby Rong
1a2e58f19d
Merge pull request #172891 from DarkOnion0/master
devspace: 5.18.4 -> 5.18.5
2022-05-16 17:52:57 +08:00
Artturin
1a634cc057 treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files

which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
github-actions[bot]
dae6d3bb73
Merge master into staging-next 2022-05-14 12:01:17 +00:00
DarkOnion0
cb4dd421de
devspace: 5.18.4 -> 5.18.5 2022-05-14 13:26:16 +02:00
Jörg Thalheim
443ccdb394
Merge pull request #170940 from Mic92/gdbgui
gdbgui: 0.14.0.2 -> 0.15.0.1 (fix build)
2022-05-14 07:30:12 +01:00
github-actions[bot]
477cc9463d
Merge master into staging-next 2022-05-13 12:01:27 +00:00
Linus Heckemann
a7ee915179
Merge pull request #172378 from Mindavi/hydra-updates-3
Hydra updates 3
2022-05-13 12:55:53 +02:00
github-actions[bot]
968836294d
Merge master into staging-next 2022-05-13 06:03:49 +00:00
Adam Joseph
b38eb9ec03 libtree: remove unnecessary fetchpatch input
As requested here https://github.com/NixOS/nixpkgs/pull/172446#discussion_r871249683
2022-05-12 17:14:46 -07:00
github-actions[bot]
97ea1401a7
Merge master into staging-next 2022-05-13 00:03:00 +00:00
Thiago Kenji Okada
eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
Naïm Favier
ae82656f09
sqitchMysql,sqitchPg: fix wrapper arguments escaping 2022-05-12 20:32:53 +02:00
Sandro
dd3f6a6aae
Merge pull request #172551 from gbtb/netcoredbg-2.0.0
netcoredbg: 1.2.0-825 -> 2.0.0-895
2022-05-12 20:04:20 +02:00
github-actions[bot]
6b23d26afc
Merge master into staging-next 2022-05-12 18:02:25 +00:00
Adam Joseph
7ab6a92aa8 libtree: 2.0.0 -> 3.1.0
This fixes a build failure by upgrading to a more recent version.
2022-05-12 08:27:07 -07:00
gbtb
e6d5a40183 netcoredbg: 1.2.0-825 -> 2.0.0-895 2022-05-11 20:59:39 +10:00
Rick van Schijndel
189a38576e hydra_unstable: apply nixpkgs-fmt 2022-05-10 23:32:02 +02:00
Rick van Schijndel
3a7f7c1153 hydra-unstable -> hydra_unstable 2022-05-10 23:32:02 +02:00
Rick van Schijndel
292c63a5d6 hydra: remove multi-version support
This is a legacy of when a "stable" version of hydra existed, and this
probably won't be coming back.

This also removes some obsolete bits which have no effect on the
result of evaluation.

Unlike the original approach in #157072, we're moving the common
expression to "unstable.nix" instead. This allow putting everything in
one commit, satisfies git's rename detection, and remains bisectable.

Co-Authored-By: Bernardo Meurer <bernardo@meurer.org>
Co-Authored-By: Linus Heckemann <git@sphalerite.org>
2022-05-10 23:32:02 +02:00
Rick van Schijndel
33b01d5104 hydra-unstable: drop with stdenv from top
It doesn't appear to be needed and can make it harder to read the build description.
2022-05-10 23:32:02 +02:00
Rick van Schijndel
be5b57be1b hydra-unstable: remove old assertion
I don't think nixpkgs will build with nix 1 anyway, so let's just remove this.
2022-05-10 23:32:01 +02:00
github-actions[bot]
90db968124
Merge staging-next into staging 2022-05-10 21:23:59 +00:00
Rick van Schijndel
6951b5c187 hydra-unstable: drop TestMore, which is an alias for null 2022-05-10 22:54:11 +02:00
github-actions[bot]
3a79190750
Merge staging-next into staging 2022-05-10 18:01:50 +00:00
github-actions[bot]
1a3de31faa
Merge staging-next into staging 2022-05-10 12:11:45 +00:00
Linus Heckemann
c07919c76c hydra: fix evaluation with aliases disabled 2022-05-10 14:08:18 +02:00
Linus Heckemann
117f62e72e
Merge pull request #172242 from Mindavi/hydra-updates-2
Hydra updates 2
2022-05-10 13:25:13 +02:00
Linus Heckemann
a07cc04109 hydra: don't force HYDRA_RELEASE 2022-05-09 22:18:51 +02:00
Rick van Schijndel
cec7fc48bb hydra-unstable: 2021-12-17 -> 2022-02-07
Co-authored-by: Linus Heckemann <git@sphalerite.org>
2022-05-09 22:18:50 +02:00
Rick van Schijndel
2e882e0903 hydra-unstable: 2021-08-11 -> 2021-12-17
Adds some new required deps too.
Enable doCheck (tests).

Apply patch for missing std:: specifier before std::strings.
2022-05-09 22:18:50 +02:00
github-actions[bot]
629adb097a
Merge staging-next into staging 2022-05-09 18:01:59 +00:00
Sandro
15c43ea9ee
Merge pull request #172081 from trofi/fix-fno-common-for-gtkdialog 2022-05-09 15:36:27 +02:00
Dmitry Bogatov
d954878d80
autoconf: build offline html documentation (#172103)
* autoconf: build offline html documentation

* Update pkgs/development/tools/misc/autoconf/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Update pkgs/development/tools/misc/autoconf/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-09 15:13:21 +02:00
github-actions[bot]
31938a3f5c
Merge staging-next into staging 2022-05-09 00:03:28 +00:00
github-actions[bot]
f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Sandro
90f713c6e8
Merge pull request #172073 from tanshihaj/master
stlink: fix stlink build for macos
2022-05-09 01:42:07 +02:00
Sandro
50486b600b
Merge pull request #171861 from trofi/fix-strict-deps-for-autoconf-213
autoconf213: add 'm4' to nativeBuildInputs (strictDeps = true)
2022-05-08 23:26:37 +02:00
Sergei Trofimovich
ad48be73f5 gtkdialog: pull gentoo patch for -fno-common toolchains
Without the change build fails on -fno-common toolchains like upstream
gcc-10:

    $ nix build -L --impure --expr 'with import ./. {}; gtkdialog.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or []) ++ ["-fno-common"]; })'
    ...
    ld: widget_window.o:/build/gtkdialog-0.8.3/src/gtkdialog.h:43:
      multiple definition of `function_signals_block'; gtkdialog.o:/build/gtkdialog-0.8.3/src/gtkdialog.h:43: first defined here
2022-05-08 20:47:33 +01:00
Rasmus Rendal
98152f70fd
gnum4: Disable stack protector when using MinGW (#171828)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-08 21:26:55 +02:00
Sandro
a9722cab1e
Merge pull request #170810 from trofi/update-elfutils
elfutils: 0.186 -> 0.187
2022-05-08 21:23:20 +02:00
Zaripov Kamil
49dce7182f stlink: fix stlink build for macos
Currently stlink build fails on macOS since version 1.7.0 didn't contain
468b1d2daa
commit from upstream. This commit adds dependency on Security framework
required for libusb.
2022-05-08 21:08:52 +03:00
github-actions[bot]
a714337bb2
Merge master into staging-next 2022-05-07 12:01:21 +00:00
Brian Leung
65401d1b9f uncrustify: 0.74.0 -> 0.75.0 2022-05-07 12:11:30 +02:00
Sergei Trofimovich
42091a7b8b autoconf213: move 'm4' and 'perl' to nativeBuildInputs (strictDeps = true)
Without the change `strictDeps = true` build fails as:

    $ nix build --impure --expr 'with import ./. {}; autoconf213.overrideAttrs (oa: { strictDeps = true;})'
    Error: Autoconf requires GNU m4 1.1 or later
2022-05-07 07:10:05 +01:00
github-actions[bot]
6c361fbbd8
Merge master into staging-next 2022-05-06 18:01:18 +00:00
Jonathan Ringer
384d446910 arcanist: 20200711 -> 20220425 2022-05-06 09:57:06 -07:00