mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
KQemu needs perl to build
svn path=/nixpkgs/trunk/; revision=17063
This commit is contained in:
parent
3557e1c843
commit
b3281f994f
@ -6,7 +6,7 @@ rec {
|
||||
sha256 = "14dlmawn3gia1j401ag5si5k1a1vav7jpv86rl37p1hwmr7fihxs";
|
||||
};
|
||||
|
||||
buildInputs = [];
|
||||
buildInputs = [perl];
|
||||
configureFlags = [''--PREFIx=$out'' ''--kernel-path=$(ls -d ${kernel}/lib/modules/*/build)''];
|
||||
debugStep = fullDepEntry (''
|
||||
cat config-host.mak
|
||||
|
@ -5361,7 +5361,7 @@ let
|
||||
};
|
||||
|
||||
kqemu = builderDefsPackage (selectVersion ../os-specific/linux/kqemu "1.4.0pre1") {
|
||||
inherit kernel;
|
||||
inherit kernel perl;
|
||||
};
|
||||
|
||||
splashutils =
|
||||
|
Loading…
Reference in New Issue
Block a user