Commit Graph
368949 Commits
Author SHA1 Message Date
arjan-sandGitHub 0a38079425 ntfy-sh: init at 1.18.1 (#166102) 2022-03-30 17:35:26 +02:00
SandroandGitHub 7c4f9e0e24 Merge pull request #161207 from Emantor/bump/xwayland 2022-03-30 17:34:32 +02:00
SandroandGitHub 71cf5cbe28 Merge pull request #165854 from wineee/spike 2022-03-30 17:29:29 +02:00
SandroandGitHub 0fa8cbf8de Merge pull request #166277 from lourkeur/refactor-cosmopolitan 2022-03-30 17:28:47 +02:00
SandroandGitHub 10f0e95b0e Merge pull request #165949 from SuperSandro2000/libgpod 2022-03-30 17:25:03 +02:00
Cole Helbling cdd202757d nixos/_1password: cleanup
* Change groupId to gid to align with the rest of NixOS modules
* Add a check to the gid option to ensure it is greater than or equal
to 1000
2022-03-30 08:23:27 -07:00
Cole Helbling 6e6558711f nixos/_1password-gui: cleanup
* Change groupId to gid to align with the rest of NixOS modules
* Add a check to the gid option to ensure it is greater than or equal
to 1000
* Use the overridden package for the wrappers
2022-03-30 08:23:27 -07:00
Alyssa Ross fd78240ac8 treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
SandroandGitHub 88831b4649 Merge pull request #166325 from SuperSandro2000/nix-update-fix 2022-03-30 17:09:31 +02:00
Sandro Jäckel 4bba51b8d0 doh-proxy: drop 2022-03-30 17:08:53 +02:00
Sandro Jäckel 8eb6f8ea41 python3Packages.aioh2: drop 2022-03-30 17:08:52 +02:00
SandroandGitHub 87ff04952b Merge pull request #166335 from SuperSandro2000/pycurl 2022-03-30 17:06:54 +02:00
SandroandGitHub 65af527445 Merge pull request #166345 from SuperSandro2000/snowflake-connector-python 2022-03-30 17:06:34 +02:00
maxine [they]andGitHub 16e547b2d4 Merge pull request #166339 from cole-h/1password
_1password: fixup packaging
2022-03-30 17:01:25 +02:00
Fabian AffolterandGitHub ea344b9b24 Merge pull request #166422 from r-ryantm/auto-update/python3.10-pylitterbot
python310Packages.pylitterbot: 2021.12.0 -> 2022.3.0
2022-03-30 16:55:52 +02:00
Kevin CoxandGitHub f2a16c7a75 Merge pull request #166065 from smunix/nvidia_x11.470.103.01
nvidia_x11: 470.94 → 470.103.01
2022-03-30 10:38:33 -04:00
Ben SiraphobandGitHub 96ba48cfbc Merge pull request #166320 from Stunkymonkey/clion-fix 2022-03-30 09:28:48 -05:00
R. RyanTMandGitHub 2337e48adb oh-my-zsh: 2022-03-28 -> 2022-03-29 (#166373) 2022-03-30 10:05:37 -04:00
R. RyantmandAlexander Foremny c84d82e962 bullet: 3.21 -> 3.22a 2022-03-30 22:04:47 +08:00
tricktronandGitHub 43b5a5ec59 postman: add darwin packages (#164697) 2022-03-30 16:01:39 +02:00
R. Ryantm b9b6804398 python310Packages.pylitterbot: 2021.12.0 -> 2022.3.0 2022-03-30 13:48:29 +00:00
R. Ryantm 2344c427cf nfpm: 2.15.0 -> 2.15.1 2022-03-30 13:46:59 +00:00
Sandro Jäckel 1b89d0a9cb join-desktop: init at 1.1.2 2022-03-30 15:39:03 +02:00
ArtturiandGitHub aebaef4c01 Merge pull request #166414 from NixOS/revert-165906-poetry-application
Revert "poetry: apply toPythonApplication"
2022-03-30 16:15:19 +03:00
R. Ryantm 07d588de4d morgen: 2.4.4 -> 2.5.0 2022-03-30 13:04:50 +00:00
Fabian AffolterandGitHub 03efe8111c Merge pull request #166361 from r-ryantm/auto-update/python3.10-pyoverkiz
python310Packages.pyoverkiz: 1.3.12 -> 1.3.13
2022-03-30 15:01:17 +02:00
Fabian AffolterandGitHub 1f77ce1680 Merge pull request #166343 from SuperSandro2000/python310Packages.kiwisolver
python39Packages.kiwisolver: 1.4.0 -> 1.4.2
2022-03-30 14:55:42 +02:00
Fabian AffolterandGitHub 4358b0fd67 Merge pull request #166396 from r-ryantm/auto-update/python3.10-geojson-client
python310Packages.geojson-client: 0.7 -> 0.8
2022-03-30 14:45:17 +02:00
Fabian AffolterandGitHub d2e6cc599f Merge pull request #166387 from r-ryantm/auto-update/python3.10-msldap
python310Packages.msldap: 0.3.30 -> 0.3.38
2022-03-30 14:44:04 +02:00
Martin WeineltandGitHub 0496ba1b51 Merge pull request #166411 from mweinelt/python/metar 2022-03-30 14:39:10 +02:00
Martin Weinelt ef7564a0ac python3Packages.metar: disable test, remove patch
The test was fine for a day and started failing again yesterday, so we
disable it this time until upstream makes a new release with more
confidence.
2022-03-30 14:36:04 +02:00
R. Ryantm cec30d5845 python310Packages.desktop-notifier: 3.3.5 -> 3.4.0 2022-03-30 12:23:52 +00:00
SandroandGitHub 5838cb92a9 Merge pull request #166303 from SuperSandro2000/packaging 2022-03-30 14:23:03 +02:00
Ryan MulliganandGitHub 0af8d48266 Merge pull request #166368 from r-ryantm/auto-update/mycli
mycli: 1.24.3 -> 1.24.4
2022-03-30 05:10:03 -07:00
Ryan MulliganandGitHub 37200ac165 Merge pull request #166161 from r-ryantm/auto-update/symfony-cli
symfony-cli: 5.4.2 -> 5.4.5
2022-03-30 05:09:11 -07:00
Bobby Rong 32d1e6082c virt-viewer: fix build with meson 0.61 2022-03-30 19:47:00 +08:00
Maciej KrügerandGitHub f809e76e83 Merge pull request #161064 from kuwii/msedge 2022-03-30 13:38:07 +02:00
Bobby Rong 16608a048e icon-library: use wrapGAppsHook4
This is a GTK4 application.
2022-03-30 19:18:32 +08:00
Bobby Rong 739e7ceeff icon-library: fix build with meson 0.61 2022-03-30 19:17:17 +08:00
Peter SimonsandGitHub 7aaef4f836 Merge pull request #161548 from Stunkymonkey/sane-backend-phases
sane-backend: deprecate phases
2022-03-30 12:28:14 +02:00
piegamesandGitHub bf80fd1786 Merge pull request #166327: gnomeExtensions: auto-update 2022-03-30 12:26:50 +02:00
Bobby Rong a8dfd8fdac entangle: fix build with meson 0.61 2022-03-30 18:18:23 +08:00
Bobby Rong d23a53bd36 drawing: fix build with meson 0.61 2022-03-30 18:09:51 +08:00
Sandro Jäckel 7579d10e76 openntpd: patch in correct phase, update homepage 2022-03-30 12:07:55 +02:00
Providence Salumu a1d2c3511f nvidia_x11: 470.94 → 470.103.01 2022-03-30 06:00:27 -04:00
Bobby Rong b253c43db9 cpupower-gui: fix build with meson 0.61 2022-03-30 17:59:02 +08:00
R. Ryantm 0ec675a11d python310Packages.geojson-client: 0.7 -> 0.8 2022-03-30 09:52:11 +00:00
Bobby Rong ba1184b115 chatty: fix build with meson 0.61 2022-03-30 17:50:14 +08:00
Alex ChalkandPeter Hoeg dd697d4148 strawberry: add libgpod
Add libgpod to the build for working ipod sync.
2022-03-30 17:49:14 +08:00
R. Ryantm 7e7624c0db python310Packages.azure-mgmt-media: 8.0.0 -> 9.0.0 2022-03-30 09:43:19 +00:00