mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
Merge pull request #36709 from mpickering/patch-2
Add platforms attribute to umockdev
This commit is contained in:
commit
f8926fbcc9
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user