3
0
Fork 0
forked from mirrors/nixpkgs

detox: fix missing safe.tbl

This commit is contained in:
Frank Doepper 2018-06-08 12:34:59 +02:00
parent 47529594e4
commit aec5eada5a

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