Commit Graph

27 Commits

Author SHA1 Message Date
Philip Taron
51d42151e2 opencpn: 5.6.2 -> 5.8.4
All added packages are from looking through the `configurePhase` output.
2024-01-16 18:09:56 -08:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Weijia Wang
c2ea898360 opencpn: migrate to apple_sdk_11_0 2022-12-27 06:28:30 +01:00
Weijia Wang
260c760ca4 opencpn: add darwin support 2022-10-26 19:11:00 +02:00
Jonathan Ringer
3f2454080d
opencpn: use non-aliased libusb1 2022-07-30 20:48:06 -07:00
Martin Weinelt
1419d29906
opencpn: unalias epoxy 2022-06-29 21:54:36 +02:00
Bernardo Meurer
0ad185694c
opencpn: unstable-2019-11-21 -> 5.6.2 2022-05-03 13:14:13 -07:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
x123
f615fb49f7 opencpn: unstable-2019-05-15 -> unstable-2019-11-21 2019-11-30 19:11:17 +01:00
Vladimír Čunát
44511d2739
opencpn: remove the "broken" mark, as it builds now 2019-10-09 14:25:55 +02:00
Vladimír Čunát
61273bc672
Merge branch 'master' 2019-10-09 14:24:04 +02:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Aaron Andersen
2b6d5dd5d7 opencpn: 5.0.0 -> unstable-2019-05-15 2019-09-13 21:39:59 -04: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
R. RyanTM
0fe86f2ee1 opencpn: 4.8.8 -> 5.0.0 (#58733)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencpn/versions
2019-04-08 23:44:55 +02:00
Silvan Mosberger
2ebfacd249
opencpn: Set platforms to x86_64-linux exclusively
Other platforms are failing
2018-11-10 14:26:17 +01:00
R. RyanTM
7f5bf98bd1 opencpn: 4.8.4 -> 4.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencpn/versions
2018-11-09 05:19:44 -08:00
R. RyanTM
efbbd81962 opencpn: 4.8.2 -> 4.8.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/opencpn/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.8.4 with grep in /nix/store/jlmxcb41bg1v2blsl2vgbjszaafkcvgv-opencpn-4.8.4
- directory tree listing: https://gist.github.com/8becdf1d24e33d05a2f0afdac7c9d764
2018-05-12 15:14:55 +02:00
Ryan Mulligan
13caa2c98a opencpn: 4.2.0 -> 4.8.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 4.8.2 with grep in /nix/store/rx2zdc2i670vi31vb9bvlcb748h0b8bj-opencpn-4.8.2

cc "@kragniz"
2018-03-04 18:16:10 +00:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Matthew Bauer
351277ae7c opencpn: use https for homepage 2017-08-17 15:04:37 -07:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov
755e4633c7 mass-replace glib and gtk lib/*/include paths 2016-04-14 04:13:54 +03:00
Louis Taylor
b40f0ac3c7 opencpn: init at 4.2.0 2016-03-29 07:31:56 +01:00