This commit is contained in:
parent
bc753eb285
commit
24aa4b9842
217 changed files with 2213 additions and 1954 deletions
packages/piper
15
packages/piper/default.nix
Normal file
15
packages/piper/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
mkVersion,
|
||||
piper,
|
||||
piper-src,
|
||||
...
|
||||
}:
|
||||
piper.overrideAttrs {
|
||||
pname = "piper";
|
||||
version = mkVersion piper-src;
|
||||
src = piper-src;
|
||||
|
||||
mesonFlags = [
|
||||
"-Druntime-dependency-checks=false"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue