forked from mirrors/nixpkgs
lightdm: split outputs
This commit is contained in:
parent
2e1f7f4b98
commit
cc424308df
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = "${pname}-${version}";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CanonicalLtd";
|
||||
repo = pname;
|
||||
|
|
Loading…
Reference in a new issue