Better callPackage for carla

This commit is contained in:
EEva (JPotier) 2020-02-09 18:15:44 +02:00
parent 0f8fc8246c
commit 9416f717cd
1 changed files with 1 additions and 1 deletions

View File

@ -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 {};