CuboCore.corekeyboard: fix build
This commit is contained in:
parent
3d6fc92835
commit
fabe0f0bec
2 changed files with 0 additions and 13 deletions
|
@ -1,8 +0,0 @@
|
||||||
--- a/corekeyboard/CMakeLists.txt 2022-01-29 14:03:28.149607341 +0700
|
|
||||||
+++ b/CMakeLists.txt 2022-01-29 14:04:00.178733700 +0700
|
|
||||||
@@ -55,5 +55,4 @@
|
|
||||||
|
|
||||||
install( TARGETS corekeyboard DESTINATION bin )
|
|
||||||
install( FILES org.cubocore.CoreKeyboard.desktop DESTINATION share/applications )
|
|
||||||
-install( FILES org.cubocore.CoreKeyboard-Tray.desktop DESTINATION /etc/xdg/autostart )
|
|
||||||
install( FILES org.cubocore.CoreKeyboard.svg DESTINATION share/icons/hicolor/scalable/apps/ )
|
|
|
@ -11,11 +11,6 @@ mkDerivation rec {
|
||||||
sha256 = "sha256-zOH/w4QroMaVjWnFuWAJQ11RYlpXwIXRG9QYGDkfLVY=";
|
sha256 = "sha256-zOH/w4QroMaVjWnFuWAJQ11RYlpXwIXRG9QYGDkfLVY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Remove autostart
|
|
||||||
./0001-fix-installPhase.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
ninja
|
ninja
|
||||||
|
|
Loading…
Reference in a new issue