libinput: specify propagatedBuildOutputs, drop python from dev output (#550672)

This commit is contained in:
Aaron Andersen
2026-08-11 13:22:05 +00:00
committed by GitHub

View File

@@ -61,6 +61,8 @@ stdenv.mkDerivation rec {
"dev"
];
propagatedBuildOutputs = [ "out" ];
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libinput";