mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 04:39:13 +00:00
debBuild: Fix for "cannot coerce a set to a string"
Nix won't let us turn `lib` into an environment variable. As discussed here: https://github.com/NixOS/nixpkgs/pull/111672#issuecomment-773484089
This commit is contained in:
parent
9744abab00
commit
56124f3e66
@ -22,7 +22,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
|
||||
prePhases = "installExtraDebsPhase sysInfoPhase";
|
||||
}
|
||||
|
||||
// removeAttrs args ["vmTools"] //
|
||||
// removeAttrs args ["vmTools" "lib"] //
|
||||
|
||||
{
|
||||
name = name + "-" + diskImage.name + (if src ? version then "-" + src.version else "");
|
||||
|
Loading…
Reference in New Issue
Block a user