mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
fix pidgin-with-plugins build
This commit is contained in:
parent
4a79d5c304
commit
31df054e96
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user