mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
detect-it-easy: add missing yara rules into package (#396860)
This commit is contained in:
commit
2dd09f1837
1 changed files with 1 additions and 2 deletions
|
@ -51,9 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
mkdir -p $out/share/icons
|
mkdir -p $out/share/icons
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# clean up wrongly created dirs in `install.sh` and broken .desktop file
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
grep -v "Version=#VERSION#" $src/LINUX/die.desktop > $out/share/applications/die.desktop
|
cp -r $src/XYara/yara_rules $out/lib/die/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue