Merge pull request #36709 from mpickering/patch-2

Add platforms attribute to umockdev
This commit is contained in:
Jörg Thalheim
2018-03-10 09:55:34 +00:00
committed by GitHub

View File

@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "Mock hardware devices for creating unit tests";
license = licenses.lgpl2;
maintainers = [ maintainers.ndowens ];
platforms = with platforms; linux;
};
}