python3Packages.shiboken6: fix build with clang-based stdenvs
Using `llvmPackages.stdenv` results in linking against a different libc++ than the one linked by Qt, which causes it to crash.
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
, libxcrypt
|
||||
}:
|
||||
|
||||
llvmPackages.stdenv.mkDerivation rec {
|
||||
let
|
||||
stdenv' = if stdenv.cc.isClang then stdenv else llvmPackages.stdenv;
|
||||
in
|
||||
stdenv'.mkDerivation rec {
|
||||
pname = "shiboken6";
|
||||
version = "6.5.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user