Merge pull request #39125 from mpickering/darwin-saga

SAGA, SAGA LTS release, dependencies and QGIS SAGA plugin
This commit is contained in:
Michael Raskin
2018-10-14 19:14:48 +00:00
committed by GitHub
11 changed files with 166 additions and 15 deletions
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://projects.gnome.org/gconf/;
description = "Deprecated system for storing application preferences";
platforms = platforms.linux;
platforms = platforms.unix;
};
}