Apply carla fix

This commit is contained in:
EEva (JPotier) 2020-02-09 17:51:30 +02:00
parent 75e58116a8
commit 14f8b8d109

View file

@ -2,9 +2,10 @@
self: super: self: super:
#let let
# mopidyTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/d68db15912f6ff0f0082ed3825efae5098c77905.tar.gz) {}; # mopidyTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/d68db15912f6ff0f0082ed3825efae5098c77905.tar.gz) {};
#in carlaTree = import (builtins.fetchTarball https://github.com/minijackson/nixpkgs/archive/carla-fix-67923.tar.gz) {};
in
{ {
iosevka-hskl = super.iosevka.override { iosevka-hskl = super.iosevka.override {
privateBuildPlan = { privateBuildPlan = {
@ -26,6 +27,8 @@ self: super:
surge-samae = super.callPackage ./surge {}; surge-samae = super.callPackage ./surge {};
carla-samae = carlaTree.carla;
vim-samae = super.callPackage ./vim {}; vim-samae = super.callPackage ./vim {};
reaper-samae = super.callPackage ./reaper {}; reaper-samae = super.callPackage ./reaper {};