adding RoundedSBE

This commit is contained in:
Chris Cochrun 2023-01-20 09:43:27 -06:00
parent ac3cee2af9
commit 20a4806dea
2 changed files with 13 additions and 6 deletions

View file

@ -16,7 +16,6 @@
kcoreaddons, kcoreaddons,
# systemsettings, # systemsettings,
cmake, cmake,
qt5base,
extra-cmake-modules, extra-cmake-modules,
wrapQtAppsHook, wrapQtAppsHook,
libepoxy, libepoxy,
@ -32,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "a-parhom"; owner = "a-parhom";
repo = "RoundedSBE"; repo = "RoundedSBE";
rev = "ba60e3c84ed0bab18d369435e7d8cdd1e33fd6b2"; rev = "ba60e3c84ed0bab18d369435e7d8cdd1e33fd6b2";
sha256 = "sha256-0000000000000000000000000000000000000000000="; sha256 = "sha256-soQdRykn0WucfQkiEdMZTVmvxNu1i0siS3f8LAUMKMQ=";
}; };
# dontWrapQtApps = true; # dontWrapQtApps = true;
@ -62,11 +61,18 @@ stdenv.mkDerivation rec {
wrapQtAppsHook wrapQtAppsHook
]; ];
postConfigure = '' # postConfigure = ''
substituteInPlace cmake_install.cmake \ # substituteInPlace cmake_install.cmake \
--replace "${kdelibs4support}" "$out" # --replace "${kdelibs4support}" "$out"
''; # '';
cmakeFlags = [
"-DCMAKE_INSTALL_PREFIX=$out"
"-DCMAKE_BUILD_TYPE=Release"
"-DBUILD_TESTING=OFF"
"-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
];
meta = with lib; { meta = with lib; {
name = "RoundedSBE"; name = "RoundedSBE";

View file

@ -121,6 +121,7 @@ with lib;
# hyprland # hyprland
(callPackage ../ydotool { }) (callPackage ../ydotool { })
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders # (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
(libsForQt5.callPackage /home/chris/.dotfiles/RoundedSBE {})
# (libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter # (libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter
nix-index nix-index
sqlite sqlite