Unverified Commit 15d3397f authored by WilliButz's avatar WilliButz Committed by GitHub
Browse files

Merge pull request #332514 from flokli/weeslack-fix

weechatScripts.wee-slack: apply fix for wee-slack/wee-slack#930
parents 2733c636 fcf94be0
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
{ lib, stdenv, substituteAll, buildEnv, fetchFromGitHub, python3Packages }:
{ lib, stdenv, fetchpatch, substituteAll, buildEnv, fetchFromGitHub, python3Packages }:

stdenv.mkDerivation rec {
  pname = "wee-slack";
@@ -12,6 +12,12 @@ stdenv.mkDerivation rec {
  };

  patches = [
    # Fix for https://github.com/wee-slack/wee-slack/issues/930
    (fetchpatch {
      url = "https://github.com/wee-slack/wee-slack/commit/e610b39aee2d9a49d080924d47d96c5d140f66ac.patch";
      hash = "sha256-+yBZSx0LsoXmTmdN9d3VV2KNzpXfgfNVp4ZqfS4oKzg=";
    })

    (substituteAll {
      src = ./libpath.patch;
      env = "${buildEnv {