From 3884eb2f82b93ebd9112f6a04c62a8a7d26662dd Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 29 Oct 2022 20:38:12 +0200 Subject: yolo --- pkgs/imhex.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkgs/imhex.nix') diff --git a/pkgs/imhex.nix b/pkgs/imhex.nix index f7d912f..510f91c 100644 --- a/pkgs/imhex.nix +++ b/pkgs/imhex.nix @@ -1,4 +1,4 @@ -{ stdenv, lib, cmake, openssl, pkgconfig, wrapQtAppsHook, fetchFromGithub }: { +{ stdenv, lib, cmake, openssl, pkgconfig, wrapQtAppsHook, fetchFromGithub }: stdenv.mkDerivation rec { pname = "imhex"; version = "1.24.3"; @@ -9,9 +9,8 @@ rev = "v${version}"; sha256 = lib.fakeSha256; }; - }; - nariveBuildInputs = [ + nativeBuildInputs = [ cmake ]; -} + } -- cgit v1.3.1