ruri: 3.9.1 -> 3.9.3
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -201,7 +201,7 @@
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
|
||||
add_library(ruri SHARED ${SOURCES})
|
||||
- install (TARGETS ruri DESTINATION /usr/lib/)
|
||||
+ install (TARGETS ruri)
|
||||
else ()
|
||||
# add the executable
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE OFF)
|
||||
@@ -215,7 +215,7 @@
|
||||
VERBATIM
|
||||
)
|
||||
endif()
|
||||
- install (TARGETS ruri DESTINATION /usr/bin/)
|
||||
+ install (TARGETS ruri)
|
||||
endif()
|
||||
|
||||
add_custom_target(
|
||||
@@ -9,19 +9,15 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ruri";
|
||||
version = "3.9.1";
|
||||
version = "3.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RuriOSS";
|
||||
repo = "ruri";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-stM4hSLdSqmYUZ/XBD3Y1GylrrGRISlcy8LN07HREpQ=";
|
||||
hash = "sha256-cFHbsaZwxu2ABAln5hGDSOib11M/1/4OeXz2EKXFlZI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./cmake-install.patch
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libcap
|
||||
libseccomp
|
||||
@@ -34,8 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Self-contained Linux container implementation";
|
||||
homepage = "https://wiki.crack.moe/ruri";
|
||||
downloadPage = "https://github.com/Moe-hacker/ruri";
|
||||
changelog = "https://github.com/Moe-hacker/ruri/releases/tag/${finalAttrs.src.tag}";
|
||||
downloadPage = "https://github.com/RuriOSS/ruri";
|
||||
changelog = "https://github.com/RuriOSS/ruri/releases/tag/${finalAttrs.src.tag}";
|
||||
mainProgram = "ruri";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user