eudev: remove top-level override
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
gperf,
|
||||
kmod,
|
||||
pkg-config,
|
||||
util-linux,
|
||||
util-linuxMinimal,
|
||||
testers,
|
||||
}:
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
kmod
|
||||
util-linux
|
||||
util-linuxMinimal
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
|
||||
@@ -9680,10 +9680,6 @@ with pkgs;
|
||||
ubootWandboard
|
||||
;
|
||||
|
||||
eudev = callPackage ../by-name/eu/eudev/package.nix {
|
||||
util-linux = util-linuxMinimal;
|
||||
};
|
||||
|
||||
usbrelay = callPackage ../os-specific/linux/usbrelay { };
|
||||
usbrelayd = callPackage ../os-specific/linux/usbrelay/daemon.nix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user