Format the entire project.
This commit is contained in:
parent
1dc50ae17d
commit
6f9db5e3a4
115 changed files with 3451 additions and 2901 deletions
|
@ -1,10 +1,13 @@
|
|||
{ stdenv, fetchurl, fltk }:
|
||||
|
||||
{
|
||||
stdenv,
|
||||
fetchurl,
|
||||
fltk,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xdiskusage";
|
||||
version = "1.51";
|
||||
|
||||
buildInputs = [ fltk ];
|
||||
buildInputs = [fltk];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://xdiskusage.sourceforge.net/${name}-${version}.tgz";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue