Better callPackage for carla
This commit is contained in:
parent
0f8fc8246c
commit
9416f717cd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ self: super:
|
|||
|
||||
surge-samae = super.callPackage ./surge {};
|
||||
|
||||
carla-samae = super.callPackage ./carla {};
|
||||
carla-samae = super.qt5.callPackage ./carla {};
|
||||
|
||||
vim-samae = super.callPackage ./vim {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue