diff options
Diffstat (limited to 'pkgs/imhex.nix')
| -rw-r--r-- | pkgs/imhex.nix | 7 |
1 files changed, 3 insertions, 4 deletions
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 ]; -} + } |
