Apply carla fix

This commit is contained in:
EEva (JPotier) 2020-02-09 17:51:30 +02:00
parent 75e58116a8
commit 14f8b8d109
1 changed files with 5 additions and 2 deletions

View File

@ -2,9 +2,10 @@
self: super:
#let
let
# 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 {
privateBuildPlan = {
@ -26,6 +27,8 @@ self: super:
surge-samae = super.callPackage ./surge {};
carla-samae = carlaTree.carla;
vim-samae = super.callPackage ./vim {};
reaper-samae = super.callPackage ./reaper {};