mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
s6-linux-utils: 2.5.1.7 -> 2.6.0.0
This commit is contained in:
parent
d246edf60e
commit
86ca4f599c
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ with skawarePackages;
|
|||
|
||||
buildPackage {
|
||||
pname = "s6-linux-utils";
|
||||
version = "2.5.1.7";
|
||||
sha256 = "1n6zmnczbybwcchkhg5zqixz8mdk5bfn0sxq0kxifgpi9ggw5a46";
|
||||
version = "2.6.0.0";
|
||||
sha256 = "sha256-bHEyc0oMgocALuaRDEafF1qX12aoAjwMM6+LqSZD7Vk=";
|
||||
|
||||
description = "A set of minimalistic Linux-specific system utilities";
|
||||
platforms = lib.platforms.linux;
|
||||
|
@ -24,7 +24,7 @@ buildPackage {
|
|||
|
||||
postInstall = ''
|
||||
# remove all s6 executables from build directory
|
||||
rm $(find -name "s6-*" -type f -mindepth 1 -maxdepth 1 -executable)
|
||||
rm $(find -name "s6-*" -type f -mindepth 1 -maxdepth 1 -executable) rngseed
|
||||
|
||||
mv doc $doc/share/doc/s6-linux-utils/html
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue