Skip to content

Commit

Permalink
python3Packages.panel,python3Packages.ipympl: fixup src
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed May 2, 2024
1 parent c4dfa19 commit 7e5eff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/ipympl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version format;
hash = "sha256-WwwIxvT26mVbpYI5NjRXwQ+5IVV/UDjBpG20RX1taw4=";
dist = "py3";
python = "py3";
};

propagatedBuildInputs = [
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/panel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version format;
hash = "sha256-x7ywbO2uY1r06bDXV/+X/7cs9f6jFawyDHeo8pLWZVE=";
dist = "py3";
python = "py3";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7e5eff5

Please sign in to comment.