summaryrefslogtreecommitdiffstats
path: root/pkgs/development/java-modules
AgeCommit message (Collapse)Author
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-10-22javaPackages: add upgraded packagesmidchildan
These are packages required to build Sourcetrail Java support - maven-compiler-plugin 3.2 - plexus-compiler-api 2.4 - plexus-compiler-javac 2.4 - plexus-compiler-manager 2.4
2020-09-19javaPackages.jogl_2_3_2: use jdk8Gabriel Ebner
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-09-15jogl: remove #37364 workaroundvolth
2019-08-28treewide: remove redundant recvolth
2019-08-17treewide: name -> pnamevolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-10treewide: fix redirect URLsRyan Mulligan
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-01-19nixpkgs: reorganize the postgresql extensionsAustin Seipp
This is a backwards compatible change; it mostly puts all the extensions for postgresql in a common directory to keep them isolated. It also moves a few things that /were not/ extensions out into other parts of the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries were moved under development/java-modules and development/libraries, respectively. Because these libraries use the libpq postgresql client drivers, they're less sensitive to underlying version changes anyway (since the protocol is relatively stable). No attributes were renamed or harmed in the creation of this patch. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-06-10jogl: reflect recent changes in opengl (#41786)volth
2018-03-24treewide: use more HTTPS URLsRyan Mulligan
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-03-19jogl: temporary workaround for openjdk8volth
2018-03-19jogl: init at 2.3.2volth
2018-02-11buildMavenPackage: Use concatStringsSepTuomas Tynkkynen
2017-11-10Change many homepage urls from http to https #30636Pascal Wittmann
2017-04-11treewide: use boolToString functionFranz Pletz
2017-02-13javaPackages: Use artifactId/groupIdTim Steinbach
2016-11-15Create mavenLibsTim Steinbach
2016-11-15Complete hello world with testTim Steinbach
2016-11-14maven_hello: Add 1.1, add ability to choose skipping testsNeQuissimus
2016-11-14junit_4_12 part 2Tim Steinbach
2016-11-14Finish maven-hello / frameworkTim Steinbach
2016-11-14FixupTim Steinbach
2016-11-14Partial maven-helloTim Steinbach
2016-11-14Partial junit_4_12Tim Steinbach
2016-11-14Build supportTim Steinbach