Skip to content

Commit

Permalink
grass: fix mysql_config query
Browse files Browse the repository at this point in the history
  • Loading branch information
Izorkin authored and Lassulus committed Dec 8, 2019
1 parent fc8596b commit 154f6f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/gis/grass/default.nix
Expand Up @@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
# directory
patches = [ ./no_symbolic_links.patch ];

# Correct mysql_config query
patchPhase = ''
substituteInPlace configure --replace "--libmysqld-libs" "--libs"
'';

configureFlags = [
"--with-proj-share=${proj}/share/proj"
"--with-proj-includes=${proj.dev}/include"
Expand Down

0 comments on commit 154f6f1

Please sign in to comment.