Unverified Commit 9575c3e3 authored by Lily Foster's avatar Lily Foster Committed by GitHub
Browse files

Merge pull request #277414 from OPNA2608/update/wlcs

wlcs: 1.6.1 -> 1.7.0
parents 6de92461 68f4ce77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "wlcs";
  version = "1.6.1";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "MirServer";
    repo = "wlcs";
    rev = "v${finalAttrs.version}";
    hash = "sha256-YYrhcN1BSJISn/7lxu7Db5YaOK+okdHVJuMwqSDzAIU=";
    hash = "sha256-BQPRymkbGu4YvTYXTaTMuyP5fHpqMWI4xPwjDRHZNEQ=";
  };

  strictDeps = true;
+3 −0
Original line number Diff line number Diff line
@@ -150,6 +150,9 @@ stdenv.mkDerivation (finalAttrs: {
    # These get built but don't get executed by default, yet they get installed when tests are enabled
    "-DMIR_BUILD_PERFORMANCE_TESTS=OFF"
    "-DMIR_BUILD_PLATFORM_TEST_HARNESS=OFF"
    # https://github.com/MirServer/mir/issues/2987
    # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799
    "-DMIR_USE_PRECOMPILED_HEADERS=OFF"
  ];

  doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;