Added brother-ql
This commit is contained in:
parent
7b6894128f
commit
d71489b339
2 changed files with 50 additions and 1 deletions
|
@ -4,7 +4,8 @@ self: super: {
|
|||
|
||||
python3 = super.python3.override {
|
||||
packageOverrides = python-self: python-super: {
|
||||
pytapo = python-super.callPackage ./pytapo { };
|
||||
pytapo = python-self.callPackage ./pytapo { };
|
||||
brother-ql = python-self.callPackage ./brother-ql.nix { };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue