Commit Graph

26 Commits

Author SHA1 Message Date
Weijia Wang
a38b57a3ad cdrkit: fix build with clang 16 2023-11-10 09:39:32 +01:00
Stanisław Pitucha
6d903cec7e cdrkit: fix darwin build
Fix source issues and required deps.
2023-03-23 07:18:42 +11:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
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
Alyssa Ross
3e04410ced pkgsMusl.cdrkit: fix build
These are the same tricks that Alpine uses.
2022-12-03 00:05:31 +01:00
squalus
de3945a340 cdrkit: support cross compile
bypass the configure time check for bitfield ordering
2022-05-03 18:00:50 -07:00
Sergei Trofimovich
18f8296fb9 cdrkit: fix -fno-common build
Without the change build on toolchain with `-fno-common` default fails as:

    $ nix build --impure --expr 'with import ./. {}; cdrkit.override { stdenv = clang12Stdenv; }' -L
    ...
    cdrkit> ld: CMakeFiles/genisoimage.dir/apple.o:(.bss+0x2040):
      multiple definition of `outfile'; CMakeFiles/genisoimage.dir/genisoimage.o:(.bss+0x280): first defined here
2021-11-28 09:01:40 +00:00
Felix Buehler
7cd5d178fc tools: replace name with pname&version 2021-08-12 21:47:47 +02:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Bjørn Forsman
a2a9b53e77 cdrkit: fix 'dirsplit' tool by depending on perl
Or else dirsplit uses "/usr/bin/perl" shebang.
2017-09-17 10:06:53 +02:00
Robin Gloster
1b979d8384 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Franz Pletz
aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
f6d3b7a2ae switch hardening flags 2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad Use a hardened stdenv by default 2016-01-30 16:36:57 +00:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Shea Levy
afd3664d9f cdrkit: Bump version, apply efi-boot patch from fedora to enable creating efi-bootable cdrs
svn path=/nixpkgs/trunk/; revision=33055
2012-03-14 00:44:14 +00:00
Lluís Batlle i Rossell
56b3954028 Updating cdrkit
svn path=/nixpkgs/trunk/; revision=19479
2010-01-16 14:42:08 +00:00
Lluís Batlle i Rossell
f7fb372440 Adding a patch to cdrkit, for it to work with cmake 2.8.
I don't know how it could build ever with older cmake versions, because IMO
they lacked the patch I'm adding.

svn path=/nixpkgs/trunk/; revision=18903
2009-12-11 15:36:24 +00:00
Lluís Batlle i Rossell
6094c84369 Fixing cdrkit cdrecord link.
svn path=/nixpkgs/trunk/; revision=15584
2009-05-13 10:21:24 +00:00
Lluís Batlle i Rossell
ea933bf894 Adding symlinks for cdrkit, to be similar to the cdrtools.
svn path=/nixpkgs/trunk/; revision=15203
2009-04-21 07:05:38 +00:00
Ludovic Courtès
01545132b4 Cdrkit 1.1.9.
svn path=/nixpkgs/trunk/; revision=13647
2008-12-16 14:06:46 +00:00
Eelco Dolstra
a2613e936a * Move dvd+rw-tools and cdrkit to tools/cd-dvd.
* Added cdrdao.

svn path=/nixpkgs/trunk/; revision=12426
2008-07-25 13:04:51 +00:00