nilfs-utils: Set dontPatchELF due to broken RPATH by patchelf
This commit is contained in:
parent
c643770861
commit
96004b9d8c
@ -23,6 +23,9 @@ stdenv.mkDerivation rec {
|
|||||||
sed -e 's@/sbin/@'"$out"'/sbin/@' -i ./lib/cleaner*.c
|
sed -e 's@/sbin/@'"$out"'/sbin/@' -i ./lib/cleaner*.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# FIXME: Remove after https://github.com/NixOS/patchelf/pull/98 is in
|
||||||
|
dontPatchELF = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "NILFS utilities";
|
description = "NILFS utilities";
|
||||||
maintainers = with stdenv.lib.maintainers;
|
maintainers = with stdenv.lib.maintainers;
|
||||||
@ -33,6 +36,5 @@ stdenv.mkDerivation rec {
|
|||||||
linux;
|
linux;
|
||||||
downloadPage = "http://nilfs.sourceforge.net/en/download.html";
|
downloadPage = "http://nilfs.sourceforge.net/en/download.html";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user