super: add remark to patch

This commit is contained in:
Jörg Thalheim 2017-06-17 10:43:50 +01:00 committed by GitHub
parent 9e2f08cdc2
commit cca6eb62c0

View File

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
};
prePatch = ''
# do not set sticky bit in nix store
substituteInPlace Makefile.in \
--replace "-o root" "" \
--replace 04755 755