mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libsForQt.qtstyleplugin-kvantum: 0.10.8 -> 0.10.9
https://github.com/tsujan/Kvantum/releases/tag/V0.10.9
This commit is contained in:
parent
a3f85f0dc0
commit
99d3982107
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
{ stdenv, fetchFromGitHub, qmake, qtbase, qtsvg, qtx11extras, libX11, libXext, qttools }:
|
||||
{ stdenv, fetchFromGitHub, qmake, qtbase, qtsvg, qtx11extras, kwindowsystem, libX11, libXext, qttools }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qtstyleplugin-kvantum";
|
||||
version = "0.10.8";
|
||||
version = "0.10.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tsujan";
|
||||
repo = "Kvantum";
|
||||
rev = "V${version}";
|
||||
sha256 = "0w4iqpkagrwvhahdl280ni06b7x1i621n3z740g84ysp2n3dv09l";
|
||||
sha256 = "1zpq6wsl57kfx0jf0rkxf15ic22ihazj03i3kfiqb07vcrs2cka9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ qmake qttools ];
|
||||
buildInputs = [ qtbase qtsvg qtx11extras libX11 libXext ];
|
||||
buildInputs = [ qtbase qtsvg qtx11extras kwindowsystem libX11 libXext ];
|
||||
|
||||
sourceRoot = "source/Kvantum";
|
||||
|
||||
|
|
Loading…
Reference in a new issue