mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
linuxPackages.xpadneo: simplify sourceRoot
This commit is contained in:
parent
d098c821d6
commit
68be474e30
@ -17,9 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
sha256 = "sha256-rT2Mq40fE055FemDG7PBjt+cxgIHJG9tTjtw2nW6B98=";
|
||||
};
|
||||
|
||||
setSourceRoot = ''
|
||||
export sourceRoot=$(pwd)/source/hid-xpadneo/src
|
||||
'';
|
||||
sourceRoot = "${finalAttrs.src.name}/hid-xpadneo/src";
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
buildInputs = [ bluez ];
|
||||
|
Loading…
Reference in New Issue
Block a user