hblock: set platforms

This commit is contained in:
Weijia Wang
2023-06-08 15:43:05 +03:00
parent 67c8d6782f
commit 93ef3c8c19
+1
View File
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/hectorm/hblock";
license = licenses.mit;
maintainers = with maintainers; [ alanpearce ];
platforms = platforms.unix;
};
}