commit 39eb13851a16fd5b4924afc8954e062a1baa48d9
parent 27112873528de41188591a6e4d3436271334542b
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Thu, 8 Oct 2020 23:12:34 +0300
mapsoft2: fix running ms2view
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/applications/mapsoft/2.nix b/pkgs/applications/mapsoft/2.nix
@@ -18,6 +18,7 @@
, proj
, shapelib
, unzip
+, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@@ -54,6 +55,7 @@ stdenv.mkDerivation rec {
perlPackages.perl
pkgconfig
unzip
+ wrapGAppsHook
];
buildInputs = [
db