Merge pull request #108560 from Emantor/fix/chiaki

chiaki: use mkDerivation for QT5 application
This commit is contained in:
Pavol Rusnak 2021-01-06 08:54:34 +01:00 committed by GitHub
commit 97bdd2d246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
, python3Packages
, ffmpeg
, libopus
, mkDerivation
, qtbase
, qtmultimedia
, qtsvg
@ -15,7 +16,7 @@
, qtmacextras
}:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "chiaki";
version = "2.0.1";