adding RoundedSBE
This commit is contained in:
parent
ac3cee2af9
commit
20a4806dea
|
@ -16,7 +16,6 @@
|
|||
kcoreaddons,
|
||||
# systemsettings,
|
||||
cmake,
|
||||
qt5base,
|
||||
extra-cmake-modules,
|
||||
wrapQtAppsHook,
|
||||
libepoxy,
|
||||
|
@ -32,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "a-parhom";
|
||||
repo = "RoundedSBE";
|
||||
rev = "ba60e3c84ed0bab18d369435e7d8cdd1e33fd6b2";
|
||||
sha256 = "sha256-0000000000000000000000000000000000000000000=";
|
||||
sha256 = "sha256-soQdRykn0WucfQkiEdMZTVmvxNu1i0siS3f8LAUMKMQ=";
|
||||
};
|
||||
|
||||
# dontWrapQtApps = true;
|
||||
|
@ -62,11 +61,18 @@ stdenv.mkDerivation rec {
|
|||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
postConfigure = ''
|
||||
substituteInPlace cmake_install.cmake \
|
||||
--replace "${kdelibs4support}" "$out"
|
||||
# postConfigure = ''
|
||||
# substituteInPlace cmake_install.cmake \
|
||||
# --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; {
|
||||
name = "RoundedSBE";
|
||||
|
|
|
@ -121,6 +121,7 @@ with lib;
|
|||
# hyprland
|
||||
(callPackage ../ydotool { })
|
||||
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
|
||||
(libsForQt5.callPackage /home/chris/.dotfiles/RoundedSBE {})
|
||||
# (libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter
|
||||
nix-index
|
||||
sqlite
|
||||
|
|
Loading…
Reference in a new issue