mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
eid-mw: don't install useless about-eid-mw.desktop
This commit is contained in:
parent
99d2e80d97
commit
860589227b
@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
|
||||
install -D ${./eid-nssdb.in} $out/bin/eid-nssdb
|
||||
substituteInPlace $out/bin/eid-nssdb \
|
||||
--replace "modutil" "${nssTools}/bin/modutil"
|
||||
|
||||
# Only provides a useless "about-eid-mw.desktop" that doesn't even work:
|
||||
rm -rf $out/share/applications
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user