Merge pull request #41671 from woffs/detoxsafetbl

detox: fix missing safe.tbl
This commit is contained in:
Jörg Thalheim
2018-06-08 14:15:08 +01:00
committed by GitHub

View File

@@ -12,6 +12,10 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
postInstall = ''
install -m644 safe.tbl $out/share/detox/
'';
meta = with stdenv.lib; {
homepage = http://detox.sourceforge.net/;
description = "Utility designed to clean up filenames";