mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pkgs/os-specific/linux/hal/default.nix: prefer explicit function arguments over implicit with style
svn path=/nixpkgs/trunk/; revision=21869
This commit is contained in:
parent
3353ed9c88
commit
d6201c6aac
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
args: with args;
|
||||
{ stdenv, fetchurl, pkgconfig, python, pciutils, expat
|
||||
, libusb, dbus, dbus_glib, glib, libuuid, perl
|
||||
, perlXMLParser, gettext, zlib, gperf, consolekit, policykit
|
||||
, libsmbios, dmidecode, udev, utillinuxng, pmutils, usbutils
|
||||
, eject
|
||||
}:
|
||||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue