Tuomas Tynkkynen
2017-09-22 21:03:17 +03:00
parent 8a0d857aa9
commit 4acb425c39
9 changed files with 9 additions and 9 deletions

View File

@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
version = "0.92.1-unstable";
homepage = https://github.com/openstreetmap/osm2pgsql;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
platforms = stdenv.lib.platforms.linux;
};
}