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
commit f8926fbcc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}