Skip to content

Commit a46fe4b

Browse files
committed
Merge branch 'hkm/nixpkgs-update' into armv7a
# Conflicts: # flake.nix # overlays/android.nix
2 parents 8f2754f + b825a43 commit a46fe4b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/android.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _final: prev: prev.lib.optionalAttrs prev.stdenv.hostPlatform.isAndroid ({
3232
# because the android (linux) kernel doesn't expose those.
3333
openssl = prev.openssl.override { static = true; enableKTLS = false; };
3434

35-
}) // prev.lib.optionalAttrs prev.stdenv.targetPlatform.isAndroid ({
35+
}) // prev.lib.optionalAttrs (prev.stdenv.targetPlatform.isAndroid && (!prev.stdenv.hostPlatform.useAndroidPrebuilt)) ({
3636
# we still need the shared libraries to link against on the platform. GHC
3737
# has been neutered to not even try loading shared libs and will use dynamic ones.
3838
# We also link iserv against the static libs, so that we have a fully static

0 commit comments

Comments
 (0)