lol

qt5.qtscript: fix loongarch64-linux build (#403402)

authored by

K900 and committed by
GitHub
cea4b1dd 5d92b7a0

+8 -1
+8 -1
pkgs/development/libraries/qt-5/5.15/default.nix
··· 173 173 hash = "sha256-6wg/eVu9J83yvIO428U1FX3otz58tAy6pCvp7fqOBKU="; 174 174 }) 175 175 ]; 176 - qtscript = [ ./qtscript.patch ]; 176 + qtscript = [ 177 + ./qtscript.patch 178 + (fetchpatch { 179 + name = "qtscript-loongarch64.patch"; 180 + url = "https://gitlab.alpinelinux.org/alpine/aports/-/raw/2fa4f3b28affc29835fcca5c75431f19ff3754a3/community/qt5-qtscript/qtscript-loongarch64.patch"; 181 + hash = "sha256-DUTXX20ClqGRYat8zk3/Facc1IyAw58qCXrbUaDLyiM="; 182 + }) 183 + ]; 177 184 qtserialport = [ ./qtserialport.patch ]; 178 185 qtsystems = [ 179 186 # Fix crash if no X11 display available