Commit graph

12 commits

Author SHA1 Message Date
Anthony Roussel 679aa9c62c
cdk: 5.0-20210109 -> 5.0-20221025 2023-01-08 21:55:38 +01:00
Sergei Trofimovich 50ff6cd85f cdk: enable and fix parallel build
Without the change parallel build occasionally fails due to missing
dependency on generated headers:

Fixes the follow build failure on make -j16:

    build flags: -j16 -l16 SHELL=/bin/bash
    bash ./gen-scale.sh DSCALE DScale Double double ./include/gen-scale.h>include/dscale.h
    bash ./gen-scale.sh FSCALE FScale Float float ./include/gen-scale.h>include/fscale.h
    bash ./gen-scale.sh FSLIDER FSlider Float float ./include/gen-slider.h>include/fslider.h
    bash ./gen-scale.sh SCALE Scale Int int ./include/gen-scale.h>include/scale.h
    gcc -g -O2  -DHAVE_CONFIG_H -I./include -I./include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -c cdkscreen.c
    gcc -g -O2  -DHAVE_CONFIG_H -I./include -I./include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -c debug.c
    In file included from ./include/cdk_int.h:13,
                     from cdkscreen.c:1:
    ./include/cdk.h:321:10: fatal error: uscale.h: No such file or directory
      321 | #include <uscale.h>
          |          ^~~~~~~~~~
2021-12-11 11:27:38 +00:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM f1a052390e cdk: 5.0-20200923 -> 5.0-20210109 2021-01-19 10:14:03 +00:00
R. RyanTM cbf437c442 cdk: 5.0-20190224 -> 5.0-20200923 2020-11-17 09:20:12 +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
Will Dietz 87bd8adae1 cdk: 5.0-20171209 -> 5.0-20190224 2019-02-25 21:50:29 -06:00
Will Dietz e3f83c3f4b cdk: 5.0-20161210 -> 5.0-20171209
http://invisible-island.net/cdk/CHANGES.html#t20171209
2018-01-02 12:31:33 -06:00
ndowens e098899023 cdk:5.0-20160131 -> 5.0-20161210 2017-03-11 18:36:11 -06:00
Robin Gloster 66c3f7463b cdk: pin url to a version to prevent hash changes 2016-02-07 16:12:39 +00:00
Michael Raskin 8d81c0ada2 cdk: a new release… 2016-01-01 12:30:17 +03:00
Michael Raskin 8daf4f5445 Add Curses development kit 2015-06-02 20:32:12 +03:00