adding RoundedSBE
This commit is contained in:
parent
ac3cee2af9
commit
20a4806dea
2 changed files with 13 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue