s6-linux-utils: 2.6.3.0 -> 2.6.4.0
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
lib,
|
||||
skawarePackages,
|
||||
skalibs,
|
||||
execline,
|
||||
}:
|
||||
|
||||
skawarePackages.buildPackage {
|
||||
pname = "s6-linux-utils";
|
||||
version = "2.6.3.0";
|
||||
sha256 = "sha256-fiScNsc7mev8H5qaTDGL52tGHrxT05Ut6QZMz6tABzk=";
|
||||
version = "2.6.4.0";
|
||||
sha256 = "sha256-zHJ/cNXoeAQzpJest8sxAGVrMSZYmrAunSBCAGx5TPI=";
|
||||
|
||||
description = "Set of minimalistic Linux-specific system utilities";
|
||||
platforms = lib.platforms.linux;
|
||||
@@ -25,13 +26,16 @@ skawarePackages.buildPackage {
|
||||
"--includedir=\${dev}/include"
|
||||
"--with-sysdeps=${skalibs.lib}/lib/skalibs/sysdeps"
|
||||
"--with-include=${skalibs.dev}/include"
|
||||
"--with-include=${execline.dev}/include"
|
||||
"--with-lib=${skalibs.lib}/lib"
|
||||
"--with-lib=${execline.lib}/lib"
|
||||
"--with-dynlib=${skalibs.lib}/lib"
|
||||
"--with-dynlib=${execline.lib}/lib"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
# remove all s6 executables from build directory
|
||||
rm $(find -name "s6-*" -type f -mindepth 1 -maxdepth 1 -executable) rngseed
|
||||
rm $(find -name "s6-*" -type f -mindepth 1 -maxdepth 1 -executable) fstab2s6rc rngseed
|
||||
rm libs6ps.a.xyzzy
|
||||
|
||||
mv doc $doc/share/doc/s6-linux-utils/html
|
||||
|
||||
Reference in New Issue
Block a user