Overriding mopidy
This commit is contained in:
parent
c8acf85cd8
commit
2dc4d0f66f
1 changed files with 8 additions and 1 deletions
|
@ -4,10 +4,15 @@ self: super:
|
||||||
|
|
||||||
let
|
let
|
||||||
iosevkaTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/dd2f026780399cf11c47fcf6085145b25b14307e.tar.gz) {};
|
iosevkaTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/dd2f026780399cf11c47fcf6085145b25b14307e.tar.gz) {};
|
||||||
|
mopidyTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/d68db15912f6ff0f0082ed3825efae5098c77905.tar.gz) {};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
qutebrowserWE = super.qutebrowser.override { withWebEngineDefault = true; };
|
# Picked from 2019-09-26 tree
|
||||||
|
# Delete this when it lands in main channel
|
||||||
|
mopidy = mopidyTree.mopidy;
|
||||||
|
|
||||||
|
# Picked from 2019-09-25 tree
|
||||||
|
# replace iosevkaTree by super once it's in the main channel
|
||||||
iosevka-hskl = iosevkaTree.iosevka.override {
|
iosevka-hskl = iosevkaTree.iosevka.override {
|
||||||
privateBuildPlan = {
|
privateBuildPlan = {
|
||||||
family = "Iosevka Samae";
|
family = "Iosevka Samae";
|
||||||
|
@ -24,6 +29,8 @@ in
|
||||||
set = "Samae";
|
set = "Samae";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qutebrowserWE = super.qutebrowser.override { withWebEngineDefault = true; };
|
||||||
|
|
||||||
wineNoGS = super.wineStaging.override { gstreamerSupport = false; };
|
wineNoGS = super.wineStaging.override { gstreamerSupport = false; };
|
||||||
|
|
||||||
vim-samae = super.callPackage ./vim {};
|
vim-samae = super.callPackage ./vim {};
|
||||||
|
|
Loading…
Reference in a new issue