Unverified Commit d671f1fc authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

survex: 1.4.3 -> 1.4.11 (#347017)

parents 0717a4da 1da61cd5
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
, perl
, pkg-config
, proj
, gdal
, python3
, wrapGAppsHook3
, wxGTK32
@@ -20,21 +21,13 @@

stdenv.mkDerivation rec {
  pname = "survex";
  version = "1.4.3";
  version = "1.4.11";

  src = fetchurl {
    url = "https://survex.com/software/${version}/${pname}-${version}.tar.gz";
    hash = "sha256-7NtGTe9xNRPEvG9fQ2fC6htQLEMHfqGmBM2ezhi6oNM=";
    hash = "sha256-Q+86sDfU3zYhRhnnO2rfzwmF3CmWPYcIf2VeQctIZ7Y=";
  };

  patches = [
    # Fix cavern.tst to work with SOURCE_DATE_EPOCH set
    (fetchpatch {
      url = "https://github.com/ojwb/survex/commit/b1200a60be7bdea20ffebbd8bb15386041727fa6.patch";
      hash = "sha256-OtFjqpU+u8XGy+PAHg2iea++b681p/Kl8YslisBs4sA=";
    })
  ];

  nativeBuildInputs = [
    perl
    pkg-config
@@ -46,6 +39,7 @@ stdenv.mkDerivation rec {
    ffmpeg
    glib
    proj
    gdal
    wxGTK32
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
    Carbon