Merge pull request #108560 from Emantor/fix/chiaki
chiaki: use mkDerivation for QT5 application
This commit is contained in:
commit
97bdd2d246
|
@ -6,6 +6,7 @@
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
, libopus
|
, libopus
|
||||||
|
, mkDerivation
|
||||||
, qtbase
|
, qtbase
|
||||||
, qtmultimedia
|
, qtmultimedia
|
||||||
, qtsvg
|
, qtsvg
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
, qtmacextras
|
, qtmacextras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "chiaki";
|
pname = "chiaki";
|
||||||
version = "2.0.1";
|
version = "2.0.1";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue