summary refs log tree commit diff
path: root/pkgs/tools/filesystems/mp3fs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-04-07 17:35:38 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-04-08 02:29:42 +0200
commit1926a7aa321cb5b0a1fe90f7879899e81b50ed41 (patch)
tree1659bef03df239823c64011968b0d0c442848815 /pkgs/tools/filesystems/mp3fs
parentb97435e15fbcc51e320427e6030fbde37532ebc0 (diff)
downloadnixpkgs-1926a7aa321cb5b0a1fe90f7879899e81b50ed41.tar
nixpkgs-1926a7aa321cb5b0a1fe90f7879899e81b50ed41.tar.gz
nixpkgs-1926a7aa321cb5b0a1fe90f7879899e81b50ed41.tar.bz2
nixpkgs-1926a7aa321cb5b0a1fe90f7879899e81b50ed41.tar.lz
nixpkgs-1926a7aa321cb5b0a1fe90f7879899e81b50ed41.tar.xz
nixpkgs-1926a7aa321cb5b0a1fe90f7879899e81b50ed41.tar.zst
nixpkgs-1926a7aa321cb5b0a1fe90f7879899e81b50ed41.zip
Tidy nckx-maintained packages
- Use fetchFromGitHub when possible
- Build in parallel if supported
Diffstat (limited to 'pkgs/tools/filesystems/mp3fs')
-rw-r--r--pkgs/tools/filesystems/mp3fs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/mp3fs/default.nix b/pkgs/tools/filesystems/mp3fs/default.nix
index 5bcb738d709..253f335ae4a 100644
--- a/pkgs/tools/filesystems/mp3fs/default.nix
+++ b/pkgs/tools/filesystems/mp3fs/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, flac, fuse, lame, libid3tag, pkgconfig }:
 
+let version = "0.91"; in
 stdenv.mkDerivation rec {
-  version = "0.91";
   name = "mp3fs-${version}";
 
   src = fetchurl {