Commit graph

12 commits

Author SHA1 Message Date
Martin Weinelt 672a6a6db1 apache-directory-studio: 2.0.0-M15 -> 2.0.0-M17 (fix incorrect merge) 2021-07-26 12:37:19 +02:00
Frederik Rietdijk 62370fb59a Merge remote-tracking branch 'upstream/master' into staging-next 2021-07-26 09:19:44 +02:00
Martin Weinelt b17d7516f2 apache-directory-studio: 2.0.0-M15 -> 2.0.0-M17 2021-07-25 09:16:44 +02:00
Felix Buehler e4e631ebb8 applications/networking: /s/name/pname&version/ 2021-07-19 14:55:48 +02:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Matt McHenry 13e3d2bc4b openjdk: 14.0.2 -> 15.0.1
* update two explicit references to jdk14 to just jdk, which no longer
  points at jdk8 after #89731.

* patch an explicit -XX:+UseConcMarkSweepGC to -XX:UseG1GC, as the
  former now throws an error (after having been deprecated since jdk 9)
2020-12-26 11:58:06 -05:00
Jörg Thalheim 38b2cbe934
apache-directory-studio: 2.0.0-M14 -> 2.0.0-M15 2020-10-02 10:06:55 +02:00
Daniel Schaefer 92216681cc apache-directory-studio: 2.0.0.v20170904-M13 -> 2.0.0-M14 2019-11-06 23:39:26 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Florian Klink 994e5ddd0c apache-directory-studio: add missing desktop item (#33893)
* apache-directory-studio: add missing desktop item

* apache-directory-studio: use install command to copy icons
2018-01-15 13:53:49 +00:00
Bjørn Forsman 3168fcd07b apache-directory-studio: init at 2.0.0.v20170904-M13
Changes v1 -> v2:
 * Move from 'applications/misc' to 'applications/networking' category.
2017-12-21 08:53:36 +01:00