mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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:
parent
e47172ce38
commit
ce02e8c1db
@ -6834,6 +6834,8 @@ let
|
|||||||
|
|
||||||
bluez = bluez4;
|
bluez = bluez4;
|
||||||
|
|
||||||
|
inherit (pythonPackages) bedup;
|
||||||
|
|
||||||
beret = callPackage ../games/beret { };
|
beret = callPackage ../games/beret { };
|
||||||
|
|
||||||
bridge_utils = callPackage ../os-specific/linux/bridge-utils { };
|
bridge_utils = callPackage ../os-specific/linux/bridge-utils { };
|
||||||
|
Loading…
Reference in New Issue
Block a user