lol

Merge pull request #30888 from dezgeg/pr-split-xf86libinput

xorg.xf86inputlibinput: Split dev output

authored by

Jörg Thalheim and committed by
GitHub
bf33b4fb 0d6822be

+2 -1
+2 -1
pkgs/servers/x11/xorg/overrides.nix
··· 321 321 url = "mirror://xorg/individual/driver/${name}.tar.bz2"; 322 322 sha256 = "0yrqs88b7yn9nljwlxzn76jfmvf0sh939kzij5b2jvr2qa7mbjmb"; 323 323 }; 324 + outputs = [ "out" "dev" ]; 324 325 buildInputs = attrs.buildInputs ++ [ args.libinput ]; 325 - installFlags = "sdkdir=\${out}/include/xorg"; 326 + installFlags = "sdkdir=\${dev}/include/xorg"; 326 327 }; 327 328 328 329 xf86inputsynaptics = attrs: attrs // {