mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
libinput: specify propagatedBuildOutputs, drop python from dev output (#550672)
This commit is contained in:
@@ -61,6 +61,8 @@ stdenv.mkDerivation rec {
|
||||
"dev"
|
||||
];
|
||||
|
||||
propagatedBuildOutputs = [ "out" ];
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "libinput";
|
||||
|
||||
Reference in New Issue
Block a user