mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
packages/{ai_blocklist,hategroup_blocklist,hrt-time}: enable local build
This commit is contained in:
parent
454869ca86
commit
1ee7160610
3 changed files with 12 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ stdenvNoCC.mkDerivation {
|
|||
hash = "sha256-p3wfR28DH6V8BHn9DT10d09Yq3mdbBecWwlR1CdDYUA=";
|
||||
};
|
||||
|
||||
# Build takes no time
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share
|
||||
cp noai_hosts.txt $out/share/hosts.txt
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ stdenvNoCC.mkDerivation {
|
|||
hash = "sha256-SZBrjIBUw687MdrbOV7WrP5IhAAtKvPL2GqdcICHNvQ=";
|
||||
};
|
||||
|
||||
# Build takes no time
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share
|
||||
cp blocklist.txt $out/share/domains.txt
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ stdenvNoCC.mkDerivation {
|
|||
hash = "sha256-+AhLkcCETVnF6S+ov1oKxhs3M9F6ghyyERoLN3aMMxw=";
|
||||
};
|
||||
|
||||
# Build takes no time
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp hrt-time.sh $out/bin/hrt-time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue