mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
jitsi: fix tarball on darwin
This commit is contained in:
parent
f2d03ee0d0
commit
80b26e4079
|
@ -3,6 +3,8 @@
|
|||
, alsaLib, dbus_libs, gtk2, libpulseaudio, openssl, xlibs
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "jitsi-${version}";
|
||||
|
|
Loading…
Reference in a new issue