Skip to content

Commit

Permalink
lkl: fix impure reference to /usr/bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Jan 25, 2017
1 parent cedca37 commit ed83ec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/virtualization/lkl/default.nix
Expand Up @@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
sha256 = "0x1hdjsrj6hfk1sgfw11ihm00fmp6g158sr2q3cgjy2b6jnsr4hp";
};

# Fix a /usr/bin/env reference in here that breaks sandboxed builds
prePatch = "patchShebangs arch/lkl/scripts";

installPhase = ''
mkdir -p $out/{bin,lib}
Expand Down

0 comments on commit ed83ec1

Please sign in to comment.