Merge pull request #66091 from veprbl/pr/bluejeans_minor
bluejeans-gui: use patchShebangs, add me to maintainers
This commit is contained in:
commit
db778648d4
@ -36,14 +36,15 @@ stdenv.mkDerivation rec {
|
|||||||
--replace-needed libudev.so.0 libudev.so.1 \
|
--replace-needed libudev.so.0 libudev.so.1 \
|
||||||
opt/bluejeans/bluejeans-bin
|
opt/bluejeans/bluejeans-bin
|
||||||
ln -s $out/opt/bluejeans/bluejeans $out/bin/bluejeans
|
ln -s $out/opt/bluejeans/bluejeans $out/bin/bluejeans
|
||||||
substituteInPlace $out/bin/bluejeans \
|
|
||||||
--replace '#!/bin/bash' '#!${bash}/bin/bash'
|
|
||||||
chmod +x $out/bin/bluejeans
|
chmod +x $out/bin/bluejeans
|
||||||
|
patchShebangs $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Video, audio, and web conferencing that works together with the collaboration tools you use every day.";
|
description = "Video, audio, and web conferencing that works together with the collaboration tools you use every day.";
|
||||||
license = stdenv.lib.licenses.unfree;
|
homepage = "https://www.bluejeans.com";
|
||||||
|
license = licenses.unfree;
|
||||||
|
maintainers = with maintainers; [ veprbl ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user