bedup: add top-level attribute

Currently I see no standard way of having package name
without the "pythonX.Y-" prefix.

This is replacement to #2339.
This commit is contained in:
Vladimír Čunát 2014-05-11 14:29:13 +02:00
parent e47172ce38
commit ce02e8c1db

View File

@ -6834,6 +6834,8 @@ let
bluez = bluez4;
inherit (pythonPackages) bedup;
beret = callPackage ../games/beret { };
bridge_utils = callPackage ../os-specific/linux/bridge-utils { };