update default.nix
This commit is contained in:
parent
7d27d42342
commit
b62f7df8be
@ -5,18 +5,18 @@ let
|
||||
inherit (nixpkgs) pkgs;
|
||||
|
||||
f = { mkDerivation, base, configurator, directory, filepath, mtl
|
||||
, selda, selda-sqlite, stdenv, text, xdg-basedir
|
||||
, selda, selda-sqlite, stdenv, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bisc";
|
||||
version = "0.1.0.0";
|
||||
version = "0.2.1.0";
|
||||
src = ./.;
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
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";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user