diff options
| author | Grigory Shipunov | 2022-10-29 20:38:12 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-10-29 20:38:12 +0200 |
| commit | 3884eb2f82b93ebd9112f6a04c62a8a7d26662dd (patch) | |
| tree | 72e5f323d6a2fb220c10beb4964b3b31a5f837d2 /pkgs | |
| parent | 96095790cdbf2760e63a19c7f7d6cae98433db15 (diff) | |
yolo
Diffstat (limited to 'pkgs')
| -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 ]; -} + } |
