mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-14 12:19:00 +00:00
pkgs: update metadata
This commit is contained in:
parent
18418df527
commit
f6f24d5bf5
@ -1,6 +1,6 @@
|
|||||||
{ lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, gtk3 }:
|
{ lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, gtk3 }:
|
||||||
|
|
||||||
let distributionPluginPath = "\${out}/lib/pop-launcher";
|
let distributionPluginPath = "${placeholder "out"}/lib/pop-launcher";
|
||||||
in rustPlatform.buildRustPackage rec {
|
in rustPlatform.buildRustPackage rec {
|
||||||
pname = "pop-launcher";
|
pname = "pop-launcher";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
@ -46,6 +46,6 @@ in rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Modular IPC-based desktop launcher service";
|
description = "Modular IPC-based desktop launcher service";
|
||||||
homepage = "https://github.com/pop-os/launcher";
|
homepage = "https://github.com/pop-os/launcher";
|
||||||
license = licenses.gpl3;
|
license = licenses.mpl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Experimental vector graphics and 3D animation editor";
|
description = "Experimental vector graphics and 3D animation editor";
|
||||||
homepage = "https://www.vpaint.org/";
|
homepage = "https://www.vpaint.org/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
mainProgram = "VPaint";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user