file: format

This commit is contained in:
Sandro Jäckel 2021-08-06 10:23:23 +02:00
parent 143fe598ba
commit 55395e2130
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;
buildInputs = [ zlib ]
++ lib.optional stdenv.hostPlatform.isWindows libgnurx;
++ lib.optional stdenv.hostPlatform.isWindows libgnurx;
doCheck = true;
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://darwinsys.com/file";
description = "A program that shows the type of files";
maintainers = with maintainers; [ ];
license = licenses.bsd2;
platforms = platforms.all;
};