python3: Add makeshift django3 package till there's an official one.

This commit is contained in:
Kevin Baensch 2020-01-26 17:59:23 +01:00
parent 8295a87aa8
commit 75fcb56e28
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 30 additions and 1 deletions

View file

@ -11,6 +11,7 @@ in {
theme_flat-remix = callPackage ./flat-remix { };
theme_sddm_midnight = callPackage ./sddm_midnight { };
xdiskusage = callPackage ./xdiskusage { };
django3 = pkgs.python3Packages.callPackage ./django3 { };
};
};
}