mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Merge pull request #322348 from SuperSandro2000/KTailctl
ktailctl: 0.16.1 -> 0.16.2
This commit is contained in:
commit
82f9bd999b
@ -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
|
||||
'';
|
||||
|
@ -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)
|
Loading…
Reference in New Issue
Block a user