mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
regenerate all distros, Thu Nov 7 19:19:39 2019
This commit is contained in:
parent
b8654b68f2
commit
e5bfcd971a
17 changed files with 42 additions and 34 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, }:
|
||||
{ lib, buildRosPackage, fetchurl, python3Packages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-dashing-osrf-pycommon";
|
||||
version = "0.1.9-r1";
|
||||
|
@ -14,6 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
propagatedBuildInputs = [ python3Packages.mock ];
|
||||
|
||||
meta = {
|
||||
description = ''Commonly needed Python modules, used by Python software developed at OSRF.'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue