libsForQt5.kde2-decoration: 1.0 -> 1.1
Fixes build for Qt5.15 Split output to mutilple outputs to reduce user closure size
This commit is contained in:
@@ -5,15 +5,16 @@
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "kde2-decoration";
|
||||
version = "1.0";
|
||||
version = "1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "repos-holder";
|
||||
repo = "kdecoration2-kde2";
|
||||
rev = version;
|
||||
sha256 = "1766z9wscybcqvr828xih93b3rab3hb0ghsf818iflhp1xy0js08";
|
||||
sha256 = "y2q1j36EURJc7k1huqhEH1Z82PnVSKlfx20bpQWY28c=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ];
|
||||
|
||||
Reference in New Issue
Block a user