mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linuxPackages.xone: simplify sourceRoot
This commit is contained in:
parent
68be474e30
commit
5a0f953d9f
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
];
|
||||
|
||||
setSourceRoot = ''
|
||||
export sourceRoot=$(pwd)/source
|
||||
'';
|
||||
sourceRoot = src.name;
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
||||
|
|
Loading…
Reference in a new issue