trivionomicon: athena-bccr: separate releases by vendor, add 'vendor' option
This commit is contained in:
parent
a74fc0c70e
commit
aac5bbeb91
7 changed files with 70 additions and 63 deletions
|
|
@ -4,7 +4,8 @@ with prev.lib; let
|
|||
in {
|
||||
override = {};
|
||||
|
||||
athena-bccr = callPackage ./athena-bccr {};
|
||||
athena-bccr = callPackage ./athena-bccr {vendor = "athena";};
|
||||
idopte-bccr = callPackage ./athena-bccr {vendor = "idopte";};
|
||||
snapborg = final.python3Packages.callPackage ./snapborg {};
|
||||
socialpredict = callPackage ./socialpredict {};
|
||||
spliit = callPackage ./spliit {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue