Use overlay
This commit is contained in:
parent
ef1f33eddd
commit
69de97b39e
3 changed files with 23 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, pkgs }:
|
||||
{ inputs, name, pkgs }:
|
||||
|
||||
with pkgs; stdenv.mkDerivation rec {
|
||||
name = "wallpaper-engine-kde-plugin-lib";
|
||||
with pkgs; stdenv.mkDerivation {
|
||||
inherit name;
|
||||
src = inputs.${name};
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue