##// END OF EJS Templates
packages: bumped mako to 1.1.0 and markupsafe to 1.1.1, and pyramid mako to 1.1.0
packages: bumped mako to 1.1.0 and markupsafe to 1.1.1, and pyramid mako to 1.1.0

File last commit:

r639:c31dac4c default
r787:1e6e1d54 default
Show More
release.nix
22 lines | 316 B | text/x-nix | NixLexer
nix: updated to 18.03 packages....
r472 # This file defines how to "build" for packaging.
build: fix 32bit builds
r639 { pkgs ? import <nixpkgs> {}
, system ? builtins.currentSystem
, doCheck ? false
initial commit
r0 }:
let
vcsserver = import ./default.nix {
inherit
build: fix 32bit builds
r639 doCheck
system;
# disable checkPhase for build
checkPhase = ''
'';
initial commit
r0 };
in {
build = vcsserver;
}