tinycc: minor refactorings

This commit is contained in:
Joachim Fasting 2019-05-05 10:28:23 +02:00
parent 2436c27541
commit 06b4f4d46f
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

@ -1,5 +1,5 @@
{ stdenv, fetchFromRepoOrCz, perl, texinfo }:
with stdenv.lib;
{ stdenv, lib, fetchFromRepoOrCz, perl, texinfo }:
with lib;
stdenv.mkDerivation rec {
pname = "tcc";
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
generation.
'';
homepage = http://www.tinycc.org/;
homepage = "http://www.tinycc.org/";
license = licenses.mit;
platforms = [ "x86_64-linux" ];