mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #65788 from rawkode/feature/qtwrap-vokoscreen
vokoscreen: use qt5's mkDerivation
This commit is contained in:
commit
4b4be58cdb
@ -1,9 +1,9 @@
|
||||
{ stdenv, fetchFromGitHub
|
||||
{ stdenv, fetchFromGitHub, mkDerivation
|
||||
, pkgconfig, qtbase, qttools, qmake, qtmultimedia, qtx11extras, alsaLib, libv4l, libXrandr
|
||||
, ffmpeg
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
|
||||
pname = "vokoscreen";
|
||||
version = "2.5.8-beta";
|
||||
|
Loading…
Reference in New Issue
Block a user