Update Iosevka build plan

This commit is contained in:
Martin Potier 2019-09-25 11:10:54 +03:00
parent 4b69c155f7
commit 732b608381
No known key found for this signature in database
GPG key ID: D4DD957DBA4AD89E

View file

@ -4,16 +4,22 @@ self: super:
{ {
qutebrowserWE = super.qutebrowser.override { withWebEngineDefault = true; }; qutebrowserWE = super.qutebrowser.override { withWebEngineDefault = true; };
iosevka-hskl = let
tags = [ super.iosevka.override {
"ss08" # Use Pragmata Pro Style privateBuildPlan = {
"term" # Disable ligature/ligation family = "Iosevka Samae";
]; design = [
in "ss08" # Use Pragmata Pro Style
super.iosevka.override { "term" # Disable ligature/ligation
design = tags; ];
set = "PPStyle"; slants = {
upright = "normal";
italic = "italic";
oblique = "oblique";
};
}; };
set = "Samae";
};
wineNoGS = super.wineStaging.override { gstreamerSupport = false; }; wineNoGS = super.wineStaging.override { gstreamerSupport = false; };
@ -36,8 +42,6 @@ self: super:
stdenv = super.overrideCC super.stdenv super.gcc6; stdenv = super.overrideCC super.stdenv super.gcc6;
}; };
minitube = super.libsForQt5.callPackage ./minitube {};
# Originally from Mats Rauhala ®2018 # Originally from Mats Rauhala ®2018
copy = super.writeScriptBin "copy" '' copy = super.writeScriptBin "copy" ''
function clean() { function clean() {