mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 08:31:59 +00:00
slack: remove ubuntu update cron
This commit is contained in:
parent
1be1c905f2
commit
5818355a69
|
@ -59,7 +59,7 @@ in stdenv.mkDerivation {
|
|||
mkdir -p $out
|
||||
dpkg -x $src $out
|
||||
cp -av $out/usr/* $out
|
||||
rm -rf $out/usr $out/share/lintian
|
||||
rm -rf $out/etc $out/usr $out/share/lintian
|
||||
|
||||
# Otherwise it looks "suspicious"
|
||||
chmod -R g-w $out
|
||||
|
|
Loading…
Reference in a new issue