Merge pull request #322348 from SuperSandro2000/KTailctl

ktailctl: 0.16.1 -> 0.16.2
This commit is contained in:
K900 2024-06-25 12:26:17 +03:00 committed by GitHub
commit 82f9bd999b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 16 deletions

View File

@ -23,13 +23,13 @@
}:
let
version = "0.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "f-koehler";
repo = "KTailctl";
rev = "v${version}";
hash = "sha256-rMvFwWTrYWZUAMWd6H/SXE26q5ASjwsa8bD1tFC6yBI=";
hash = "sha256-rnuh0+i6W9ipSM61MXd9dTlIkdGUHMjtvElW/4S2YCg=";
};
goDeps = (buildGoModule {
@ -43,11 +43,6 @@ stdenv.mkDerivation {
pname = "ktailctl";
inherit version src;
patches = [
# Install libktailctl_config.so https://github.com/f-koehler/KTailctl/pull/212
./install-missing-libraries.diff
];
postPatch = ''
cp -r --reflink=auto ${goDeps} src/wrapper/vendor
'';

View File

@ -1,9 +0,0 @@
diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt
index ed0a64a..970e509 100644
--- a/src/config/CMakeLists.txt
+++ b/src/config/CMakeLists.txt
@@ -7,3 +7,4 @@ target_link_libraries(ktailctl_config
KF6::ConfigGui
ktailctl_wrapper
)
+install(TARGETS ktailctl_config)