update default.nix
This commit is contained in:
parent
7d27d42342
commit
b62f7df8be
@ -5,18 +5,18 @@ let
|
|||||||
inherit (nixpkgs) pkgs;
|
inherit (nixpkgs) pkgs;
|
||||||
|
|
||||||
f = { mkDerivation, base, configurator, directory, filepath, mtl
|
f = { mkDerivation, base, configurator, directory, filepath, mtl
|
||||||
, selda, selda-sqlite, stdenv, text, xdg-basedir
|
, selda, selda-sqlite, stdenv, text
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "bisc";
|
pname = "bisc";
|
||||||
version = "0.1.0.0";
|
version = "0.2.1.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
base configurator directory filepath mtl selda selda-sqlite text
|
base configurator directory filepath mtl selda selda-sqlite text
|
||||||
xdg-basedir
|
|
||||||
];
|
];
|
||||||
|
homepage = "https://maxwell.ydns.eu/git/rnhmjoj/bisc";
|
||||||
description = "A small tool that clears qutebrowser cookies";
|
description = "A small tool that clears qutebrowser cookies";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user