From 5e27bc6838920fe2948bc0953a519232bced0397 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 19 Aug 2021 12:07:33 +0200 Subject: Flake-ify --- pkgs/oomox-gtk-theme/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/oomox-gtk-theme') diff --git a/pkgs/oomox-gtk-theme/default.nix b/pkgs/oomox-gtk-theme/default.nix index 11736f4..0d895b4 100644 --- a/pkgs/oomox-gtk-theme/default.nix +++ b/pkgs/oomox-gtk-theme/default.nix @@ -1,6 +1,6 @@ -{ stdenv, pkgs, theme, ... }: +{ pkgs, theme, ... }: -stdenv.mkDerivation rec { +pkgs.stdenv.mkDerivation rec { name = "oomox-gtk-theme"; src = pkgs.fetchFromGitHub { @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { meta = { description = "oomox-gtk-theme is a customizable fork of numix-gtk-theme."; homepage = https://github.com/themix-project/oomox-gtk-theme; - license = stdenv.lib.licenses.gpl3; - platforms = stdenv.lib.platforms.all; + license = pkgs.stdenv.lib.licenses.gpl3; + platforms = pkgs.stdenv.lib.platforms.all; }; } -- cgit v1.2.3