From 2df39381388fcf181332cc2759a879578b69954c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 4 Jan 2020 11:30:39 +0100 Subject: Fix Nix build --- derivation.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'derivation.nix') diff --git a/derivation.nix b/derivation.nix index 8fde5ae..8f77156 100644 --- a/derivation.nix +++ b/derivation.nix @@ -16,15 +16,6 @@ rustPlatform.buildRustPackage rec { cp target/release/build/set_eq-*/out/_set_eq "$out/share/zsh/site-functions/" ''; - checkPhase = '' - runHook preCheck - - echo "Running cargo test --release" - cargo test --release - - runHook postCheck - ''; - meta = with stdenv.lib; { description = "A command-line tool to manipulate PulseAudio's equalizer"; homepage = https://github.com/minijackson/set_eq; -- cgit v1.2.3