about summary refs log tree commit diff
path: root/packages/parinfer-rust.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-21 14:22:29 +0300
committerazahi <azat@bahawi.net>2024-10-21 14:22:29 +0300
commit5c92aab0c7dde0729484f8878a8ebf05e5fc79ab (patch)
treeb76a1ce5c577d28d4a69738d3213fcf1ee0e3394 /packages/parinfer-rust.nix
parent2024-10-17 (diff)
2024-10-21
Diffstat (limited to 'packages/parinfer-rust.nix')
-rw-r--r--packages/parinfer-rust.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/parinfer-rust.nix b/packages/parinfer-rust.nix
deleted file mode 100644
index a925834..0000000
--- a/packages/parinfer-rust.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{
-  lib,
-  fetchFromGitHub,
-  rustPlatform,
-}:
-rustPlatform.buildRustPackage rec {
-  pname = "parinfer-rust";
-  version = "0.5.0-unstable-2024-05-07";
-
-  src = fetchFromGitHub {
-    owner = "eraserhd";
-    repo = "parinfer-rust";
-    rev = "d84828b453e158d06406f6b5e9056f6b54ff76c9";
-    hash = "sha256-Q2fYogfn5QcNDEie4sUaVydAmDmcFXnsvz35cxPCf+M=";
-  };
-
-  cargoHash = "sha256-awps5BAtImc7q/D2W/vPOrFVh45k43xqUJXbOTyZF+s=";
-
-  buildFeatures = [ "emacs" ];
-
-  nativeBuildInputs = [ rustPlatform.bindgenHook ];
-
-  meta = with lib; {
-    description = "A Rust port of parinfer";
-    inherit (src.meta) homepage;
-    license = licenses.isc;
-    maintainers = with maintainers; [ azahi ];
-  };
-}

Consider giving Nix/NixOS a try! <3