hplipWithPlugin_3_16_11: Refer to correct base derivation

This appears to be a cut-and-paste error.
This commit is contained in:
Ben Gamari 2018-04-30 12:18:14 -04:00
parent 8a07916fa9
commit 89001d8d15

View File

@ -20632,7 +20632,7 @@ with pkgs;
hplip_3_16_11 = callPackage ../misc/drivers/hplip/3.16.11.nix { };
hplipWithPlugin_3_16_11 = hplip.override { withPlugin = true; };
hplipWithPlugin_3_16_11 = hplip_3_16_11.override { withPlugin = true; };
hyperfine = callPackage ../tools/misc/hyperfine { };