Init
This commit is contained in:
commit
9ec0e2e071
19 changed files with 42920 additions and 0 deletions
13
xdiskusage/default.nix
Normal file
13
xdiskusage/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ stdenv, fetchurl, fltk }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xdiskusage";
|
||||
version = "1.51";
|
||||
|
||||
buildInputs = [ fltk ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://xdiskusage.sourceforge.net/${name}-${version}.tgz";
|
||||
sha256 = "1il9200a2yd6023sbmixspvhj4ip6frm8sczjk5zk68j65zl9ckg";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue