From 0456af48296738f044117543a8dd534cfc8004ba Mon Sep 17 00:00:00 2001 From: "EEva (JPotier)" Date: Fri, 15 Nov 2019 17:53:52 +0200 Subject: [PATCH] Superfluous lib --- pkgs/scientifica-font/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/scientifica-font/default.nix b/pkgs/scientifica-font/default.nix index 5159f23..f2c18ff 100644 --- a/pkgs/scientifica-font/default.nix +++ b/pkgs/scientifica-font/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Tall, condensed, bitmap font for geeks"; homepage = https://github.com/NerdyPepper/scientifica; - license = lib.licences.ofl; + license = licences.ofl; maintainers = [ maintainers.jpotier ]; platforms = platforms.unix; };