mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #36709 from mpickering/patch-2
Add platforms attribute to umockdev
This commit is contained in:
commit
f8926fbcc9
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue