calamares: fix qt path
This commit is contained in:
parent
2896f00181
commit
f2236425b9
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, boost, cmake, extra-cmake-modules, kparts, kpmcore
|
{ lib, fetchurl, boost, cmake, extra-cmake-modules, kparts, kpmcore
|
||||||
, kservice, libatasmart, libxcb, libyamlcpp, parted, polkit-qt, python, qtbase
|
, kservice, libatasmart, libxcb, libyamlcpp, parted, polkit-qt, python, qtbase
|
||||||
, qtquickcontrols, qtsvg, qttools, qtwebengine, utillinux, glibc, tzdata
|
, qtquickcontrols, qtsvg, qttools, qtwebengine, utillinux, glibc, tzdata
|
||||||
, ckbcomp, xkeyboard_config
|
, ckbcomp, xkeyboard_config, mkDerivation
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "calamares";
|
pname = "calamares";
|
||||||
version = "3.2.15";
|
version = "3.2.15";
|
||||||
|
|
||||||
@ -54,10 +54,10 @@ stdenv.mkDerivation rec {
|
|||||||
-i CMakeLists.txt
|
-i CMakeLists.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "Distribution-independent installer framework";
|
description = "Distribution-independent installer framework";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ manveru ];
|
maintainers = with lib.maintainers; [ manveru ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user