mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
linuxPackages.xone: simplify sourceRoot
This commit is contained in:
parent
68be474e30
commit
5a0f953d9f
@ -20,9 +20,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
setSourceRoot = ''
|
||||
export sourceRoot=$(pwd)/source
|
||||
'';
|
||||
sourceRoot = src.name;
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user