summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-25 23:06:45 +0200
committerGitHub <noreply@github.com>2022-05-25 23:06:45 +0200
commit9cb1a3fe7927f86392b70a26aae86a6639f40636 (patch)
tree1217b0cacbbe239086dc0ed346ee330838cc1461
parentf4cce5bdc3ca14d85b61d2369308b67deada69b2 (diff)
parent79c564d9fa7869226b8463b0825eeb73ca17e517 (diff)
Merge pull request #174328 from 7FM/7FM-patch-1
modem-manager-gui: fix segfault on launch
-rw-r--r--pkgs/applications/networking/modem-manager-gui/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/networking/modem-manager-gui/default.nix b/pkgs/applications/networking/modem-manager-gui/default.nix
index 0eb0a02ed01f..841c733a2f1d 100644
--- a/pkgs/applications/networking/modem-manager-gui/default.nix
+++ b/pkgs/applications/networking/modem-manager-gui/default.nix
@@ -57,6 +57,12 @@ stdenv.mkDerivation rec {
url = "https://salsa.debian.org/debian/modem-manager-gui/-/raw/7c3e67a1cf7788d7a4b86be12803870d79aa27f2/debian/patches/meson0.61.patch";
sha256 = "sha256-B+tBPIz5RxOwZWYEWttqSKGw2Wbfk0mnBY0Zy0evvAQ=";
})
+ # Fix segfault on launch: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004258
+ # Segmentation fault at address: 0x20
+ (fetchpatch {
+ url = "https://salsa.debian.org/debian/modem-manager-gui/-/commit/8ccffd6dd6b42625d09d5408f37f155d91411116.patch";
+ sha256 = "sha256-q+B+Bcm3uitJ2IfkCiMo3reFV1C06ekmy1vXWC0oHnw=";
+ })
];
postPatch = ''