Commit Graph

18 Commits

Author SHA1 Message Date
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
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Yureka
1b68f3a0dd
pkgsMusl.jfsutils: fix build (#203250) 2022-11-30 09:16:53 +01:00
Kirill A. Korinsky
f378595fd3
jfsutils: keep include files and libfs.a 2022-07-06 01:42:43 +02:00
Sergei Trofimovich
50b95670d2 jfsutils: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: extract.o:/build/jfsutils-1.1.15/fscklog/extract.c:67: multiple definition of
      `xchklog_buffer'; display.o:/build/jfsutils-1.1.15/fscklog/display.c:57: first defined here
2022-05-15 16:12:04 +01:00
Felix Buehler
80e75cd535 tools/filesystems: replace name with pname&version 2021-08-12 20:49:29 +02: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Luka Blaskovic
d9b726aef9 jfsutils: fix build with glibc>=2.28 2020-01-14 22:32:09 +00:00
eburimu
98a2a5b537
fix jfsutils cross compilation 2018-11-29 10:14:02 +00:00
Markus Kowalewski
4516ca5480
jfsutils: add license + homepage 2018-09-07 23:48:17 +02:00
Jörg Thalheim
f4c253ff2f
jfsutils: replace sha1 with sha256 2017-02-26 10:05:40 +01:00
Robin Gloster
e721382448 jfsutils: add patch to build with format hardening 2016-01-30 16:36:57 +00:00
Eelco Dolstra
2ed5c2bd6b Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Eelco Dolstra
dbedbdc939 types.h -> types.patch 2013-01-28 17:27:14 +01:00
Eelco Dolstra
38ced3b436 jfsutils: Fix build
http://hydra.nixos.org/build/3897210
2013-01-28 17:19:01 +01:00
Mathijs Kwik
6860ab9946 jfsutils: upgrade to 1.1.15 2013-01-13 14:30:54 +01:00
Eelco Dolstra
c726012afe * Refactoring: move most filesystem utilities / FUSE filesystems to
tools/filesystems.  Previously they were all over the place.

svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00