Update default.nix

This commit is contained in:
Zaoqi
2019-08-02 22:43:12 +08:00
committed by GitHub
parent c64c5a3be8
commit 612021112f

View File

@@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
homepage = http://man-db.nongnu.org;
description = "An implementation of the standard Unix documentation system accessed using the man command";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}