mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:07:42 +00:00
libappindicator: rename name to pname&version
This commit is contained in:
parent
3bab4ac337
commit
215b0774d1
@ -13,8 +13,8 @@ with lib;
|
||||
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = let postfix = if gtkVersion == "2" && monoSupport then "sharp" else "gtk${gtkVersion}";
|
||||
in "libappindicator-${postfix}-${version}";
|
||||
pname = let postfix = if gtkVersion == "2" && monoSupport then "sharp" else "gtk${gtkVersion}";
|
||||
in "libappindicator-${postfix}";
|
||||
version = "12.10.1+20.10.20200706.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
Loading…
Reference in New Issue
Block a user