koi: drop package
All checks were successful
Build packages / Build derivations (push) Successful in 1m55s
All checks were successful
Build packages / Build derivations (push) Successful in 1m55s
upstreamed under kdePackages.koi
This commit is contained in:
parent
08e7adf08e
commit
fd017eee2f
2 changed files with 0 additions and 45 deletions
|
@ -3,7 +3,6 @@ final: prev: {
|
||||||
enigma = prev.callPackage ./enigma.nix { };
|
enigma = prev.callPackage ./enigma.nix { };
|
||||||
jaspersoft-studio-community = prev.callPackage ./jaspersoft-studio-community.nix { };
|
jaspersoft-studio-community = prev.callPackage ./jaspersoft-studio-community.nix { };
|
||||||
json2cdn = prev.callPackage ./json2cdn/package.nix { };
|
json2cdn = prev.callPackage ./json2cdn/package.nix { };
|
||||||
koi = prev.kdePackages.callPackage ./koi.nix { };
|
|
||||||
openwebstart = prev.callPackage ./openwebstart.nix { };
|
openwebstart = prev.callPackage ./openwebstart.nix { };
|
||||||
vineflower = prev.callPackage ./vineflower.nix { };
|
vineflower = prev.callPackage ./vineflower.nix { };
|
||||||
}
|
}
|
||||||
|
|
44
pkgs/koi.nix
44
pkgs/koi.nix
|
@ -1,44 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
stdenv,
|
|
||||||
fetchFromGitHub,
|
|
||||||
cmake,
|
|
||||||
ninja,
|
|
||||||
wrapQtAppsHook,
|
|
||||||
qtbase,
|
|
||||||
qtwayland,
|
|
||||||
kcoreaddons,
|
|
||||||
kwidgetsaddons,
|
|
||||||
kconfig,
|
|
||||||
}:
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
|
||||||
name = "koi";
|
|
||||||
version = "0.3.1";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "baduhai";
|
|
||||||
repo = "Koi";
|
|
||||||
rev = finalAttrs.version;
|
|
||||||
hash = "sha256-dhpuKIY/Xi62hzJlnVCIOF0k6uoQ3zH129fLq/r+Kmg=";
|
|
||||||
};
|
|
||||||
|
|
||||||
sourceRoot = "source/src";
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
cmake
|
|
||||||
ninja
|
|
||||||
wrapQtAppsHook
|
|
||||||
];
|
|
||||||
buildInputs = [
|
|
||||||
qtbase
|
|
||||||
qtwayland
|
|
||||||
kcoreaddons
|
|
||||||
kwidgetsaddons
|
|
||||||
kconfig
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
mainProgram = "koi";
|
|
||||||
platforms = lib.platforms.linux;
|
|
||||||
};
|
|
||||||
})
|
|
Loading…
Add table
Add a link
Reference in a new issue