Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapper

fix pidgin-with-plugins build
This commit is contained in:
Silvan Mosberger 2018-07-24 23:27:01 +02:00 committed by GitHub
commit 7e396ecd93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,6 @@ let unwrapped = stdenv.mkDerivation rec {
in if plugins == [] then unwrapped
else import ./wrapper.nix {
inherit stdenv makeWrapper symlinkJoin plugins;
inherit makeWrapper symlinkJoin plugins;
pidgin = unwrapped;
}