parent
ef01f17c2d
commit
b4bfc02d35
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, ffmpeg, libjack2, libX11, libXext
|
{ stdenv, fetchurl, alsaLib, ffmpeg, libjack2, libX11, libXext, qtx11extras
|
||||||
, libXfixes, libGLU_combined, pkgconfig, libpulseaudio, qt4, cmake, ninja
|
, libXfixes, libGLU_combined, pkgconfig, libpulseaudio, qtbase, cmake, ninja
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g";
|
sha256 = "02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cmakeFlags = [ "-DWITH_QT5=TRUE" ];
|
||||||
|
|
||||||
patches = [ ./fix-paths.patch ];
|
patches = [ ./fix-paths.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -24,14 +26,14 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig cmake ninja ];
|
nativeBuildInputs = [ pkgconfig cmake ninja ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib ffmpeg libjack2 libX11 libXext libXfixes libGLU_combined
|
alsaLib ffmpeg libjack2 libX11 libXext libXfixes libGLU_combined
|
||||||
libpulseaudio qt4
|
libpulseaudio qtbase qtx11extras
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A screen recorder for Linux";
|
description = "A screen recorder for Linux";
|
||||||
homepage = http://www.maartenbaert.be/simplescreenrecorder;
|
homepage = http://www.maartenbaert.be/simplescreenrecorder;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -4878,7 +4878,7 @@ with pkgs;
|
|||||||
|
|
||||||
simpleproxy = callPackage ../tools/networking/simpleproxy { };
|
simpleproxy = callPackage ../tools/networking/simpleproxy { };
|
||||||
|
|
||||||
simplescreenrecorder = callPackage ../applications/video/simplescreenrecorder { };
|
simplescreenrecorder = libsForQt5.callPackage ../applications/video/simplescreenrecorder { };
|
||||||
|
|
||||||
sipsak = callPackage ../tools/networking/sipsak { };
|
sipsak = callPackage ../tools/networking/sipsak { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user