about summary refs log tree commit diff
path: root/pkgs/servers/sks
AgeCommit message (Collapse)AuthorFilesLines
2021-09-24Merge pull request #117032 from sternenseemann/sks-newer-ocamlJörg Thalheim1-9/+23
sks: 1.1.6 -> unstable-2021-02-04; use ocaml 4.10
2021-09-24sks: remove myself as maintainerMichael Weiss1-1/+1
I don't use it anymore and, as such, cannot properly test updates/PRs.
2021-03-21sks: 1.1.6 -> unstable-2021-02-04sternenseemann1-9/+23
The 1.1.6 release is from 2016 and only supports old OCaml version. Updating to current master allows us to use nixpkgs' default ocaml version. It also no longer vendors in an old version of cryptokit.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-09-08sks: Adapt the package to NixOS (pkgs.db provides only "db_stat")Michael Weiss2-0/+30
2018-09-08sks: Copy the web examples to $webSamples for the moduleMichael Weiss1-0/+5
2017-10-24sks: build with default db versionFranz Pletz1-6/+5
2017-02-19sks: fix build with ocaml 4.02+Florent Becker1-2/+2
2016-11-28sks: init at 1.1.6 (#20717)Michael Weiss1-0/+45