nixpkgs/pkgs/desktops/plasma-5.4/oxygen-fonts.nix

13 lines
162 B
Nix
Raw Normal View History

2015-09-27 08:03:00 -07:00
{ mkDerivation
, extra-cmake-modules
, fontforge
}:
mkDerivation {
name = "oxygen-fonts";
nativeBuildInputs = [
extra-cmake-modules
fontforge
];
}