Add platforms attribute to umockdev

See #36707 to observe that the build fails. It depends on linux specific packages such as systemd.
This commit is contained in:
Matthew Pickering 2018-03-09 23:48:33 +00:00 committed by GitHub
parent 3ab34a01e0
commit 514accad2e
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;
};
}