added rubik font
This commit is contained in:
@@ -62,5 +62,21 @@
|
||||
licenses.free = false;
|
||||
};
|
||||
};
|
||||
packages.rubik = pkgs.stdenvNoCC.mkDerivation {
|
||||
name = "rubik-font";
|
||||
dontConfigue = true;
|
||||
src = ./.;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/fonts
|
||||
cp -R $src/fonts/Rubik $out/share/fonts/truetype
|
||||
'';
|
||||
meta = {
|
||||
description = "The Monolisa Font Family derivation.";
|
||||
licenses.free = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user