uptimed: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-08 22:59:32 +07:00
parent 06f3076639
commit 8bd1dd33d1

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/rpodgorny/uptimed/"; homepage = "https://github.com/rpodgorny/uptimed/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }