mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #325445 from gador/flask-assets-py12
This commit is contained in:
commit
280c135264
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
flask,
|
||||
webassets,
|
||||
flask-script,
|
||||
nose,
|
||||
pynose,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
flask
|
||||
webassets
|
||||
flask-script
|
||||
nose
|
||||
pynose
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue