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}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CanonicalLtd";
|
owner = "CanonicalLtd";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
|
Loading…
Reference in a new issue