mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
debian-devscripts: add dpkg in PATH
The script uscan was complaining about missing dpkg, therefore I have added it to the PATH.
This commit is contained in:
parent
56fb68dcef
commit
404c80791f
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ in stdenv.mkDerivation rec {
|
|||
wrapProgram "$i" \
|
||||
--prefix PERL5LIB : "$PERL5LIB" \
|
||||
--prefix PERL5LIB : "$out/share/devscripts" \
|
||||
--prefix PYTHONPATH : "$out/lib/python3.4/site-packages"
|
||||
--prefix PYTHONPATH : "$out/lib/python3.4/site-packages" \
|
||||
--prefix PATH : "${dpkg}/bin"
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue