mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python3Packages.panel,python3Packages.ipympl: fixup src
See https://github.com/NixOS/nixpkgs/commit/6efcc2d7148a#commitcomment-141586816
This commit is contained in:
parent
c4dfa193ac
commit
7e5eff56a3
@ -21,6 +21,8 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
inherit pname version format;
|
||||
hash = "sha256-WwwIxvT26mVbpYI5NjRXwQ+5IVV/UDjBpG20RX1taw4=";
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -26,6 +26,8 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
inherit pname version format;
|
||||
hash = "sha256-x7ywbO2uY1r06bDXV/+X/7cs9f6jFawyDHeo8pLWZVE=";
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user