Skip to content

Commit

Permalink
survex: 1.4.3 -> 1.4.11
Browse files Browse the repository at this point in the history
Includes fixes for FFmpeg 7.
  • Loading branch information
emilazy committed Oct 7, 2024
1 parent 192fd67 commit 1da61cd
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pkgs/applications/misc/survex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,21 @@
, perl
, pkg-config
, proj
, gdal
, python3
, wrapGAppsHook3
, wxGTK32
}:

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
Expand All @@ -46,6 +39,7 @@ stdenv.mkDerivation rec {
ffmpeg
glib
proj
gdal
wxGTK32
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
Carbon
Expand Down

0 comments on commit 1da61cd

Please sign in to comment.