about summary refs log tree commit diff
path: root/pkgs/applications/networking/apache-directory-studio
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2022-09-24apache-directory-studio: fix webkitgtk browserAlexandre Iooss1-2/+3
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+4
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-07-26apache-directory-studio: 2.0.0-M15 -> 2.0.0-M17 (fix incorrect merge)Martin Weinelt1-2/+2
2021-07-26Merge remote-tracking branch 'upstream/master' into staging-nextFrederik Rietdijk1-1/+1
2021-07-25apache-directory-studio: 2.0.0-M15 -> 2.0.0-M17Martin Weinelt1-3/+3
2021-07-19applications/networking: /s/name/pname&version/Felix Buehler1-14/+12
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
2020-12-26openjdk: 14.0.2 -> 15.0.1Matt McHenry1-2/+2
* 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-10-02apache-directory-studio: 2.0.0-M14 -> 2.0.0-M15Jörg Thalheim1-16/+8
2019-11-06apache-directory-studio: 2.0.0.v20170904-M13 -> 2.0.0-M14Daniel Schaefer1-6/+7
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-3/+3
It is deprecated and will be removed after 18.09.
2018-01-15apache-directory-studio: add missing desktop item (#33893)Florian Klink1-1/+14
* apache-directory-studio: add missing desktop item * apache-directory-studio: use install command to copy icons
2017-12-21apache-directory-studio: init at 2.0.0.v20170904-M13Bjørn Forsman1-0/+49
Changes v1 -> v2: * Move from 'applications/misc' to 'applications/networking' category.