about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/boxfs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-25 20:08:34 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-25 20:08:34 +0100
commitac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6 (patch)
tree2cd413d35a58a8320b2adfac534652619d2bbcfd /pkgs/tools/filesystems/boxfs
parent9fb8020e4ec2e74e39a8f28dfb3ef18a70bd1eef (diff)
downloadnixlib-ac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6.tar
nixlib-ac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6.tar.gz
nixlib-ac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6.tar.bz2
nixlib-ac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6.tar.lz
nixlib-ac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6.tar.xz
nixlib-ac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6.tar.zst
nixlib-ac33b4724a84ef01f3d25a42e2b63f1a9d3e5cd6.zip
More version attribute tidying where maintainers |= nckx
Diffstat (limited to 'pkgs/tools/filesystems/boxfs')
-rw-r--r--pkgs/tools/filesystems/boxfs/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/boxfs/default.nix b/pkgs/tools/filesystems/boxfs/default.nix
index 3c8c1b6e1809..99a118160b7e 100644
--- a/pkgs/tools/filesystems/boxfs/default.nix
+++ b/pkgs/tools/filesystems/boxfs/default.nix
@@ -1,7 +1,6 @@
 { stdenv, fetchFromGitHub, curl, fuse, libxml2, pkgconfig }:
 
 let
-  version = "2-20150109";
   srcs = {
     boxfs2 = fetchFromGitHub {
       sha256 = "10af1l3sjnh25shmq5gdnpyqk4vrq7i1zklv4csf1n2nrahln8j8";
@@ -22,8 +21,9 @@ let
       owner = "vincenthz";
     };
   };
-in stdenv.mkDerivation {
+in stdenv.mkDerivation rec {
   name = "boxfs-${version}";
+  version = "2-20150109";
 
   src = srcs.boxfs2;
 
@@ -45,7 +45,6 @@ in stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    inherit version;
     description = "FUSE file system for box.com accounts";
     longDescription = ''
       Store files on box.com (an account is required). The first time you run