commit 6d367b26f0a72b1c26036e1201f1628786dc41bc
parent ac2cf8ed91c85fb62f37b3a1970b709f5ba1e672
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sat, 9 Aug 2025 20:18:25 +0400
Up
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/pkgs/osm/smrender/default.nix b/pkgs/osm/smrender/default.nix
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
+ fetchpatch,
autoreconfHook,
makeWrapper,
pkg-config,
@@ -21,6 +22,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-iQSOYiRf4A6HqNmW4oWXIsGIaSHuSvE9wuIiE7JUI8w=";
};
+ patches = [
+ (fetchpatch {
+ url = "https://github.com/rahra/smrender/pull/17/commits/bdd7c69e685ef585022fac94ef75d0d7747b042d.patch";
+ hash = "sha256-zj9gMgmcYHfhRt8HV7BjL9qC+XwtlwUzxrD6MO3lWDg=";
+ })
+ ];
+
nativeBuildInputs = [
autoreconfHook
makeWrapper