Skip to content

Commit

Permalink
obs-studio: use upstream crash fixes, drop patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cray Elliott authored and Cray Elliott committed Mar 26, 2017
1 parent 7793669 commit 7bd73bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/video/obs-studio/default.nix
Expand Up @@ -27,12 +27,10 @@ in stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "jp9000";
repo = "obs-studio";
rev = "${version}";
sha256 = "0mvjmkq5zlcppjqy18933w7r7rz1mpr2jpf8ipd0famdlgyacix6";
rev = "624aa2a5";
sha256 = "1bs82rqyq7wjjg99mh23ap8z5bmrhjfnza5iyjx808fzqc0bgzaj";
};

patches = [ ./segfault-patch-systray.patch ];

nativeBuildInputs = [ cmake
];

Expand Down
40 changes: 0 additions & 40 deletions pkgs/applications/video/obs-studio/segfault-patch-systray.patch

This file was deleted.

0 comments on commit 7bd73bd

Please sign in to comment.