libappindicator: add dev output for propagation
This commit is contained in:
parent
6b5edcb71f
commit
f5742d6592
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||
versionMajor = "12.10";
|
||||
versionMinor = "0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/${versionMajor}/${version}/+download/libappindicator-${version}.tar.gz";
|
||||
sha256 = "17xlqd60v0zllrxp8bgq3k5a1jkj0svkqn8rzllcyjh8k0gpr46m";
|
||||
|
|
Loading…
Reference in New Issue