Unverified Commit e993c7c0 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

odamex: 12.1.0 -> 12.2.0; fix darwin (#511105)

parents b8f64138 e54dbca0
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

  cmake,
  copyDesktopItems,
  deutex,
  python3,
  makeDesktopItem,
  makeWrapper,
  pkg-config,
@@ -18,7 +18,7 @@
  cpptrace,
  curl,
  expat,
  fltk,
  fltk_1_4,
  libdwarf,
  libselinux,
  libsepol,
@@ -43,20 +43,20 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "odamex";
  version = "12.1.0";
  version = "12.2.0";

  src = fetchFromGitHub {
    owner = "odamex";
    repo = "odamex";
    tag = finalAttrs.version;
    hash = "sha256-kLI1gdGH5NXJ8YI1tR0N5W6yvGZ+7302z0QLl2j+b0k=";
    hash = "sha256-cRQtY4C0gjzheE4cG8aPjzAoPf/Hm05a6tidsbce7uM=";
    fetchSubmodules = true;
  };

  nativeBuildInputs = [
    cmake
    copyDesktopItems
    deutex
    python3
    makeWrapper
    pkg-config
  ]
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
    cpptrace
    curl
    expat
    fltk
    fltk_1_4
    libdwarf
    libsysprof-capture
    pcre2
@@ -191,7 +191,6 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://github.com/odamex/odamex/releases/tag/${finalAttrs.src.tag}";
    license = lib.licenses.gpl2Only;
    platforms = lib.platforms.unix;
    broken = stdenv.hostPlatform.isDarwin;
    maintainers = with lib.maintainers; [ eljamm ];
    mainProgram = "odalaunch";
  };