mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 22:57:41 +03:00
openafs: avoid top-level with
This commit is contained in:
parent
fd61db7a32
commit
39c882983c
@ -14,11 +14,9 @@
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
with (import ./srcs.nix {
|
||||
inherit fetchurl;
|
||||
});
|
||||
|
||||
let
|
||||
inherit (import ./srcs.nix { inherit fetchurl; }) src version;
|
||||
|
||||
modDestDir = "$out/lib/modules/${kernel.modDirVersion}/extra/openafs";
|
||||
kernelBuildDir = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user