about summary refs log tree commit diff
path: root/pkgs/applications/misc/opencpn/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-03opencpn: gate elfutils on package availability rather than isLinuxPhilip Taron1-1/+2
2024-01-16opencpn: 5.6.2 -> 5.8.4Philip Taron1-18/+21
All added packages are from looking through the `configurePhase` output.
2023-02-22treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionalsArtturin1-2/+2
env values must be strings
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
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
2022-12-27opencpn: migrate to apple_sdk_11_0Weijia Wang1-5/+7
2022-10-26opencpn: add darwin supportWeijia Wang1-10/+47
2022-07-30opencpn: use non-aliased libusb1Jonathan Ringer1-2/+2
2022-06-29opencpn: unalias epoxyMartin Weinelt1-2/+2
2022-05-03opencpn: unstable-2019-11-21 -> 5.6.2Bernardo Meurer1-16/+85
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-5/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-30opencpn: unstable-2019-05-15 -> unstable-2019-11-21x1231-3/+3
2019-10-09opencpn: remove the "broken" mark, as it builds nowVladimír Čunát1-1/+0
2019-10-09Merge branch 'master'Vladimír Čunát1-0/+1
2019-10-08treewide: mark some broken packages as brokenLinus Heckemann1-0/+1
Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-09-13opencpn: 5.0.0 -> unstable-2019-05-15Aaron Andersen1-4/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-08opencpn: 4.8.8 -> 5.0.0 (#58733)R. RyanTM1-2/+2
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-10opencpn: Set platforms to x86_64-linux exclusivelySilvan Mosberger1-1/+1
Other platforms are failing
2018-11-09opencpn: 4.8.4 -> 4.8.8R. RyanTM1-2/+2
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-05-12opencpn: 4.8.2 -> 4.8.4R. RyanTM1-2/+2
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-03-04opencpn: 4.2.0 -> 4.8.2Ryan Mulligan1-2/+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"
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-17opencpn: use https for homepageMatthew Bauer1-1/+1
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2016-04-14mass-replace glib and gtk lib/*/include pathsNikolay Amiantov1-2/+2
2016-03-29opencpn: init at 4.2.0Louis Taylor1-0/+32