mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* UML: purity fix (Makefile refers to /bin/bash).
svn path=/nixpkgs/trunk/; revision=8437
This commit is contained in:
parent
b795dd8d44
commit
9a8b115e57
@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
||||
if stdenv.system == "x86_64-linux" then "x86_64" else
|
||||
abort "";
|
||||
|
||||
makeFlags = if userModeLinux then "ARCH=um" else "";
|
||||
makeFlags = if userModeLinux then "ARCH=um SHELL=bash" else "";
|
||||
|
||||
inherit module_init_tools;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user