tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
udftools: fix build w/glibc-2.30
Maximilian Bosch
6 years ago
e96a57b4
c24fc44e
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
udftools
default.nix
+1
pkgs/tools/filesystems/udftools/default.nix
reviewed
···
24
24
sed -e '38i#include <string.h>' -i wrudf/wrudf-cdrw.c
25
25
sed -e '12i#include <string.h>' -i wrudf/wrudf-cdr.c
26
26
sed -e '37i#include <stdlib.h>' -i wrudf/ide-pc.c
27
27
+
sed -e '46i#include <sys/sysmacros.h>' -i mkudffs/main.c
27
28
28
29
sed -e "s@\$(DESTDIR)/lib/udev/rules.d@$out/lib/udev/rules.d@" -i pktsetup/Makefile.am
29
30
'';