mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
vmTools.debClosureGenerator: remove apparently obsolete bugfix
This commit is contained in:
parent
e6a4a3feea
commit
5a4f40797c
@ -728,9 +728,6 @@ rec {
|
||||
esac
|
||||
done
|
||||
|
||||
# Work around this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452279
|
||||
sed -i ./Packages -e s/x86_64-linux-gnu/x86-64-linux-gnu/g
|
||||
|
||||
perl -w ${deb/deb-closure.pl} \
|
||||
./Packages ${urlPrefix} ${toString packages} > $out
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user