Commit Graph

17 Commits

Author SHA1 Message Date
Sandro Jäckel
da3200b7b6
Revert "gplates: fix failing build"
This reverts commit 8a236e246a.
2022-11-16 00:29:02 +01:00
yurket
8a236e246a gplates: fix failing build
Started failing after the commit 11ea0e99b7 (Python 3.9->3.10 upgrade) with error:

    CMake Error at .../lib/cmake/Boost-1.75.0/BoostConfig.cmake:141 (find_package):
  Could not find a package configuration file provided by boost_python310

It appears that boost <= 1.78 fails to find Python with double digits in the minor version (like X.YZ)
2022-11-12 11:33:42 -08:00
Dmitry Kalinkin
69d78f174a
gplates: mark as broken on darwin 2022-01-14 03:33:15 -05:00
Robert Schütz
98c8fc6fd0 gplates: 2.2.0 -> 2.3.0 2021-09-26 23:11:29 -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
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
John Ericson
ef81828143
Merge pull request #94047 from kmicklas/fix-gplates
gplates: 2.0.0 -> 2.2.0, unbreak
2020-07-31 19:57:01 -04:00
Ken Micklas
7ae6e51bd4 gplates: 2.0.0 -> 2.2.0, unbreak 2020-07-27 20:54:18 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +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
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Franz Pletz
d7d774deea gplates: mark as broken
(cherry picked from commit 5b09ca07b8cf3ea87838a5b4af555e2830948ff1)
2017-09-30 22:55:29 +03:00
Ricardo Ardissone
e17d3d4ef1 gplates: use boost 160
update 161 changed reference parameters for optional
https://hydra.nixos.org/build/49707856/nixlog/1
http://www.boost.org/doc/libs/1_61_0/libs/optional/doc/html/boost_ooptional/relnotes.html
2017-03-08 13:04:34 +02:00
Robin Gloster
bb9a37a2a5
ikarus: remove
unmaintained, only works on 32 bit
2017-03-03 13:43:04 +01:00
Robin Gloster
c1866cade9
libsForQt5.qmltermwidget: fix build 2017-03-02 14:13:35 +01:00
Ricardo Ardissone
662aa495df gplates: init at 2.0.0 2016-12-16 22:29:53 -02:00