···12<itemizedlist>
13 <listitem>
14 <para>
0000015 The user handling now keeps track of deallocated UIDs/GIDs. When a user
16 or group is revived, this allows it to be allocated the UID/GID it had before.
17 A consequence is that UIDs and GIDs are no longer reused.
···207 <listitem>
208 <para>
209 Nixpkgs overlays may now be specified with a file as well as a directory. The
210- value of <literal><nixpkgs-overlays></literal> may be a file, and
211 <filename>~/.config/nixpkgs/overlays.nix</filename> can be used instead of the
212 <filename>~/.config/nixpkgs/overalys</filename> directory.
213 </para>
···12<itemizedlist>
13 <listitem>
14 <para>
15+ The GNOME version is now 3.24.
16+ </para>
17+ </listitem>
18+ <listitem>
19+ <para>
20 The user handling now keeps track of deallocated UIDs/GIDs. When a user
21 or group is revived, this allows it to be allocated the UID/GID it had before.
22 A consequence is that UIDs and GIDs are no longer reused.
···212 <listitem>
213 <para>
214 Nixpkgs overlays may now be specified with a file as well as a directory. The
215+ value of <literal><nixpkgs-overlays></literal> may be a file, and
216 <filename>~/.config/nixpkgs/overlays.nix</filename> can be used instead of the
217 <filename>~/.config/nixpkgs/overalys</filename> directory.
218 </para>
···1{ stdenv, buildPythonPackage, fetchPypi
2-, requests, pyjwt }:
34buildPythonPackage rec {
5 pname = "adal";
···11 sha256 = "7c5bbf4d8a17d535e6e857b28a41cedddc2767fc57424c15d484fa779bb97325";
12 };
1314- propagatedBuildInputs = [ requests pyjwt ];
1516 meta = with stdenv.lib; {
17 description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
···1{ stdenv, buildPythonPackage, fetchPypi
2+, requests, pyjwt, dateutil }:
34buildPythonPackage rec {
5 pname = "adal";
···11 sha256 = "7c5bbf4d8a17d535e6e857b28a41cedddc2767fc57424c15d484fa779bb97325";
12 };
1314+ propagatedBuildInputs = [ requests pyjwt dateutil ];
1516 meta = with stdenv.lib; {
17 description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";