mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
pythonPackages.jupyter: set priority
in order to prevent a collision.
This commit is contained in:
parent
ad49932f8a
commit
f8e5b8dbe2
@ -8160,6 +8160,7 @@ in {
|
|||||||
homepage = "http://jupyter.org/";
|
homepage = "http://jupyter.org/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
priority = 100; # This is a metapackage which is unimportant
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user