Commit Graph

330978 Commits

Author SHA1 Message Date
Vincent Haupert
d6a0da1e5d sgx-sdk: use full version
Actually, 2.14 isn't the full version the Makefile uses for the Debian
and RPM packages. Also, pkg-config files contain the version 2.14.100.2.
2021-11-21 01:01:44 +01:00
Vincent Haupert
a25482ffa7 sgxsdk: use samples as passthru tests 2021-11-15 22:05:22 +01:00
Vincent Haupert
007b606892 sgxsdk: add setup hook 2021-11-15 18:56:28 +01:00
Vincent Haupert
91cd666010 sgx-sdk: nits 2021-11-15 15:08:23 +01:00
Vincent Haupert
e74ffcd366 sgx-sdk: rework installCheckPhase 2021-11-15 15:08:22 +01:00
Vincent Haupert
cd05703131 sgx-sdk: fix BINUTILS_DIR substitute 2021-11-15 13:04:05 +01:00
Vincent Haupert
8c2b6bbaef sgx-sdk: add veehaitch as a maintainer 2021-11-15 11:26:50 +01:00
Vincent Haupert
867f6ffcd3 sgx-sdk: build and run most samples in installCheckPhase 2021-11-15 11:12:51 +01:00
Vincent Haupert
4bad549b76 sgx-sdk: create Nix output directory structure 2021-11-15 11:08:19 +01:00
Vincent Haupert
92df329a98 sgx-sdk: use header command 2021-11-15 10:33:00 +01:00
Vincent Haupert
a3b69162e9 sgx-sdk: fix sgx-gdb 2021-11-15 03:02:11 +01:00
Vincent Haupert
141e8153fb sgx-sdk: fix pkg-config files 2021-11-15 02:39:41 +01:00
Vincent Haupert
89929bacab sgx-sdk: remove superfluous nasm input 2021-11-15 02:39:41 +01:00
Vincent Haupert
0a23f360ee sgx-sdk: use install(5) 2021-11-15 02:39:41 +01:00
Vincent Haupert
e08d39daa6 sgx-sdk: use buildPhase attrs, run hooks, sort 2021-11-15 02:39:41 +01:00
Vincent Haupert
96936f6254 sgx-sdk: use tag instead of commit hash 2021-11-15 02:39:41 +01:00
Vincent Haupert
32375fb97c sgx-sdk: eliminate patches 2021-11-15 02:39:41 +01:00
Vincent Haupert
2fcfe8c830 sgx-sdk: nixpkgs-fmt 2021-11-15 02:08:41 +01:00
Thiago Kenji Okada
c4a110276b
Merge pull request #145950 from FliegendeWurst/trilium-0.48.6
trilium: 0.47.8 -> 0.48.6
2021-11-14 20:00:17 -03:00
Sandro
f40b4789e4
Merge pull request #146030 from antifuchs/nix-zsh-completions-with-fewer-hacks 2021-11-14 23:44:45 +01:00
Cole Mickens
4f0c8d0512
nvidia_x11: libPath: add libgbm/libGL libraries (#145439) 2021-11-14 23:43:35 +01:00
Sandro
3e141fab03
Merge pull request #145375 from griff/fail2ban-conditional-delete 2021-11-14 23:38:35 +01:00
Thiago Kenji Okada
080b3cc92c
Merge pull request #146031 from lucc/nvimpager
nvimpager: 0.10 -> 0.10.4
2021-11-14 19:37:55 -03:00
Brian Olsen
8622d7dc11
fail2ban: Make postInstall delete conditional 2021-11-14 23:20:07 +01:00
Fabian Affolter
61bb9d5d5d python3Packages.fritzconnection: 1.7.1 -> 1.7.2 2021-11-14 14:07:45 -08:00
R. Ryantm
422c4e199e python38Packages.flexmock: 0.10.10 -> 0.11.1 2021-11-14 13:57:47 -08:00
R. Ryantm
ef9ac538eb python38Packages.frozendict: 2.0.6 -> 2.0.7 2021-11-14 13:56:20 -08:00
R. Ryantm
06b3bdbeff python38Packages.ftputil: 5.0.1 -> 5.0.2 2021-11-14 13:55:59 -08:00
R. Ryantm
cd7cfb6def python38Packages.bandit: 1.7.0 -> 1.7.1 2021-11-14 13:54:08 -08:00
R. Ryantm
cbf234b34b python38Packages.gigalixir: 1.2.3 -> 1.2.4 2021-11-14 13:36:45 -08:00
R. Ryantm
520c255e7f python38Packages.gin-config: 0.4.0 -> 0.5.0 2021-11-14 13:36:38 -08:00
Jan Tojnar
64d7a3266b doc: Fix xref in functions description
This was accidentally broken by 3c78ad2561.
2021-11-14 22:30:07 +01:00
figsoda
b187fab93e
tela-icon-theme: remove darwin from platforms (#145997) 2021-11-14 16:29:49 -05:00
Thomas
fa0761a7c6
python3Packages.pygame: fix source hash on HFS+ filesystems (#145986) 2021-11-14 16:28:28 -05:00
legendofmiracles
9a65a60a20
ArchiSteamFarm: 4.3.1.0 -> 5.1.5.3, use buildDotnetModule (#145542)
* ArchiSteamFarm: 4.3.1.0 -> 5.1.5.3, use buildDotnetModule

* ArchiSteamFarm: fix suggestions

Co-authored-by: IvarWithoutBones <ivar.scholten@protonmail.com>
2021-11-14 22:19:26 +01:00
Andreas Fuchs
8a37d710fd nixos: zsh: Remove hack for zsh-nix-completions on nix 2.4
The zsh-nix-completions package now sets a priority, which helps avoid
conflicts with newer nix versions without patching the package from
the module.
2021-11-14 22:09:01 +01:00
Andreas Fuchs
1c72fa65ed nix-zsh-completions: Lower priority to avoid collisions with nix
Both it and nix >=2.4 install a _nix zsh completion definition. The
one in nix should take precedence, so let's lower this package's
priority.
2021-11-14 22:06:45 +01:00
Sandro
a99da1e3af
Merge pull request #146025 from r-ryantm/auto-update/python38Packages.google-cloud-websecurityscanner 2021-11-14 22:05:11 +01:00
Cole Helbling
488a5a3787 fuzzel: 1.6.4 -> 1.6.5 2021-11-14 21:54:22 +01:00
R. Ryantm
68b7bc8ece python38Packages.google-cloud-websecurityscanner: 1.6.0 -> 1.6.1 2021-11-14 20:51:15 +00:00
Sandro
f57f5217dd
Merge pull request #146023 from r-ryantm/auto-update/python38Packages.google-cloud-vision 2021-11-14 21:50:17 +01:00
Sandro
ad738fa291
Merge pull request #145983 from r-ryantm/auto-update/python38Packages.google-cloud-automl 2021-11-14 21:50:05 +01:00
Sandro
388079178d
Merge pull request #145984 from r-ryantm/auto-update/python38Packages.google-cloud-bigquery-datatransfer 2021-11-14 21:49:57 +01:00
Sandro
ac93f50d3d
Merge pull request #145985 from r-ryantm/auto-update/python38Packages.google-cloud-container 2021-11-14 21:49:48 +01:00
Sandro
6ff958edfb
Merge pull request #145987 from r-ryantm/auto-update/python38Packages.google-cloud-datacatalog 2021-11-14 21:49:38 +01:00
Sandro
41fe9e5efe
Merge pull request #145989 from r-ryantm/auto-update/python38Packages.google-cloud-dataproc 2021-11-14 21:49:30 +01:00
Sandro
438c244831
Merge pull request #145991 from r-ryantm/auto-update/python38Packages.google-cloud-datastore 2021-11-14 21:49:23 +01:00
Sandro
e886bd1f14
Merge pull request #145994 from r-ryantm/auto-update/python38Packages.google-cloud-dlp 2021-11-14 21:49:13 +01:00
Sandro
53d924bf53
Merge pull request #145995 from r-ryantm/auto-update/python38Packages.google-cloud-error-reporting 2021-11-14 21:49:05 +01:00
Sandro
647f76e9bf
Merge pull request #145996 from r-ryantm/auto-update/python38Packages.google-cloud-iam 2021-11-14 21:48:55 +01:00