diff options
| author | makefu <github@syntax-fehler.de> | 2017-11-03 13:26:32 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2017-11-03 13:26:32 +0100 | 
| commit | 6cff70a8a56bba51d0c1ae718107e04c0df36fbc (patch) | |
| tree | 22ddba40d1ccff5f0a993ca70a41061cc0b27be9 | |
| parent | 886bd92d8b7620454ab2e701e1c1c1d20cf73b6d (diff) | |
ma pkgs.u3-tool: now in upstream
| -rw-r--r-- | makefu/5pkgs/u3_tool/default.nix | 22 | 
1 files changed, 0 insertions, 22 deletions
diff --git a/makefu/5pkgs/u3_tool/default.nix b/makefu/5pkgs/u3_tool/default.nix deleted file mode 100644 index e8c5573a8..000000000 --- a/makefu/5pkgs/u3_tool/default.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ stdenv, fetchurl }: - -stdenv.mkDerivation rec { -  proj = "u3-tool"; -  name = "${proj}-${version}"; -  version = "0.3"; - -  enableParallelBuilding = true; - -  src = fetchurl { -    url = "mirror://sourceforge/${proj}/${name}.tar.gz"; -    sha256 = "1p9c9kibd1pdbdfa0nd0i3n7bvzi3xg0chm38jg3xfl8gsn0390f"; -  }; - -  meta = { -    description = "Tool for controlling the special features of a 'U3 smart drive' USB Flash disk."; -    homepage = https://sourceforge.net/projects/u3-tool/ ; -    license = stdenv.lib.licenses.gpl2; -    platforms = stdenv.lib.platforms.linux; -    maintainers = with stdenv.lib.maintainers; [ makefu ]; -  }; -}  | 
