tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
treewide: fix evaluation
cc @Mic92 @nixy @7c6f434c
Robin Gloster
9 years ago
9cb67274
fa794410
+4
-4
4 changed files
expand all
collapse all
unified
split
pkgs
development
interpreters
hy
default.nix
python-modules
flask-wtf.nix
ghdiff.nix
twill
default.nix
+1
-1
pkgs/development/interpreters/hy/default.nix
···
16
16
description = "A LISP dialect embedded in Python";
17
17
homepage = http://hylang.org/;
18
18
license = stdenv.lib.licenses.mit;
19
19
-
maintainers = stdenv.lib.maintainers.nixy;
19
19
+
maintainers = [ stdenv.lib.maintainers.nixy ];
20
20
platforms = stdenv.lib.platforms.all;
21
21
};
22
22
}
+1
-1
pkgs/development/python-modules/flask-wtf.nix
···
14
14
15
15
meta = with stdenv.lib; {
16
16
description = "Simple integration of Flask and WTForms.";
17
17
-
license = licenses.bsd;
17
17
+
license = licenses.bsd3;
18
18
maintainers = [ maintainers.mic92 ];
19
19
homepage = https://github.com/lepture/flask-wtf/;
20
20
};
+1
-1
pkgs/development/python-modules/ghdiff.nix
···
14
14
15
15
meta = with stdenv.lib; {
16
16
homepage = https://github.com/kilink/ghdiff;
17
17
-
license = license.mit;
17
17
+
license = licenses.mit;
18
18
description = "Generate Github-style HTML for unified diffs.";
19
19
maintainers = [ maintainers.mic92 ];
20
20
};
+1
-1
pkgs/development/python-modules/twill/default.nix
···
18
18
description = "a simple scripting language for Web browsing";
19
19
license = licenses.mit;
20
20
platforms = platforms.all;
21
21
-
maintainers = with maintainers; [ Mic92 ];
21
21
+
maintainers = with maintainers; [ mic92 ];
22
22
};
23
23
}