1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

ubuntu-font-family: rec back

This commit is contained in:
Antono Vasiljev 2012-06-23 02:42:37 +03:00
parent 6db0c4c51d
commit dd3354f002

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, unzip }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "ubuntu-font-family-0.80";
buildInputs = [unzip];