Commit Graph

24 Commits

Author SHA1 Message Date
Sandro Jäckel
38b2b0f6b5
global-platform-pro: fix path pcsclite libs 2024-01-28 19:31:54 +01:00
Weijia Wang
0a8855f4bc treewide: update maven hash 2024-01-03 23:04:55 +01:00
Bjørn Forsman
830612d109 global-platform-pro: 18.09.14 -> 20.01.23
The new version pulls in a prebuilt dependency, so add a mvn wrapper
with proot for a minimal FHS env capable of completing the build.
2023-08-28 08:11:20 +02:00
Weijia Wang
30464bb5c5 treewide: fix mvnHash 2023-07-31 21:13:40 +02:00
Weijia Wang
e658ffa994 treewide: cleanup maven packages 2023-07-31 21:13:09 +02:00
Weijia Wang
40001fa439 treewide: remove mavenfod overrides 2023-06-20 19:54:51 +03:00
Weijia Wang
13ded18417 global-platform-pro: convert to mavenfod 2023-06-20 14:52:04 +03:00
Tillerino
13dd515a92 maven: adjust hashes of pull-maven-dependencies derivations
Since the newer Maven pulls different versions of its own dependencies,
the hashes of these derivations all changed.
2023-06-20 13:15:27 +02:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07: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
Gabriel Ebner
bf92a5440e global-platform-pro: use jdk8 2020-09-19 17:39:26 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00: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
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Léo Gaspard
e54079133e
global-platform-pro: add self as maintainer 2018-10-31 01:06:27 +09:00
Léo Gaspard
a55eb78a0d
global-platform-pro: 0.3.10-rc11 -> 18.09.14 2018-10-15 00:36:23 +09:00
Léo Gaspard
6195eee47a
fixup: add links to upstream issues 2018-08-17 01:32:03 +09:00
Léo Gaspard
fd14b4d48d
fixup: merge buildPhase and installPhase 2018-08-17 01:27:45 +09:00
Léo Gaspard
61e0b8d3be
fixup: use the correct gephy package name 2018-08-17 01:13:46 +09:00
Léo Gaspard
39cd3f370d
fixup: reindent 2018-08-17 00:25:44 +09:00
Léo Gaspard
a52ad2569a
fixup: points mentioned by timokau 2018-08-17 00:19:40 +09:00
Léo Gaspard
cccfa8f395 global-platform-pro: init at 0.3.10-rc11 2018-08-01 13:53:33 +09:00