Update gradle2nix stuff because codacy updates without changing the version number :):):):):)
This commit is contained in:
parent
43a1c25571
commit
fcf78b5e80
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{ mkDerivation, lib, fetchFromGitHub,
|
||||
bullet, libopus, vlc, openal, assimp, libvorbis,
|
||||
qtbase, qt5, mesa_glu, tree, git, git-lfs, zlib}:
|
||||
qtbase, qt5, mesa_glu, mesa, tree, git, git-lfs, zlib}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "janus";
|
||||
|
@ -16,6 +16,7 @@ mkDerivation {
|
|||
buildInputs = [
|
||||
tree
|
||||
mesa_glu
|
||||
mesa
|
||||
vlc
|
||||
qt5.qmake
|
||||
qt5.qtwebsockets
|
||||
|
|
5757
prebuild.txt
5757
prebuild.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue