tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
qt5/qtwebengine: pick patch to fix build with gcc 12
K900
3 years ago
a25786f7
e2d48792
+6
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
qt-5
5.15
default.nix
+6
pkgs/development/libraries/qt-5/5.15/default.nix
reviewed
···
64
64
extraPrefix = "src/3rdparty/";
65
65
hash = "sha256-MZGYeMdGzwypfKoSUaa56K3inbcGRx7he/+AFyk5ekA=";
66
66
})
67
67
+
(fetchpatch {
68
68
+
url = "https://raw.githubusercontent.com/Homebrew/formula-patches/7ae178a617d1e0eceb742557e63721af949bd28a/qt5/qt5-webengine-gcc12.patch";
69
69
+
stripLen = 1;
70
70
+
extraPrefix = "src/3rdparty/";
71
71
+
hash = "sha256-s4GsGMJTBNWw2gTJuIEP3tqT82AmTsR2mbj59m2p6rM=";
72
72
+
})
67
73
] ++ lib.optionals stdenv.isDarwin [
68
74
./qtwebengine-darwin-no-platform-check.patch
69
75
./qtwebengine-mac-dont-set-dsymutil-path.patch