tinycc: minor refactorings
This commit is contained in:
parent
2436c27541
commit
06b4f4d46f
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromRepoOrCz, perl, texinfo }:
|
{ stdenv, lib, fetchFromRepoOrCz, perl, texinfo }:
|
||||||
with stdenv.lib;
|
with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tcc";
|
pname = "tcc";
|
||||||
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
|||||||
generation.
|
generation.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://www.tinycc.org/;
|
homepage = "http://www.tinycc.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user