summary refs log tree commit diff
path: root/pkgs/tools/misc/file
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-12-29 19:19:56 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-12-29 19:19:56 +0000
commitb7c7550c439e682d555d38ad43b6c2a5686df1ce (patch)
treeff4d270538bc00b27c82ffe385f248ea2015841e /pkgs/tools/misc/file
parent0d582266a82e7f73fa6dde08d97193fe670c013f (diff)
downloadnixpkgs-b7c7550c439e682d555d38ad43b6c2a5686df1ce.tar
nixpkgs-b7c7550c439e682d555d38ad43b6c2a5686df1ce.tar.gz
nixpkgs-b7c7550c439e682d555d38ad43b6c2a5686df1ce.tar.bz2
nixpkgs-b7c7550c439e682d555d38ad43b6c2a5686df1ce.tar.lz
nixpkgs-b7c7550c439e682d555d38ad43b6c2a5686df1ce.tar.xz
nixpkgs-b7c7550c439e682d555d38ad43b6c2a5686df1ce.tar.zst
nixpkgs-b7c7550c439e682d555d38ad43b6c2a5686df1ce.zip
* Replace the Python "magic" module with the (apparently) more
  common one from the "file" package.

svn path=/nixpkgs/trunk/; revision=25322
Diffstat (limited to 'pkgs/tools/misc/file')
-rw-r--r--pkgs/tools/misc/file/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/file/default.nix b/pkgs/tools/misc/file/default.nix
index 0349661833c..b63619bc68e 100644
--- a/pkgs/tools/misc/file/default.nix
+++ b/pkgs/tools/misc/file/default.nix
@@ -2,6 +2,7 @@
  
 stdenv.mkDerivation {
   name = "file-5.03";
+
   src = fetchurl {
     url = ftp://ftp.astron.com/pub/file/file-5.03.tar.gz;
     sha256 = "1fwmpplwc6h2g89ribq7w8x2np0yn5k7bw042815rv7jkrzv9nhy";