forked from mirrors/nixpkgs
detox: fix missing safe.tbl
This commit is contained in:
parent
47529594e4
commit
aec5eada5a
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue