summaryrefslogtreecommitdiffstats
path: root/derivation.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2020-01-04 11:30:39 +0100
committerMinijackson <minijackson@riseup.net>2020-01-04 11:30:39 +0100
commit2df39381388fcf181332cc2759a879578b69954c (patch)
tree5ff5f0a0c3f10977c963e48b1b330ef47fa3a82f /derivation.nix
parentaaf5a4a07b78502978f8ee3e5255d5f3c58ddb9d (diff)
downloadset_eq-2df39381388fcf181332cc2759a879578b69954c.tar.gz
set_eq-2df39381388fcf181332cc2759a879578b69954c.zip
Fix Nix build
Diffstat (limited to 'derivation.nix')
-rw-r--r--derivation.nix9
1 files changed, 0 insertions, 9 deletions
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 {
16 cp target/release/build/set_eq-*/out/_set_eq "$out/share/zsh/site-functions/" 16 cp target/release/build/set_eq-*/out/_set_eq "$out/share/zsh/site-functions/"
17 ''; 17 '';
18 18
19 checkPhase = ''
20 runHook preCheck
21
22 echo "Running cargo test --release"
23 cargo test --release
24
25 runHook postCheck
26 '';
27
28 meta = with stdenv.lib; { 19 meta = with stdenv.lib; {
29 description = "A command-line tool to manipulate PulseAudio's equalizer"; 20 description = "A command-line tool to manipulate PulseAudio's equalizer";
30 homepage = https://github.com/minijackson/set_eq; 21 homepage = https://github.com/minijackson/set_eq;