Skip to content

Commit d3f0388

Browse files
committed
openorienteering-mapper: fix build on darwin
1 parent 2806e14 commit d3f0388

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/op/openorienteering-mapper/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ stdenv.mkDerivation rec {
3131
url = "https://github.com/OpenOrienteering/mapper/commit/bc52aa567e90a58d6963b44d5ae1909f3f841508.patch";
3232
hash = "sha256-pQzw2EfVay+0GOtIbh1KJOkILcj5LRMzmMYy9q+abK4=";
3333
})
34+
# https://github.com/OpenOrienteering/mapper/pull/2337
35+
(fetchpatch {
36+
url = "https://github.com/OpenOrienteering/mapper/commit/d1f214ee2abf140ae3615a2995f08c19ad81418a.patch";
37+
hash = "sha256-eJZpHdFPW7A69aazI+WRSK9N87d4A6x973hMYTHdw5I=";
38+
})
3439
];
3540

3641
postPatch = ''

0 commit comments

Comments
 (0)