uptimed: expand platforms to unix

This commit is contained in:
Ben Siraphob
2021-03-09 09:16:10 +07:00
parent 06f3076639
commit 8bd1dd33d1
+1 -1
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;
}; };
} }