mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #192112 from romildo/upd.kvantum
libsForQt5.qtstyleplugin-kvantum: 1.0.4 -> 1.0.5
This commit is contained in:
commit
5c00812848
|
@ -1,25 +1,43 @@
|
|||
{ lib, stdenv, fetchFromGitHub, fetchpatch, qmake, qtbase, qtsvg, qtx11extras, kwindowsystem
|
||||
, libX11, libXext, qttools, wrapQtAppsHook
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, qmake
|
||||
, qtbase
|
||||
, qtsvg
|
||||
, qtx11extras
|
||||
, kwindowsystem
|
||||
, libX11
|
||||
, libXext
|
||||
, qttools
|
||||
, wrapQtAppsHook
|
||||
, gitUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qtstyleplugin-kvantum";
|
||||
version = "1.0.4";
|
||||
version = "1.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tsujan";
|
||||
repo = "Kvantum";
|
||||
rev = "V${version}";
|
||||
sha256 = "chdtcx73mfr/b1P3yVevx0m7HkMFzEYG7YLuhSyG7rk=";
|
||||
sha256 = "DJRTOpmmiB3VivZt66qaQwz7tp+sEMP+3E0dwUAkvXU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
qmake qttools wrapQtAppsHook
|
||||
qmake
|
||||
qttools
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qtbase qtsvg qtx11extras kwindowsystem libX11 libXext
|
||||
qtbase
|
||||
qtsvg
|
||||
qtx11extras
|
||||
kwindowsystem
|
||||
libX11
|
||||
libXext
|
||||
];
|
||||
|
||||
sourceRoot = "source/Kvantum";
|
||||
|
|
Loading…
Reference in a new issue