Unverified Commit 6e7184b1 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

openorienteering-mapper: migrate to by-name

parent ce2f3c81
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
{ lib
, stdenv
, mkDerivation
, fetchFromGitHub
, fetchpatch
, clipper
@@ -10,14 +9,11 @@
, gdal
, ninja
, proj
, qtimageformats
, qtlocation
, qtsensors
, qttools
, qt5
, zlib
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "OpenOrienteering-Mapper";
  version = "0.9.5";

@@ -40,7 +36,8 @@ mkDerivation rec {
    cmake
    doxygen
    ninja
    qttools
    qt5.qttools
    qt5.wrapQtAppsHook
  ];

  buildInputs = [
@@ -48,9 +45,9 @@ mkDerivation rec {
    cups
    gdal
    proj
    qtimageformats
    qtlocation
    qtsensors
    qt5.qtimageformats
    qt5.qtlocation
    qt5.qtsensors
    zlib
  ];

+0 −2
Original line number Diff line number Diff line
@@ -30091,8 +30091,6 @@ with pkgs;
    stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
  };
  openorienteering-mapper = libsForQt5.callPackage ../applications/gis/openorienteering-mapper { };
  qgis-ltr = callPackage ../applications/gis/qgis/ltr.nix { };
  qgis = callPackage ../applications/gis/qgis { };