mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
Merge pull request #41671 from woffs/detoxsafetbl
detox: fix missing safe.tbl
This commit is contained in:
commit
e2d5c40e31
@ -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 New Issue
Block a user