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
commit e2d5c40e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";