summary refs log tree commit diff
path: root/pkgs/applications/audio/fmit
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-12 11:40:32 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-13 03:05:54 +0200
commit2f62815520906bf3e5118137f5ec90e9032268b2 (patch)
treebbcb1e720302400c16c3ccdf036cfd868bd05589 /pkgs/applications/audio/fmit
parent3059362c74fadd64d1292ca61330778059af7f91 (diff)
downloadnixpkgs-2f62815520906bf3e5118137f5ec90e9032268b2.tar
nixpkgs-2f62815520906bf3e5118137f5ec90e9032268b2.tar.gz
nixpkgs-2f62815520906bf3e5118137f5ec90e9032268b2.tar.bz2
nixpkgs-2f62815520906bf3e5118137f5ec90e9032268b2.tar.lz
nixpkgs-2f62815520906bf3e5118137f5ec90e9032268b2.tar.xz
nixpkgs-2f62815520906bf3e5118137f5ec90e9032268b2.tar.zst
nixpkgs-2f62815520906bf3e5118137f5ec90e9032268b2.zip
fmit: 1.0.6 -> 1.0.7
Diffstat (limited to 'pkgs/applications/audio/fmit')
-rw-r--r--pkgs/applications/audio/fmit/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/applications/audio/fmit/default.nix b/pkgs/applications/audio/fmit/default.nix
index 7c4952e76aa..f2328410be8 100644
--- a/pkgs/applications/audio/fmit/default.nix
+++ b/pkgs/applications/audio/fmit/default.nix
@@ -7,12 +7,12 @@
 assert alsaSupport -> alsaLib != null;
 assert jackSupport -> libjack2 != null;
 
-let version = "1.0.6"; in
+let version = "1.0.7"; in
 stdenv.mkDerivation {
   name = "fmit-${version}";
 
   src = fetchFromGitHub {
-    sha256 = "1ls6pcal5vimr3syz4ih06s1j746z63hgj5wbg5z349gy6zl43fh";
+    sha256 = "14dzrrxjskhqamhfqhzp6napvc1vyjxcc0v8id1iqzsfdn86xqm9";
     rev = "v${version}";
     repo = "fmit";
     owner = "gillesdegottex";
@@ -24,8 +24,6 @@ stdenv.mkDerivation {
 
   postPatch = ''
     substituteInPlace fmit.pro --replace '$$FMITVERSIONGITPRO' '${version}'
-    substituteInPlace distrib/fmit.desktop \
-      --replace "Icon=fmit" "Icon=$out/share/pixmaps/fmit.svg"
   '';
 
   configurePhase = ''
@@ -40,11 +38,6 @@ stdenv.mkDerivation {
 
   enableParallelBuilding = true;
 
-  postInstall = ''
-    cd ..
-    install -Dm644 {ui/images,$out/share/pixmaps}/fmit.svg
-  '';
-
   meta = with stdenv.lib; {
     inherit version;
     description = "Free Musical Instrument Tuner";