mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
libsForQt5.mauikit: 1.2.1 -> 1.2.2
This commit is contained in:
parent
6358647558
commit
951de20d44
@ -3,22 +3,23 @@
|
||||
, fetchFromGitLab
|
||||
, cmake
|
||||
, extra-cmake-modules
|
||||
, kio
|
||||
, kconfig
|
||||
, kcoreaddons
|
||||
, ki18n
|
||||
, qtbase
|
||||
, qtquickcontrols2
|
||||
, syntax-highlighting
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "mauikit";
|
||||
version = "1.2.1";
|
||||
version = "1.2.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "invent.kde.org";
|
||||
owner = "maui";
|
||||
repo = "mauikit";
|
||||
rev = "v${version}";
|
||||
sha256 = "1wimbpbn9yqqdcjd59x83z0mw2fycjz09py2rwimfi8ldmvi5lgy";
|
||||
sha256 = "1jz0a65bbznjg7aaq19rdyp956wn6xc1x4xigfkhj6mwsvnb49av";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -27,9 +28,10 @@ mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
kio
|
||||
kconfig
|
||||
kcoreaddons
|
||||
ki18n
|
||||
qtquickcontrols2
|
||||
syntax-highlighting
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user