Skip to content

Commit

Permalink
changing up nix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Aug 24, 2022
1 parent 26b6364 commit fadd491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
26 changes: 0 additions & 26 deletions default.nix

This file was deleted.

14 changes: 2 additions & 12 deletions dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,15 @@
# Use this file either for nix-shell or for nix-build when developing locally.
# nix-shell -E 'with import <nixpkgs> {}; pkgs.libsForQt5.callPackage ./dev.nix {}'
# nix-build -E 'with import <nixpkgs> {}; pkgs.libsForQt5.callPackage ./dev.nix {}'
# See default.nix to build release version.

mkDerivation rec{
name = "koi";

src = ./src;

nativeBuildInputs = [ cmake ];

buildInputs = [ wrapQtAppsHook kcoreaddons kwidgetsaddons kconfig ];

installPhase = ''
make install DESTDIR=appdir
'';

meta = with lib; {
description = "Theme scheduling for the KDE Plasma Desktop";
homepage = "https://github.com/baduhai/Koi";
license = licenses.lgpl3Plus;
platforms = platforms.linux;
};
sourceRoot = "source/src";
}

0 comments on commit fadd491

Please sign in to comment.