lol

Merge pull request #36709 from mpickering/patch-2

Add platforms attribute to umockdev

authored by

Jörg Thalheim and committed by
GitHub
f8926fbc e7df7360

+1
+1
pkgs/development/libraries/umockdev/default.nix
··· 21 description = "Mock hardware devices for creating unit tests"; 22 license = licenses.lgpl2; 23 maintainers = [ maintainers.ndowens ]; 24 }; 25 }
··· 21 description = "Mock hardware devices for creating unit tests"; 22 license = licenses.lgpl2; 23 maintainers = [ maintainers.ndowens ]; 24 + platforms = with platforms; linux; 25 }; 26 }