updating switching to LightlyShaders@master
This commit is contained in:
parent
d8b69fea60
commit
894174dd9c
|
@ -3,15 +3,17 @@
|
|||
lib,
|
||||
fetchFromGitHub,
|
||||
qtbase,
|
||||
# qtx11extras,
|
||||
# qttools,
|
||||
# kglobalaccel,
|
||||
# kinit,
|
||||
qtx11extras,
|
||||
qttools,
|
||||
kglobalaccel,
|
||||
kinit,
|
||||
kwin,
|
||||
kdecoration,
|
||||
# kio,
|
||||
# kguiaddons,
|
||||
# kcoreaddons,
|
||||
kcrash,
|
||||
kio,
|
||||
knotifications,
|
||||
kguiaddons,
|
||||
kcoreaddons,
|
||||
# systemsettings,
|
||||
cmake,
|
||||
qt5Full,
|
||||
|
@ -29,8 +31,8 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "a-parhom";
|
||||
repo = "LightlyShaders";
|
||||
rev = "v2.0";
|
||||
sha256 = "sha256-p94VwzGHB/4qxthvG507JEXx9j2MZDo6yyElq3XQxYc=";
|
||||
rev = "master";
|
||||
sha256 = "sha256-Y/ey3MCxINmsk60TQNUwQlJe9IivJNw/N16Nmua2gGc=";
|
||||
};
|
||||
|
||||
# dontWrapQtApps = true;
|
||||
|
@ -38,16 +40,18 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
qtbase
|
||||
qt5Full
|
||||
# qtx11extras
|
||||
# qttools
|
||||
# kglobalaccel
|
||||
qtx11extras
|
||||
qttools
|
||||
kglobalaccel
|
||||
kdelibs4support
|
||||
# kinit
|
||||
kcrash
|
||||
kinit
|
||||
kwin
|
||||
kdecoration
|
||||
# kio
|
||||
# kguiaddons
|
||||
# kcoreaddons
|
||||
kio
|
||||
knotifications
|
||||
kguiaddons
|
||||
kcoreaddons
|
||||
# systemsettings
|
||||
libepoxy
|
||||
libXdmcp
|
||||
|
|
Loading…
Reference in a new issue