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