Commit Graph

65888 Commits

Author SHA1 Message Date
Sandro
5e6d802539
Merge pull request #145157 from yuuyins/libcds 2021-11-09 22:31:21 +01:00
arkivm
7f99b55db7
intel-cmt-cat: init at 4.2.0 (#144190) 2021-11-09 22:28:35 +01:00
Sandro
0d0df3e192
Merge pull request #145209 from thiagokokada/zhf-remove-libkml 2021-11-09 22:14:30 +01:00
Jörg Thalheim
584c5fc24d
Merge pull request #145161 from smancill/shogun-fix-build
shogun: refactor derivation and fix build
2021-11-09 20:49:19 +00:00
yuu
37e6fd6026
stargate-libcds: init at 1.0.0
Co-authored-by: figsoda <figsoda@pm.me>
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2021-11-09 17:43:19 -03:00
Fabian Affolter
d8496b2d67
Merge pull request #139416 from fabaff/airtouch4pyapi
python3Packages.airtouch4pyapi: init at 1.0.5
2021-11-09 21:16:45 +01:00
Bernardo Meurer
ca5ecbed4b
nixpkgs-basic-release-checks: set NIX_STORE_DIR
With nix 2.4 the fact that we set NIX_STATE_DIR, but kept the original
store became a hard error. We work around it here by forcing the use of
a fresh, sandbox-local, store.

See regnat's wonderful analysis for more information:
https://github.com/NixOS/nix/issues/5495#issuecomment-963949707
2021-11-09 10:55:06 -08:00
Bernardo Meurer
6e4c52f199
nix-doc: pin to nix_2_3 2021-11-09 10:47:14 -08:00
Bernardo Meurer
a6453a0f5d
nixos-option: pin to nix_2_3 2021-11-09 10:47:13 -08:00
Bernardo Meurer
797e7d8393
python3Packages.pythonix: pin to nix_2_3 2021-11-09 10:47:12 -08:00
Bernardo Meurer
d42768c8a8
nix-plugins: pin to nix_2_3 2021-11-09 10:47:11 -08:00
Bernardo Meurer
1f63465879
nixFlakes: nix_2_4 -> nixStable 2021-11-09 10:47:09 -08:00
Bernardo Meurer
342bd7ae59
Merge pull request #141400 from lovesegfault/writeShellApplication
writeShellApplication: init
2021-11-09 10:44:11 -08:00
Maciej Krüger
dc4f539af6
Merge pull request #139286 from bachp/antennas 2021-11-09 19:43:50 +01:00
Sandro
420f2d79ec
Merge pull request #145191 from romildo/upd.vimix-icon-theme 2021-11-09 18:50:21 +01:00
davidak
2103d78e0b
Merge pull request #144930 from artemist/bcachefs
linux_testing_bcachefs, bcachefs-tools: upgrade
2021-11-09 18:26:30 +01:00
yuu
872ccff6c2 python3Packages.pymarshal: init at 2.2.0
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
2021-11-09 08:13:10 -08:00
Pascal Bach
efba6e40cd antennas: init at 3.1+git5e1f7375
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-09 17:00:05 +01:00
Thiago Kenji Okada
513c3a8300 libkml: remove
No other package depends on this library, it is abandoned by upstream
(last update was on 2017-01-15), and it is failing to build on
x86_64-linux.
2021-11-09 12:30:29 -03:00
Thiago Kenji Okada
1ffd57e92b
Merge pull request #144999 from aanderse/devilutionx
devilutionx: minor cleanup after review
2021-11-09 11:28:07 -03:00
Thiago Kenji Okada
e5b9df9a46
Merge pull request #145121 from HenkKalkwater/145109-filelock-python2
python2.7-filelock: Init version 3.2.1 for Python 2
2021-11-09 11:24:36 -03:00
José Romildo
09d0495b1e vimix-icon-theme: init at 2021-11-09 2021-11-09 11:23:56 -03:00
Henk Kalkwater
b982294b6f python2.7-filelock: Init version 3.2.1 for Python 2
This adds filelock 3.2.1, the last version that still supports Python 2.

This fixes nixops, as it still was dependent on filelock for Python 2.
See #145109.
2021-11-09 14:51:14 +01:00
Ryan Burns
4994a926ea
Merge pull request #145151 from r-burns/clinfo-darwin
clinfo: enable on darwin
2021-11-09 02:13:00 -08:00
Aaron Andersen
cd465ef283
Merge pull request #144936 from aanderse/kodi.packages.iagl
kodi.packages.iagl: init at 1101521-2
2021-11-09 04:42:25 -05:00
Sebastián Mancilla
82568e6718 shogun: refactor build
Main changes are:

- Build with default stdenv instead of forcing GCC 8, by applying upstream
  patches that fix building with newer compilers.

  Together with #134390 and #134393 (and the blas library fixes on #135493
  and #136535), this enables building the derivation on darwin.

- Use multiple outputs.

- Move build-only inputs to nativeBuildInputs.

- Generate the meta examples but do not compile them (they are compiled as
  part of the tests), to not make the build take more time than already is.

  Install the example source files into $doc (but do not install the
  example binaries, only the sources).

- Enable testing by setting the CMake variable CMAKE_SKIP_BUILD_RPATH to
  false (it should not be needed if #108496 is merged). This allows the
  tests to locate the shogun library and run without problems.

  Disable integration and meta tests to speed up the build.

With a few other minor changes:

- Use upstream URL for the json-c patch.

- Be explicit about which optional, commercial dependencies are not used,
  to stop CMake searching for them.

- Do not set NIX_CFLAGS_COMPILE with '-faligned-new' because it causes a
  warning when compiling C files. Set CXXFLAGS instead.

- Remove unnecessary ccache variables from the environment.

- Fix wrong Google Mock download location, which was forcing CMake to need
  network access to download the tarball to the right location (which fails
  within the sandbox).
2021-11-08 23:57:29 -03:00
Ryan Burns
c10a075517 clinfo: enable on darwin 2021-11-08 17:44:04 -08:00
Thiago Kenji Okada
db6044d5de
Merge pull request #144955 from legendofmiracles/pur
python3Packages.pur: 5.4.1 -> 5.4.2; fix build
2021-11-08 21:00:43 -03:00
Bernardo Meurer
d13430a8da
pkgs/top-level/stage: format trivialBuilders import 2021-11-08 09:33:34 -08:00
Bernardo Meurer
21c299f077
writeShellApplication: get shellcheck from pkgsBuildHost 2021-11-08 09:33:34 -08:00
legendofmiracles
45ca602e52
pur: switch to buildPythonApplication 2021-11-08 10:40:58 -06:00
Fabian Affolter
da4425005c python3Packages.airtouch4pyapi: init at 1.0.5 2021-11-08 16:31:25 +01:00
Sandro
ddb1587974
Merge pull request #145069 from wineee/srain 2021-11-08 16:16:47 +01:00
Sandro
92209df0ac
Merge pull request #136009 from angustrau/pygame-2.0.2-dev 2021-11-08 16:14:07 +01:00
Mario Rodas
f0f8af9d7e
Merge pull request #145064 from ivan/postgresql14Packages
Add missing postgresql14Packages
2021-11-08 09:55:21 -05:00
Sandro
1363bb14f4
Merge pull request #141866 from chvp/qtile-wayland-backend 2021-11-08 15:49:45 +01:00
Sandro
b275c083e7
Merge pull request #144832 from r-burns/i686-lto 2021-11-08 15:25:03 +01:00
rewine
dcb453fde4 srain: init at 1.3.0 2021-11-08 22:03:54 +08:00
talyz
c11d08f023 synergy: 1.13.1.41 -> 1.14.1.32 2021-11-08 05:21:33 -08:00
Alexandre Esteves
753a895ad2 turbogit: fix libgit2 dependency 2021-11-08 05:13:31 -08:00
Sandro
ba99162e34
Merge pull request #144767 from mkg20001/synapse-admin 2021-11-08 14:10:46 +01:00
Sandro
28f9677cec
Merge pull request #144851 from c0deaddict/zhf/gitaly 2021-11-08 13:39:38 +01:00
Jos van Bakel
dfe107b23c
gitaly: fix libgit2 dependency 2021-11-08 13:17:57 +01:00
Ivan Kozik
e6dd8c652e Add missing postgresql14Packages 2021-11-08 11:27:31 +00:00
Angus Trau
5aa2b0f0bf python3Packages.pygame: 2.0.1 -> 2.1.0 2021-11-08 21:50:01 +11:00
Angus Trau
55b68d3188 timidity: enable darwin support 2021-11-08 21:49:55 +11:00
Dennis Gosnell
4d2b3b4d5a
Merge pull request #142825 from cdepillabout/buildDhallUrl
dhallPackages.buildDhallUrl: add function for easily building dhall remote imports
2021-11-08 13:44:37 +09:00
Bernardo Meurer
c37c7299ab
nixFlakes: nixUnstable -> nix_2_4 2021-11-07 18:09:21 -08:00
Bernardo Meurer
971f4a097c
nix_2_3: init @ 2.3.16 2021-11-07 18:09:20 -08:00
Bernardo Meurer
f8de2aec85
Merge pull request #144829 from lovesegfault/ayu-theme-gtk-init
ayu-theme-gtk: init @ unstable-2017-05-12
2021-11-07 15:28:40 -08:00